@charset "utf-8";
/* CSS Document */
body { 
	background:url(images/sitebg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#052266;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
}

html {height:100%; margin-bottom:1px;} /*Forces vertical scroll bar to be visible*/ 

#divContainer {
	position:absolute;
	width:824px;
	left:50%;
	top:20px;
	margin-left:-412px;
}
#topHead {
	width:824px;
	left:50%;
	top:20px;
	clear:both;
}
#topMenu {
	width:814px;
	height:35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:2;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:-10px;
	color:#FFFFFF;
	background-color:#009900;
	border: 1px solid #0000FF;
}
#leftContent {
	width:500px;
	height:275px;
	overflow:auto;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:10px;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:0px;
	text-align:left;
	color:#000000;
	background-color:#66CCCC;
	border-top:1px solid #009999;
	border-right:1px solid #009999;
	border-bottom:1px solid #006600;
	border-left:1px solid #006600;
	float:left;
}
#rightContent {
	width:290px;
	height:290px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:0px;
	text-align:left;
	color:#000000;
	float:left;
}
#pics img {
	border:5px solid #FFFFFF;
	margin:10px;
	padding:5px;
}
#title {
	margin:5px;
	padding:5px;
	background-color:#000066;
	color:#00FF00;
	text-transform:uppercase;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	border:1px solid #00FF00;
}
#footer {
 	width:845px;
	hright:91px;
	clear:both;
}
#footImages {
	width:168px;
	height:91px;
	margin-top:-12px;
	margin-right:12px;
	float:left;
}
#footImage {
	width:125px;
	height:91px;
	margin-top:-12px;
	margin-left:0px;
	float:left;
}
#footImagesRight {
	width:125px;
	height:91px;
	margin-top:-10px;
	margin-left:0px;
	
}
#footLinks {
	width:800px;
	height:auto;
	margin-top:10px;
}
#footLinks2 {
	width:800px;
	height:auto;
	padding:5px;
	margin-top:10px;
	padding-top:10px;
	line-height:14px;
	text-align:left;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#00FF00;
	background-color:#000066;
	border:1px solid #00FF00;
	clear:both;
}
#footLinks2 a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#footLinks2 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#footLinks2 a:active{
	color:#FFFFFF;
	text-decoration:none;
}
#footLinks2 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#copyright{
	width:824px;
	height:30px;
	margin-top:10px;
	padding-top:10px;
	line-height:10px;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	clear:both;
}
#copyright a:link{
	color:#999999;
	text-decoration:none;
}
#copyright a:visited{
	color:#999999;
	text-decoration:none;
}
#copyright a:active{
	color:#999999;
	text-decoration:none;
}
#copyright a:hover{
	color:#999999;
	text-decoration:underline;
}

