@charset "utf-8";

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 50%;
	background-color: #7e7e7e;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	width: 975px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	
	
}
.grey_bkg {
	background-color: #7e7e7e;
}
#header {
	height: 139px;
	padding-right: 9px;
	padding-left: 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#header_photos {
	float: right;
	height: 113px;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: right;
}
.white_border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#top_nav {
	text-align: right;
	height: 23px;
	padding-right: 9px;
	padding-left: 9px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#flash {
	height: 187px;
	width: 956px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
}
#lower_nav {
	height: 23px;
	padding-right: 9px;
	padding-left: 10px;
}
#content {
	text-align: justify;
	padding-top: 15px;
	padding-right: 9px;
	padding-left: 10px;
	padding-bottom: 15px;	
	
	
}
.bold {
	font-weight: bold;
}
p {
	padding-top: 0px;
	padding-bottom: 8px;
}
.main_photo {
	float: right;
	
	height: auto;
	width: auto;
	padding-left: 16px;
}
.caption {
	margin-top: 5px;
}

.feat_ann { width: 447px;
			float: left;
			}
			
.mainbody {width: 470px;
			float: left;
			padding-right: 20px;
			}
			
			
.main_bot {clear: both;
			width: 100px;
			height: 1px;
		}
		
#footer {
	font-size: .9em;
	color: #FFFFFF;
	background-color: #7e7e7e;
	text-align: center;
	padding: 10px;
	clear: both;
	
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

.mainimagefloatRight {float: right; 
						width: 100px;
						padding: 5px;
						}
						
