body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

div#googlead {
	border: 0px solid #2F4F4F;
}

header {
    background-color: #2F4F4F;
    color: white;
    text-align: center;
    padding: 5px; 
}

nav {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 800px) {
    nav div.menu_simple {
        display: none !important;
    }
    nav div.menu_simple_horizontal {
        display: block !important;
    }    
}

section {
    width: 75%;
    float: left;
    padding: 10px; 
}

footer {
    background-color: #2F4F4F;
    color: white;
    clear: both;
    text-align: center;
    padding: 5px; 
}

footer a {
    color: white;
}

ul li.question {
    background-color: #eeeeee;
    cursor: pointer;
    line-height: 20px;
    padding-left: 2px;
}

ul li div#answer {
    width:99%;
    border:1px solid #d3d3d3;
    background-color: #ffffff;
    color: #004d66;
    font-weight: normal;
    padding-left: 5px;
}

table { 
    width: 100%; 
    border-collapse: collapse; 
    border-spacing: 0;
}

td, th { 
    border: 1px solid #CCC; 
}

/* CSSTerm.com Simple CSS menu */

.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:150px;
    list-style-type: none;
}

.menu_simple ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #005555;
    display:block;
}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: white;
    background-color: #5FD367;
}

/* CSSTerm.com Simple CSS horizontal menu */

.menu_simple_horizontal {
    display: none;
}

.menu_simple_horizontal br { clear:left }

.menu_simple_horizontal {
    width: 100%;
    background-color: #005555;
}

.menu_simple_horizontal ul {
    margin: 0; padding: 0;
    float: left;
}

.menu_simple_horizontal ul li {
    display: inline;
}

.menu_simple_horizontal ul li a {
    float: left; text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color:  #005555;
}
 
.menu_simple_horizontal ul li a:visited {
    color: white;
}
 
.menu_simple_horizontal ul li a:hover, .menu_simple_horizontal ul li .current {
    color: white;
    background-color: #5FD367;
}