/* CSS Document */
body{margin:0px; padding:0px;  font:11px/18px "tahoma", tahoma;}
div, p, ul, h1, h2, h4, img, form, label{padding:0px; margin:0px;}
ul{list-style-type:none;}

th, td {
    font-size: 11px tahoma;
 
	 
}

img { border: 0; }

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

body {	
 
	font: 11px tahoma ;
	color: #383838;
}

#content{
	margin: 0 auto;
	background: #1e7c01;
	width: 970px;
	text-align: left;
	background: url(images/header.jpg) no-repeat top;
}

#content_bg{
	background: #80baf3 url(images/bg_bottom.jpg) no-repeat bottom;
}

 	
/*------------------------------------------------header--------------------*/


#header ul li{
	background:url(images/nav_div.gif) right top no-repeat;
	height:27px;
	float:left;
	padding:0 1px 0 0;
}
#header ul li a{
	display:block;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
	padding:0 14px;
	font:bold 11px/27px tahoma;
	color:#ffffff;
	background-color:inherit;
	text-decoration:none;
}
#header ul li a:hover{
	background:url(images/nav_hover.gif) 0 0 repeat-x;
	color:#ffffff;
	background-color:inherit;
}
#header ul li a.hover{
	display:block;
	background:url(images/nav_hover.gif) 0 0 repeat-x;
	color:#ffffff;
	padding:0 14px;
	font:bold 11px/27px tahoma;
	background-color:inherit;
	text-decoration:none;
	cursor:text;
}

 


 
 