/* CSS Document */


#divWrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}





#BarWrapper {
	background-color: #000000;
	height: 25px;
	width: 790px;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#ContentWrapper {
	float: left;
	width: 800px;
	overflow: visible;
	height: 775px;
	
	
}


#Content {
	text-align: left;
	position: relative;
	width: auto;
}


#BelowNavSpacer {
	background-color: #FFFFFF;
	width: 100%;
	float: left;
	height: 5px;
	padding: 0px;
	
}


















#ContentFlash {
	left: 0px;
	right: auto;
	position: relative;
	width: 800px;
	height: 500px;
}


#PicWrapper img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	float: left;
	
}

#LogoWrapper img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	float: left;
	
}






#TitleWrapper {
	font-size: 1em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#divFooter {
	font-size: 1em;
	color: #294D00;
	text-align: right;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}
#divFooter a {
	color: #AAB4AB;
	text-decoration: none;
	padding-right: 5px;
}
