body {
margin : 0;
padding : 0;
font : 70% verdana, "Trebuchet MS", tahoma, arial, sans-serif;
line-height : 1.7em;
background : #fbfff1 url(/images/bgd2.jpg) repeat-x;
background-position : 50% 0;
color : #333;
}
#container {
	width : 750px;
	margin : 0 auto;
	color : #333;
}
			/*TOP*/
#top {
margin : 0;
padding : 0;
}
#top h1 {
padding-top : 10px;
text-align : center;
text-transform : none;
font-size : 150%;
letter-spacing: 5px;
background : #9aad42;
color : #333;
}
			/*BANNER*/
#banner {
	width : 754px;
	height : 205px;
	margin : 0 auto;
	padding : 0;
	color : #333;
	background-image: url(/images/newsHeader750.png);
	background-repeat: no-repeat;
	background-position: center;
}
#banner_m {
	width : 752px;
	height : 161px;
	margin : 0 auto;
	padding : 0;
	background : url(/images/34front.png) no-repeat center;
	color : #333;
}

			/*DROP MENU CONTAINER*/
#menu {
	width : 750px;
	height : 48px;
	background : #9aad42;
	border-color: #66CC99;
	border-width: 10px;
}
#menu ul {
	list-style: none;	
}

#menu.li {
	display: inline;
}
#menu a {
	float: left;
	width: 100px;
	height: 33px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFCC99;
	font-weight: bold;
	font-size: 12px;
	padding-top: 15px;
	text-transform: uppercase;
}
#navlist li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	display: inline;
}
#navcontainer {
	width : 750px;
	margin : 0 auto;
	padding : 0;
}
#navlist2 li {
list-style-type : circle;
color : #769009;
margin : 0 15px 0 0;
padding : 0;
}

#navcontainer #navlist a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	display: inline;
	color: #996699;
}

			/*MAIN CONTENT*/
#content {
	float : right;
	width : 530px;
	margin-top : 0;
	padding : 0;
	background-repeat: no-repeat;
	background-position: left top;
}
			/*SIDEBAR*/
#sidebar {
	float : left;
	width : 200px;
	margin : 0;
	padding-left : 5px;
	background : transparent;
}
#sidebar p {
font-size : 90%;
line-height : 1.5em;
}
			/*FOOTER*/
#footer {
clear : both;
font-size : 85%;
color : #000;
background : #fbfff1;
border-top : 1px solid #eee;
margin : 0;
text-align : left;
padding-left : 10px;
}
#footer a:link, a:visited, #navlist a:link, a:visited, a:link, a:visited {
color : #333;
background : inherit;
text-decoration : none;
}
#footer a:hover, #navlist a:hover, a:hover {
color : #869a3b;
background : inherit;
text-decoration : none;
}
			/*TYPOGRAPHY*/
h2 {
	text-transform : uppercase;
	letter-spacing : 3px;
	color : #000000;
	background : inherit;
	margin : 10px 0 10px 10px;
	padding : 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
}
h3 {
font : 100% arial, "Trebuchet MS", verdana, sans-serif;
color : green;
background : inherit;
margin : 5px 0 5px 10px;
padding : 0;
}
p {
	margin : 10px;
	font-size: 14px;
}
p strong {
color : #769009;
background1 : inherit;
}
blockquote {
font-size: 14px;
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
#navlist li {
	list-style-type : square;
	background : inherit;
	color : #769009;
	margin : 0 15px 0 0;
	padding : 0;
	vertical-align: middle;
}
#navlist2 li {
list-style-type : circle;
background : inherit;
color : #769009;
margin : 0 15px 0 0;
padding : 0;
}
a img {
border : 0;
}
			/*CLASSES*/
.myborder {
border : 1px solid #aaa;
margin : 15px 10px 10px 10px;
padding : 5px;
}
#map {
	overflow : visible;
	height : 3.4in;
	width : 520px;
	padding : 5px;
	border : 1px solid #aaa;
	margin : 20px 0 20px 0;
	background : inherit;
	color : #555;
	font-size : 100%;
}
#headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: 869a3b;
	text-align: left;
	margin: 5px;
	padding: 15px;
	float: left;
	height: 140px;
	width: 140px;
}



div.newsitem {
	width: 480px;
	margin: 20px 0;
	padding: 15px;
	border: 3px solid #aaa;
	font-size: 14px;
	/*font: normal 12pt Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #555;*/
}
	div.newsitem p {
		margin: 1em 0;
		padding: 0;
	}
	div.newsitem h2 {
		margin: 0 0 1em;
		padding: 0;
	}
	div.newsitem div.footer {
		margin: 1em 0 0;
		padding: 0;
		font-size: 11px;
		font-style: italic;
		text-align: right;
	}

span.boldyellow {
	font-weight: bold;
	font-style: italic;
	color: #b29b35;
}

span.purple {
	color: #609;
	font-weight: normal;
}


