*{ padding: 0;  }

body { 
	background: #F4F8CD;
	margin:0px;
	position:relative;
	height: 100%;
	text-align:justify;
	color:#4A4210;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.7em;
}
p {
	margin: 8px;
}
a { color: #685B00; text-decoration:none; font-weight:bold;}
a:hover { color: #A8B900; text-decoration:none; font-weight:bold;}

img {border: none;}
h1 {
	color:#A6B700;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.8em;
	margin:8px;


}
h2 {color: #685b00; font-size: 12px; margin-left: 8px;}



#head, #main, #wrapper {
	width: 1000px;
	
}

#wrapper { 
	border:1px solid #CFD872;
	margin:20px auto 0;
	max-width:1000px;
	min-width:800px;
	padding:0;
	text-align:left;
}

#header {
	background: url(../images/grad_banner.png) repeat-x;
	height: 99px;
}

#menu_main {
	background:url(../images/grad_rule.png) repeat-x;
	height:40px;
	list-style-type:none;
	margin:0px;
	padding:0;
	width:1000px;
}	
#menu_main li {
	display: inline;
}
#menu_main li a {
	color:#FFFFFF;
	display:inline;
	float:left;
	font-size:1em;
	padding:4px 22px 4px 15px;
	text-decoration:none;
	white-space:nowrap;
}

#menu_main li a:hover {
	color: #BED101;
}


#footer {
	width: 960px;
	float: left;
	background: #675A00 url(../images/grad_footer.png) repeat-x;
	background-position:left top;
	background-repeat:repeat;
	color:#A38D00;
	font-size:0.8em;
	height:30px;
	margin:0;
	padding:14px 20px 0 20px;
	text-align:left;
}
#footer a{
	color:#999999;
	text-decoration:none;
	white-space:nowrap;
	float:right;
}

#header img {
	margin-bottom:15px;
}

#header ul {
	margin:0;
	padding:2px 1px 0 1px;
	list-style:none;
}

#header li {
	display:inline;
	margin:0;
	padding:0;
}
#header a {
	float:left;
	
}

#main {
	float: left;
	background-color: #E1E699;
}

#main_left {
	position: relative;
	float: left;
	background-color: #e1e699;
	width: 150px;
	min-height: 600px;
	overflow: auto;
	color: #685B00;
}
#main_left select 
{
	font-size: 12px;
	margin: 8px;
	width: 134px;
}



#main_right {
	float: left;
	width: 850px;
	min-height: 600px;
	background-color: #ffffff;
}

#services_left 
{
	position: relative;
	float: left;
	width: 516px;	
	
}

#services_right 
{
	position: relative;
	float: left;
	width: 334px;
	height: 400px;
	padding-top:70px;
	
	
}

.imgRight {
	float: right;
	margin: 0px 0px 10px 10px;
	border: #0f0f0f solid 1px;
}



#results {
	width:833px;
	margin:8px;
	border: 1px solid #635600;
	max-height: 544px;
	overflow: auto;
}

#results p{
	margin-left: 9px;
}
table 
{
	border-collapse:collapse;
}
table th 
{
	background: url(../images/results_header_bg.gif) repeat-x top left;
	height: 23px;
	color: #685b00;
	font-size: 12px;
	font-weight: bold;
	
}
table tr
{
	height: 23px;
	color: #52590c;
	font-size: 12px;	
}
.odd { background-color: #fff; }
.even { background-color: #e9e9e9; }
label {
	width: 250px;
	float: left;
}
input {
	float: left;
}

.form_field 
{
	float: left;
	width: 700px;
	margin: 8px;
}




