* {
	margin: 0;
	padding: 0;
}

body {
	background:#C0C0C0 none repeat scroll 0 0;
	font-family:Arial,San-serif,Helvetica;
	font-size:12pt;
	text-align:center;
}
      
#wrapper {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
	background: #fff;
	border: 1px solid #000;
}

#masthead {
	border-right: 10px solid #000;
	padding-right: 20px;
	height: 150px;
}   

#header {
	margin: 0 0 0 260px;
	padding: 10px 30px;
	border-right: 10px solid #000; 
	text-align: right;
	font-style: italic;
}

#header h1 {
	font-size: 300%;
	padding-right: 30px;
}

#header p {
	font-size: 110%;
}

#navigation {
 	width: 260px;
	float: left;
	background: #fff; 
	border-bottom: 10px solid #000;
	padding-bottom: 10px;
}

#navigation ul {
	padding: 0 0 0 30px;
}
    
#navigation li {
	list-style-type: none;
	display: inline;
}

#navigation li a {
	display: block;
	width: 230px;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
	text-align: center;
	border-bottom: 2px solid #fff;
	background: #ccc;
}

#navigation li a:hover {
	color: #fff; 
	background: #666        
}

#environmental_health ul {
	padding: 0;
}

#environmental_health li a { 
	background: #f9d56a;
}

#environmental_health li a:hover { 
	color:#fff; 
	background: #ffc20d;
} 

#human_health ul {
	padding: 0;
}

#human_health li a { 
	background: #0054a5;
}

#human_health li a:hover { 
	color:#fff; 
	background: #014a8e;
}

#plant_health ul {
	padding: 0;
}

#plant_health li a { 
	background: #11954f;
}

#plant_health li a:hover { 
	color:#fff; 
	background: #00853e;
}

#animal_health ul {
	padding: 0;
}

#animal_health li a { 
	background: #fc003f;
}

#animal_health li a:hover { 
	color:#fff; 
	background: #c4112f;
}
  			                                
#content-wrapper {
	background: #fff; 
	padding-left: 30px;
   	width: 670px;
	float: right;
} 
  
#content {
	width: 670px;
	float: left;
}

#content-lead {
	border-right: 10px solid #000;
	font-size: 90%;
	font-style: italic;
	text-align: right;
}

#content-lead img {
 	border-top: 10px solid #000;
	border-right: 50px solid #000;
	border-bottom: 10px solid #000;
	border-left: 10px solid #000;
}

#content-lead p {
   	padding: 10px 50px 10px 0;
}
 
#content-block {
	width: 640px;
	float: left;
}

#content-block h1, h2, p, ul, li {
	padding-bottom: 0.75em;
}

#content-block ul {
	padding-left: 20px;
	list-style-type: square;
}

#content-gutter {
	width: 20px;
	height: 150px;
	float: right; 
	border-right: 10px solid #000;
	background: #fff;
}  

.content ul {
	border: 1px solid #000;
}

.content li {
	list-style-type: none;
}

#footer {
	clear: both;
	padding-left: 30px;
}

#breadcrumb_trail {
        padding-top: 5px; 
	font-size: 90%;
}

#alert_panel { 
	float: left;
	border: 1px solid #aaa;
	padding: 10px;
}

