body 
{
color: #000;
background-color: #FFF;
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 12px;
}


a {color: #1f66a5; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}
a:visited {color: #e74c3c; text-decoration: none}
a:active {color: #e74c3c; text-decoration: none}
a:hover {color: #0d0fff; text-decoration: underline}


h1 
{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 26px; 
font-style: normal; 
font-weight: bold;
text-decoration: none;
padding-left: 10px;
text-align: left;
}



h2 
{  
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 18px;
font-weight: bold;
text-decoration: none;
padding-left: 10px;
text-align: left;
}


/* If you'd like to use h3, h4, h5, etc., use the code below, and describe them accordingly. Should contain the same properties as h1 or h2 */
h3
{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 14px;
font-weight: bold;
text-decoration: none;
padding-left: 10px;
text-align: left;	
}


p  
{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 12px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
margin-top: 0px;
padding-left: 10px;
text-align: left;
}


table {
margin-bottom: 25px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1.2em;
text-align: left;
}

table, td, th {
	padding: 10px;
	border-collapse: collapse;
}

th {
    color: #2c3e50;
}

table thead {
	background-color: #e1e1e1;
}

table tbody tr {
border-bottom: 1px dotted #e1e1e1;
}


/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article {  
        display: block;  
    }  

#header {
position: relative;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 1200px; 
height: auto;
background-color: #1f66a5;
}


#nav {
position: relative;
width: 100%;
max-width: 1200px; 
height: auto;
margin-left: auto;
margin-right: auto;
background-color: #2c3e50;
border-top: 2px solid white;
padding-bottom: 10px;
}

#nav ul {
padding-top: 10px;
padding-left: 20px;
margin: 0px;
list-style-type: none;
}  

#nav li {  
padding-right: 25px;
display: inline;
}  
 
            

#nav a {color: white; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 14px; font-weight: bold; text-decoration: none}
#nav a:visited {color: white; text-decoration: none}
#nav a:active {color: #1f66a5; text-decoration: none}
#nav a:hover {color: #1f66a5; text-decoration: none}


            
#section {
position: relative;
width: auto;
max-width: 1200px;
height: auto;
min-height: 500px; 
background-color: white; 
margin-left: auto;
margin-right: auto;
border-top: 2px solid white;
padding: 0 30px 0 10px;
}


#footer {
position: relative;
width: 100%;
max-width: 1200px; 
height: 25px;
background-color: #2c3e50; 
margin-left: auto;
margin-right: auto;
font-size: 10px;
padding: 10px;
border-top: 4px solid white;
color: #FFF;
}


.sidebar
{
float: right;
width: 30%;
height: auto;
border: 1px solid black;
}

.sidebar-bottom {display: none;}

@media screen and (max-width: 750px) {
.sidebar {display: none;}
.sidebar-bottom
{
display: block;
position: relative;
width: 90%;
margin-left: 1.3%;
margin-right: auto;
border: 1px solid black;
background: white;
}

#nav li {display: list-item}
#nav {height: auto}

}