@charset "utf-8";
/* CSS Document */

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Arial, Helvetica, sans-serif;

}

#header{
	width: 780px; background-color:#069;

	}
	
/*----FOOTER----*/

#footer {height:130px;
width: 780px;
background-color:#012b43;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
}

p{ font-family:Arial, Helvetica, sans-serif;
font-size:small;}

.small{ font-family:Arial, Helvetica, sans-serif;
font-size:small;}
	
/*top nav text*/
.topwhite{
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#FFF;
text-align:center;}

a.topwhite:link {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#FFF;
text-decoration: none; }

a.topwhite:visited {color:#fffff0;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#FFF;
text-decoration: none;}
 
a.topwhite:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#FFF;
text-decoration: underline;
text-align:center;}

/*footer text*/
.footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#FFFFFF;
text-align:left;

}
a.footer:link {color:#fff;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:10pt;
text-decoration: none; }

a.footer:visited {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-align:left;
font-size:10pt;
 text-decoration: none;}

a.footer:hover{
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:10pt;
color:#99CCFF;
text-decoration: underline;}


