html { 
	margin-bottom: 1px; 
}

body 
{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #393733;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	background: #fff;
}

#container 
{
	text-align: left;
	margin: 0 auto;
	width: 750px;
}

#sub_container 
{
	position:absolute;
	background-color: #d3d3d3;
}

#top_menu 
{
	margin-top: 20px;
	height: 28px;
	width: 750px;
	background: #fff url(  "images/top_menu.jpg" ) no-repeat;
}

.menu_items a
{
	display:block;
	padding-top: 4px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

.menu_items a:hover
{
	display: block;
	padding-top: 4px;
	color: #00008b;
	text-decoration: underline;
	font-weight: bold;
	white-space: nowrap;
}

.menu_items .active a
{
	display: block;
	padding-top: 4px;
	color: #00008b;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

.menu_items
{
	width: 100%;
	height: 26px;
	text-align: center;
}

.menu_items .active
{
	background: url(  "images/arrow.gif" ) no-repeat;
}

#masthead
{
	margin: 0px;
	padding: 0px;
}

#mainbody
{
	display:table;
	min-height: 300px;
	background-color: #d3d3d3;
	padding: 10px;
	width: 730px;
}

#mainbody h1
{
	font-weight: lighter;
	font-size: 2em;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
}

#mainbody h2
{
	font-weight: bold;
	font-size: 1.2em;
	color: #696969;
	margin: 5px 0 2px 0;
}

#mainbody h3
{
	font-weight: normal;
	font-size: 1em;
	color: #fff;
	margin: 0px;
}

#right_box
{
	float: right;
	width: 400px;
}

#left_box
{
	padding-right: 15px;
	width: 300px;
}

#mapbox
{
	float: right;
}

.imgtable
{
	margin-left: -5px;
}

.divider
{
	display:block;
	width: 750px;
	height: 10px;
	background-color: #696969;
	clear: both;
}

#footer
{
	display:block;
	width: 750px;
	padding-top: 10px;
	text-align: right;
	background-color: #fff;
	clear: both;
}