/* start copy & paste for logo and main navigation bar: add to your CSS script */
/* CSS for Main Navigation May 2008 Hafoc Yates */

* {
	margin: 0px;
	padding: 0px;
	}
body
{
text-align:center;
}
/* Container - centers the banner & main navigation */
#container  {
width: 900px;
margin-right: auto;
margin-left:auto;
}
	
/* Header - sets the Logo, no border around header image and map*/
#header  {
background-image: url(images/logo.jpg);
background-repeat: no-repeat;
height: 130px;	
width: 900px;
margin-right: auto;
margin-left:auto;
}
#header img{ border: none; padding: 0; margin: 0; }
#header a:link { border: none;}

/* main Navigation */
#mainNav {
float: left;
padding: 0; 
width: 800px;
margin-right: auto;
margin-left:auto;
height: 36px;	
}
#mainNav img { float: left; border: none; padding: 0; margin: 0; }
	
			/* Sliding menu for Policy Work */		
			#policy { 
			display: none; 
			margin: 20px 0 0 3px;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size:12px;
                        test-align: center;
			}
			#policy  a:link { text-decoration: none; color:#800000;}
			#policy  a:visited { color:#800000; text-decoration: none; cursor:pointer;}
			#policy  a:hover { color:#013334; text-decoration: underline; cursor:pointer; }
			#policy  a:active { color:#800000; text-decoration: none; cursor:pointer; }	
/* end copy & paste for logo and main navigation bar */