.body { 						/** This is the style applied to the body of the page */
height:auto;
font-family:Verdana, Helvetica,;
font-size:11px;
margin:15px 0px 15px 0px;
padding:15px 0px 15px 0px;
background-color:#663300;
}
/************************ Main (Whole Page) 
						this is a parent div with no float atribute 
						to allow the page to be centrally aligned */
.main {
width:760px;
height:auto;
margin:0px 0px 10px 0px;
background-color:#FFFFFF;
}
/************************ content_news_bg
						surrounds the contents and news columns to 
						give white border and background */
.content_news_bg {
float:left;
height:auto;
background-color:#FFFFFF;
}
/************************ Content - 500px wide  -  this is for pages with news column**/
#content {
float:left;
width:430px;
height:auto;
color:#FFFFFF;
font-size:13px;
font-family:helvetica;
background-color:#004a6d;
padding:10px 15px 0px 15px;
margin:5px 0px 10px 10px;
background-image:url(../images/content-top.gif);
background-repeat:no-repeat;
}
	/* for Internet Explorer */
	/*\*/
	* html #content {
	margin:5px 0px 10px 5px;
	}
	/**/
	#content h1 {
	font-size:16px;
	margin-bottom:8px;
	font-family:Helvetica, Arial, sans-serif;
	}
	#content h2 {
	font-size:13px;
	color:#ffffff;
	}
	#content a, a:visited, a:active {
	text-decoration:underline;
	font-style:normal;
	color:#A17040;
	}
	#content a:hover {
	text-decoration:none;
	font-style:normal;
	color:#ffffff;
	}
	#content img {
	border:4px solid #FFFFFF;
	margin:4px;
	}
	.text {
	padding-right:5px;
	}
		#map {
		width:422px;
		height:300px;
		border:4px solid #ffffff;
		margin-bottom:10px;
		}