body, td{
font-family: Geneva,Arial, Helvetica, sans-serif;
font-size: 12px;
}

.links {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

.linkdiv {
width:733px;
text-align:right;

}
/*  pull down menu style */


#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none; 
	color:#036;
	
}

#nav li{ /* all list items */
	float: left;
	position: relative;
	width: 10em;
	font: bold 12px arial, helvetica, sans-serif;
	padding: 3px 0 3px 0;
	text-align:center;
	vertical-align:middle;
	color: #036;
}


#nav li a {
	color: #036;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration:underline;
	color:#036;
}
#nav li ul{ /* second-level lists */
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	font: bold 12px arial, helvetica, sans-serif;
	list-style:none;
	
}
#nav li ul li {
	position:relative;
	top: 3px;
	left: -3em;	
	background:url(/images/menu_grad_white.gif) repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top:0;
	
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#lastdrop {
border-bottom:1px solid #ccc;
}




/* end of pull down menu style */

.main_body{
font-family: Geneva,Arial, Helvetica, sans-serif;
font-size: 12px;
padding:15px;
}

.menu:hover{
background: url(../images/button_hover.jpg);
}




a{
text-decoration: underline;
color:#000000;
}

a:hover{
color:#036;
font-weight:bold;
text-decoration:underline;
}

.main_table{
font-family: Geneva,Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #000;
}


.link_contact_table{
border:0;
font-family: Geneva,Arial, Helvetica, sans-serif;
font-size: 12px;
}

.spaced_list li {
padding-top:5px;
padding-bottom:5px;
}