@charset "UTF-8";

#body {
	background-color:#006295;
	color:#333333;
	margin:0;
	padding:0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}	

#container {
	width:780px;
	background:#ffffff;
	margin:0 auto;
	border:solid #333333;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#header {
	background:#CC0000;
	border-bottom:solid;
	border-bottom-color:#333333;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#navheader {
	background:#666666;
	color:#FFFFFF;
	padding:5px 5px 5px 10px;
	border-bottom:solid;
	border-bottom-color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.white {
	color:#FFFFFF;
	text-decoration:none;
}

a  {color:#333333;
    text-decoration:none;
}

a:hover {text-decoration:underline;
}

#maincontent {
	background:#FFFFFF;
	color:#333333;
	padding:10px 10px 10px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer {
	background:#666666;
	font-size:75%;
	color:#FFFFFF;
	padding:5px 5px 5px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:solid;
	border-top-color:#333333;
}

.h1 {font-size:190%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

p {font-size:90%;
   font-family:Georgia, "Times New Roman", Times, serif;
} 

li {font-size:90%;
	font-family:Georgia, "Times New Roman", Times, serif;
} 
	
.floatright {float:right;
			 margin:5px 2px 5px 7px;
}

.floatleft {float:left;
		    margin:5px 7px 5px 2px;
}