@charset "utf-8";
body {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif 100%;
	background: #bdc97d;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container {
	width: 774px;  
	background: #FFFFFF;
	margin: 0 auto; 
	margin-top: .45em;
	border:none;
	text-align: left;
}
#header { 
	background-image:url(images/header.jpg);
	padding: 0;  
	padding-left: .65em;
	height:230px;	
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
	text-indent:-.99999px;
}
#mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	border-top-color:#000000;
	border-top-width:1px;
}
.pics_right {
	float:right;
	padding: .5em;
	}
.pics_left {
	float:left;
	padding: 1.5em;
	}

#footer { 
	padding: 0 10px; 
	background-color:#BDC97D;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #999933;
}
a:link {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,p,ul {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}
h1 {
	font-size: 110%;
	letter-spacing: .15em;
}
h2 {
	font-size: 100%;
	letter-spacing: .15em;

}
h3 {
	font-size: 95%;
}
h4 {
	font-size: 90%;
}
p {
	font-size: 90%;
	line-height:1.75em;
	}
ul{
	font-size: 90%;
	line-height:1.75em;
}
li {
	margin-left:1em;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: circle;
}
#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	clear:both;
	z-index:10;
}
#navigation li {
	float: left;
	padding: 0;
	margin: 0;
	float: left;		
	background-image:url(images/navbar.png);
	background-repeat: repeat-x;
	list-style: none;
	list-style-type: none;
	list-style-position:inside;	
}
#navigation li a:link, #navigation li a:visited {
	display:block;
	padding: .5em 1.4em;
	font: bold 1em/1.2 "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration:none;
	letter-spacing: .10em;
	margin-right: 1.6em;
	margin-left: 1.65em;
	
	}
#navigation li a:hover, #navigation li a:active {
	color:#666666;
	background-color:#fff;

}
#navigation li a.current, #navigation li a.current:hover, #navigation li a.current:active {
	color:#333300;
	background-color:#FFFFFF;
	cursor:default;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.style1 {color: #BDC97D}
.style5 {
	font-size: 80%;
	color: #333300;

