/* CSS Document */
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	bottom:0;
}
div#header {
width:100%;
}
div#content {
position:relative;
width:100%;
	height:auto; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
padding:0em 0em 1em;
}
div#footer {
	position:relative;
	width:100%;
	bottom:0; /* stick to bottom */
}
html,body {
	margin:0;
	padding:0;
	height:90%; /* needed for container min-height */
	font-family:arial,sans-serif;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCC00;
}


.style2 {font-family: Verdana; font-size: 14px; color: #000000; }
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.footer {font-family: Verdana; font-size: x-small; color: #000000; }
.text {font-family: Verdana; font-size: small; color: #000000; }
.headers {font-family: Verdana; font-size: 18px; font-weight:bold; color: #061E4E;}
.side_nav {font-family: Arial, Helvetica, sans-serif; font-size: small; color: #061E4E; }
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #061E4E;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #061E4E;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #061E4E;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #061E4E;
	text-decoration: underline;
}
