
html, body {  
padding:0;
text-align: center;
background: #0065B3;
height:100%; /* this is the key! */ 
} 
#container-page {
background: #FFF;
position: relative;
width:680px;
margin-left: auto;
margin-right: auto;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */
}
#header { 
width:680px;
height:156px;
padding:0px;
background-color: #ccc;  
} 
.address {
font-size: 12px;
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
color: #41886B;
line-height: 1;
}

#header1 { 
width:680px;
padding:0;
background-color: #000;  
} 
#header2 { 
width:680px;
padding:0;
background-color: #D50019;  
} 
#container-foot {
background: #FFF;
width: 680px;
bottom: 0 !important;
bottom: -1px; /* For Certain IE widths */
}

#footercontents {
background: #FFF;
width: 680px;
font-size: 12px;
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}

.content { 
position: relative; 
color:#333; 
text-align: left;
background:#ffffff; 
border:0px solid #333; 
padding:10px; 
font-size: 12px;
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;

} 

.header {
color:#000;
font-size: 14px;
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
font-weight: bold;
border-bottom-style: solid;
border-bottom-color: #D50019;
border-bottom-width: 4px;
}

.subheader {
color:#12578C;
font-size: 14px;
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
font-weight: bold;

}


.tablecontent { 
color:#333; 
font-size: 12px;
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;

} 

 
a.navlink, a.navlink:link, a.navlink:visited {
        color:#FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    line-height: 20px;
	    font-weight: bold;
        text-decoration:none;
        margin-left:5px;
        margin-right:5px;
        margin-top:5px;
        }
        
a.navlink:hover{
        color:#CC0000;
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    font-weight: bold;
	    text-decoration:none;
        }
        
a.footerlink, a.footerlink:link, a.footerlink:visited {
        color:#333;
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    font-weight: bold;
        text-decoration:none;
        }
        
a.footerlink:hover{
        color:#CC0000;
        font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    font-weight: bold;
	    text-decoration:none;
        }
