body {
	font-family: 			Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:				12px;
	background-color:		#06F;
	width:100%;
}

form select option{
	font-size:				9px;
	}

.pad
{
	background-color:#39F;
	background-repeat:no-repeat;
	}
	
.title2
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:200;
	}

.title
{
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#0CC;
	}

.div_body
{
	
	width:875px;
	background-color:#FFF;
	text-align:center;
	}

.div_top
{	float:left;
	width:875px;
	z-index:99;
	margin-left:0px;
}

.div_banner
{
	float:left;
	margin-left:64px;
	margin-top:3px;
	margin-bottom:3px;
	width:748px;
	z-index:98;
}

.div_mid
{
	float:left;
	width:875px;
	}

.div_leftbanner_200
{
	float:left;
	margin-left:5px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;	
	width:200px;
	height:150px
	
}
	
.div_rightcontent_600
{
	float:left;
	margin-left:5px;
	margin-top:10px;
	width:600px;
	}

.div_midcontent_800
{
	float:left;
	margin-left:40px;
	margin-right:35px;
	margin-top:10px;
	width:800px;
}	


.div_midleft
{
	float:left;
	width:200px;	
	font-size:10px;
	text-align:left;
	margin-left:10px;
}

.div_midmid
{
	float:left;	
	width:450px;
	margin-left:5px;
	}

.div_midright
{	
	float:left;
	width:200px;
	text-align:left;
	margin-left:5px;
}

.div_buttom
{
	float:left;
	width:875px;
	background-color:#FFF;
}

h2{
	color:#936;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	
	}

h3{
	color:#03F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

h4{
	}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a	{
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	}
a:hover
	{
	color:#F6F;
	}
a:visited
	{
	color:#0C0;	
		}
a:visited hover
	{
		color:#F6F;
		}

.head{
font-family: arial, sans-serif; 
position:relative;
width:875px; 
top:0px;
left:0px;
margin:0 0;

}

.menu {
font-family: arial, sans-serif; 
position:relative;
width:875px; 
top:0px;
left:0px;
margin:0 0;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:97px; 
height:30px; 
color:#000; 
background:#39F; 
line-height:12px; 
font-size:11px;
padding-top:5px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#F93;
font-size:11px;

}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:31px; 
left:0; 
width:97px; 
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#faeec7; 
color:#000;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#dfc184; 
color:#000;
font-size:11px;
font-style:italic;
}
		
/* common styling */
/* set up the overall width of the menu div, the font and the margins */




	

