body 
	{
	background-image: url("images/background.jpg");
	background-color: white;
	background-position: left top;
	background-repeat: repeat-x;
	font-family: futura, arial, verdana, tacoma, sans-serif;
	font-size: 85%;
	}

img 
	{
	border:solid 1px silver;   
	}

img.silver
	{
	padding: 7px;
	margin: 10px;
	}
h1
	{
	line-height: 14px;
	margin-left: 10px;
	}
	
h2 a
	{
	line-height: 14px;
	font-weight:bold;
	color: #111111;
	
	border-bottom: black dotted 1px;
	
	}
	
h2 a:link {
color: #1D1E1B;
}

h2 a:visited
	{
	color: #111111;
	text-decoration: none;
	width: 7em;

	}
	
h2 a:hover
	{
	color: #4B3900;
	text-decoration: none;
	font-weight:bold;

	}
p.breadcrumbs 
	{
	font-size: .9em;
	margin-right:80px;
	} 
.here
	{
	border-bottom: black dotted 1px;
	}
#wrapper
	{
	margin-top: 25px;
	}
#header 
	{
	height:140px;
	background: url(images/header5.jpg) no-repeat;
	margin-left: 30px;
	margin-bottom: 0px;
	}
#nav
	{
	font-size: 14px;
	margin-bottom: 25px;
	
	}
#nav ul 
	{
	font-family: arial, verdana, techano, sans-serif;
	list-style: none;
	margin-top: -55px;
	margin-left: 275px;
	font-weight:bold;
	
	}
#nav li 
	{ 
	display: inline;
	padding: 0.5 0.5em;
	font-weight: bold;
	width: 8em;
	}
	
	
#nav  a:link
	{
	text-decoration: none;
	color: #1D1E1B;
	width: 7em;
	font-weight:bold;
	}
#nav  a:visited
	{
	color: #111111;
	text-decoration: none;
	width: 7em;

	}
#nav  a:hover
	{
	color: #4B3900;
	text-decoration: none;
	font-weight:bold;
	width: 7em;
	}
#nav  a:active
	{
	color: #111111;
	text-decoration: underline;
	font-weight:bold;
	width: 7em;
	}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
	
}
#nav2 li, #nav li { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
	
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	
	width: 7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav2 li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav2 a{
	display: block;
	width: 7em;
}
#nav
{
margin-top: -45px;
margin-left: 200px;
margin-bottom: 40px;
}

	
#main
	{
	background-color: #ffffff;
	border-width: 1px;
	width: 80%;
	margin-left: 50px;
	padding: 20px;
	
	}
#main_index
{

	border-width: 1px;
	width: 80%;
	margin-left: 50px;
	padding: 0px 20px;
	
	}
#main p
	{
	font-family: BODONI, arial, verdana, sans serif;
	}
	
	#main_index li
	{
	list-style-type: none;
	}
	
	#main_index li img
	{
	border: none;
	}
	   
#search {
   
   font-size: 10px;
   
   
   }
   #mailForm
   {
   float: left;
   width: 400px;
    z-index: 11;   
   position: absolute;
   top: 240px;
   
   }

#search form {

   margin: 0;
   }
   
#search input {
   background-color: #eee;
   border: 1px solid #bcbcbc;
   font-size: 10px;
   }
   
#search input.searchBox {
   height: 14px;
   }

#search input:focus {
   background-color: white;
   }

#search .searchBtn {
   border: 1px solid #eee;;
   }
   
#search .searchBtn:hover {
   border: 1px solid #bcbcbc;
   }

blockquote.pullquote 
	{
	float: right;
	width: 220px;
	margin: 10px 0 10px 15px;
	padding: 10px;
	font: 14px/16px georgia, palatino, serif;
	color: #333;
	text-align: left;
	background-color: #E3E3C0;
	}

#footer
	{
	border-top: solid 1px silver;
	clear: both;
	width: 100%;
	font-size: 11px;
	}
	#footer p span
	{
	text-align: center;
	}
#footer a:link, #footer a:visited
	{
	text-decoration: none;
	color: #000000;
	}
#footer a:hover, #footer a:active
	{
	text-decoration: underline;
	color: #333333;
	}