body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #FFCC00; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
	margin: auto;
	clear: both;
	width: 900px;
	min-height: 600px;
	background-color: #FFF;
}
/* ------------- Header Divs ----------------- */
#header {
	width: 900px;
	height: 150px;
	/* background-color: #762B3F;*/
	background: url(images/red_bg.jpg) repeat-x;
}
#top_red {
	color: #FFCC00; 
	font: 8pt Verdana, Arial, Helvetica, sans-serif; 
	width: 720px;
	height: 20px; 
	text-align:right; 
	padding: 5px 5px 0 0;
	/* background-color: #762B3F;*/
	margin:auto;
}
#top_red a {
	color: #FFCC00;
}
#image {
	border-bottom: 1px #762b3F; 
	margin:auto;
	width:720px;
	height:100px;
}
#bottom_white {
	height: 5px;
	width: 900px;
	background-color: #FFF;
}
#bottom_blue {
	height: 20px;
	width: 900px;
	/* background-color: #016483;*/
	background: url(images/blue_bg.gif) repeat-x;
}
div#menu {
	position: relative;
	top: -20px;
	left: 30px;
	/* background-color: #086457;  */
	background: url(images/green_bg2.jpg) repeat-x;
	width:840px;
	float:left;
	padding:0;
	color:#F7D87B;
	font: 8pt Verdana, Arial, Helvetica, sans-serif; 
	vertical-align:middle;
	height:31px;
	border: 3px solid #FFF;
}
#nav {
	height: auto;
	/*z-index: 100;*/
	text-align: center;
	vertical-align: middle;
	margin:0;
	padding:0;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	width: 83px;
	text-align:center;
	border-right: 1px solid #FFF;
}
#nav a, #nav li a, #nav li a:visited {
	text-decoration: none;
	color:#FFCC00;
}
#nav a:hover, #nav li a:hover  {
	text-decoration: underline;
}
#footer {
	width: 890px;
	height: 40px;
	text-align: right;
	color: #FFCC00;
	font: 11px  Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*background-color: #086457;*/
	background: url(images/green_bg2.jpg) repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	position: relative;
	bottom: 0;
	margin: auto;
}
div#left_column {
	position: relative;
	top: 10px;
	left: 10px;
	color: #FFF;
	width: 255px;
	padding: 5px;
}
div#left_column_header {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	padding: 5px 5px 0 5px;
	font: 12px Verdana;
	font-weight: bold;
	background: url(images/green_bg.jpg) repeat-x;
	border-bottom: 1px solid #000;
	width: 240px;
}
div#left_column_body {
	position: absolute;
	top: 40px;
	left: 0;
	border-top: 2px solid #000;
	background-color: #323943;
	float: left;
	font: 10px  Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 244px;
	height: 300px;
}

.sub_header {
	color: #FFCC00;
	font: 10px Verdana;
	font-weight: bold;
}
div#right_column {
	position: relative;
	top: 0px;
	left: 270px;
	border: 1px solid #323943;
	width: 580px;
	color: #000;
	padding: 10px;
	margin: 0;
}	
div#right_column a {
	color:#086457;
	text-decoration: none;
}
div#right_column a:hover {
	text-decoration: underline;
}
div#right_column_header {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	padding: 5px 5px 0 5px;
	font: 12px Verdana;
	font-weight: bold;
	background: url(images/search_bg.jpg) no-repeat;
	/* border-bottom: 1px solid #000;*/
	width: 584px;
}
div#right_column_body {
	position: absolute;
	top: 40px;
	left: 0;
	border-top: 2px solid #000;
	background-color: #323943;
	float: left;
	font: 10px  Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 580px;
	height: 100px;
} 
/*
div#key_search {
	background-color: #323943;
	position: relative;
	top: 0px;
	left: 0;
	height:200px;
	width:300px;
	border: 1px solid #323943;
}
.search_header {
	position: relative;
	top: 0;
	left: 0;
	padding: 5px;
	font: 12px Verdana;
	font-weight: bold;
	background: url(images/blue_bg.gif) repeat-x;
	color: #FFF;
}
.search_body {
	position: absolute;
	top: 20px;
	left: 0;
	border-top: 2px solid #000;
	background-color: #323943;
	float: left;
	font: 10px  Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 100%;
	color: #FFCC00;
} 
div#results {
	position: relative;
	top: 0px;
	left: 0;
	width:580px;
	border: 1px solid #323943;
}*/
div#set_search {
	float: right;
	border: 1px solid #323943;
}
#content {
	height: auto;
}
#content_top {
	background-color: #FFF;
}
#content h2 {
	color: #086457;
}
