@charset "utf-8";
/* CSS Document */

#layout {
	width: 760px;	
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	}
	
#mycoheader{
	width: 760px;
	height: 232px;
	background: url(header_bg.gif) no-repeat;
	margin-bottom: 10px;
	}
	
#topnav {
	padding-top: 62px;
	width: 705px;
	height: 163px;
	margin-left: 26px;
	}




a#field { background-image:url(field1.gif); height: 163px; width:141px; display:block; float:left;}
a#field span { display:none; background-image:url(field2.gif); }
a#field:hover { background-image:url(field2.gif); }

a#storage { background-image:url(storage1.gif); height: 163px; width:141px; display:block; float:left;}
a#storage span { display:none; background-image:url(storage2.gif); }
a#storage:hover { background-image:url(storage2.gif); }

a#animals { background-image:url(animals1.gif); height: 163px; width:141px; display:block; float:left;}
a#animals span { display:none; background-image:url(animals2.gif); }
a#animals:hover { background-image:url(animals2.gif); }

a#scientific { background-image:url(scientific1.gif); height: 163px; width:141px; display:block; float:left;}
a#scientific span { display:none; background-image:url(scientific2.gif); }
a#scientific:hover { background-image:url(scientific2.gif); }

a#consumer { background-image:url(consumer1.gif); height: 163px; width:141px; display:block; float:left;}
a#consumer span { display:none; background-image:url(consumer2.gif); }
a#consumer:hover { background-image:url(consumer2.gif); }


#leftnav {
	width: 180px;
	height: 410px;
	float: left;
	margin-right: 10px;
	background: url(leftnav_bg.jpg) bottom left no-repeat;
	border: solid 1px #000000;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	}
	
#leftnav h1 {
	
	font-size: 16px;
	font-weight: bolder;
	color: #006600;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 5px;
	}
	
#leftnav p {
	margin: 0;
	padding: 0;
	color: #666666;
	margin-bottom: 10px;}


a.link1:link {text-decoration: none;
	color: #666666;
	padding-left: 10px; 
	padding-bottom: 15px;
	display : block;}
	
a.link1:visited {text-decoration: none;
	color: #666666;
	padding-left: 10px; 
	padding-bottom: 15px;
	display : block; }
	
a.link1:hover {text-decoration: none;
	color: #cccccc;}
	
a.link1:active {text-decoration: none;
	color: #666666; 
	padding-left: 10px; 
	padding-bottom: 15px;
	display : block;}


#leftnav ul {
	margin:0px;
	padding: 0px;
	list-style: none;
	}
	
#leftnav li {
	padding-bottom: 15px;}
	
a.sublink:link {text-decoration: none;
	color: #666666;
	display : block;
	}
	
a.sublink:visited {text-decoration: none;
	color: #666666; }
	
a.sublink:hover {text-decoration: none;
	color: #cccccc;}
	
a.sublink:active {text-decoration: none;
	color: #666666; }



#maincontent{
	float: left;
	width: 550px;
	font-size: 11px;
	}
	
#maincontent h1{
	font-weight: bold;
	color: #006600;
	margin: 0;
	padding-bottom: 10px;
	font-size: 11px;
}
	

.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.table_fett12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}



.table_fett12_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	background-color: #E6EAD9;
	padding-left: 2px;		
}

.table_fett12_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	background-color: #789A45;		
}





