body {
  	margin: 0px 0;
  	padding: 2px;  
  	font-family: Arial;  
  	font-style: normal;
   	font-variant: normal; 
	font-weight: normal; 
  	font-size:12px;
	line-height: normal;  
	font-size-adjust: none;  
	color: #5a5555;
	
}


#header {  
	width: 900px;  
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}


#menu{
	padding: 0;
	z-index: 90;
   	width:900px;
   	height:33px;
  	margin:1px auto 0;
   	background-color: #007200;
}


#menu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}


#menu li a{
	display: block;
	margin: 0 1px 0 0;
	padding: 9px 10px;
	width: 107px;
	background:#007200;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}


#menu li a:hover{
	background: #ffffff;
   	color:red;
}

#menu div{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color:#f2ffca;
   	border:1px solid #61ff5d;
   	z-index:5;
   	font:normal 11px arial;
}


#menu div a{
	position: relative;
   	display: block;
	margin: 0;
	padding: 7px 10px;
	width: 105px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background-color:#0ce30c;
	color: #00062b;
   	border-bottom:1px solid #61ff5d;
	font-weight:bold;
}


#menu div a:hover{
	background: #ffffff;
	color: red;
}


/* Holly Hack for IE \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */



#content {  
	margin: 10px auto 0; 
	background: #ffffff none repeat scroll 0%;
	width: 900px;
	text-align: left;
	word-spacing:2px;
	line-height:150%;
	
}

#right { 
	padding: 20px 10px 10px 10px; 
	background: #ffffff; 
	width: 650px;  
	float: right;
   	line-height:150%;
}


#left {
	padding: 20px 10px 10px 10px; 
	font-size:10px;
	float: left; 
	width: 195px; 
}


#footer { 
	margin: 10px auto 0px; 
	padding: 5px 0 5px 0;  
	background: #007200 none repeat scroll 0%;  
	width: 900px; 

}


#footer p {  
	margin: 0px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	text-align: center; 
	font-size: 11px;  
	color:  #00ff00;
}

.footer a{
	color:#ffff29;
}

.footer a:hover{
	color:red;
}

h1{  
	color:#007200;  
	font-size:20px;
   	font-weight:bold;
   	font-family:Times;
   	text-align:left;
}

h3{
   	text-indent:30px;
   	font-size:12px;
   	text-align:center;
}


a {
   	color:#9bbf3a;
  	list-style-type:none;
   	text-decoration:none;
	text-decoration:underline;
 }


a:hover {
	color: red;
	text-decoration: none;
}


.sidebarmenu ul{
	margin-top:5px;
   	margin-left:5px;
	padding: 0px;
	list-style-type: none;
	width: 180px; /* Main Menu Item widths */
	text-align:center;
   	opacity:0.9;
  	 /*for IE */
   	filter:alpha(opacity=90);
	
}
 
 
.sidebarmenu ul li{
	position: relative;

}


/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: blue;
	text-decoration: none;
   	padding:4px;
   	border:1px solid #007200;
   	font-size:11px;
   	font-weight:bold;
   	text-align:center;
	margin-top:5px;
}


.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color:#f2ffca; /*background of tabs (default state)*/
   	color: #014701;
}


/*
.sidebarmenu ul li a:visited{
	color: #bc78ec;
}
*/

.sidebarmenu ul li a:hover{
	color:red;
   	background-color:#bef956;
}


/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 165px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
	margin:0px;
	font:11px;
}


/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.table{
  	background: rgb(238, 238, 238) none repeat scroll 0%; 
  	text-align: left; 
   	height: 114px; 
   	width: 257px; 
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;

}

p{
   
}


.error{
   	color:red;
   	font-size:14px;
   	font-weight:bold;
   	padding:10px 12px 10px 12px;
}


list_fits{
   	width:160px;
}

.news_title{
	color:#3f71b6;
	font-weight:bold;
	
}

#nobullet{
   list-style-type:none;

}

.title{
   font-size:15px;
   font-weight:bold;
   text-align:center;
   color:#007200;
}

//download page style
#download_forms{
	margin-left:20px;
}

#download_filename{
	float:left;
	width: 300px;
	text-align:left;
	padding-left:50px;
	
}


#download_description{
	text-align:left;

}

h4{
	margin:10px;
	font-size:12px;
}

li.f2jnag {
	display:none;
}
