body {
margin: 0;
padding: 0;
background: #666 url(images/bg.gif) center repeat-y;
}
			/*CONTAINER*/
#container {
	width: 750px;
	margin: 0 auto;
	line-height: 1.8em;
	color: #666;
	background: #fff;
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 75%;
}
			/*TOP BANNER*/
#banner {
	width: 750px;
	height: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	background: transparent url(images/banner2.jpg);
	color: #336600;
}
			/*TITLE*/
#title h1 {
	font-size: 110%;
	margin: 0;
	padding: 15px;
	background:inherit;
	color: #4C4C4C;
}
			/*TOP NAVIGATION*/
#topnavcontainer {
width: 750px;
padding: 0;
margin: 0 0 20px 0;
}
#top-nav {
margin: 0;
padding: 0 0 20px 20px;
border-bottom: 1px dashed #eee;
}
#top-nav li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#top-nav a:link, #top-nav a:visited {
float: left;
font-size: 140%;
line-height: 120%;
letter-spacing: 1px;
padding: 0 30px 15px 20px;
text-decoration: none;
color: #4C4C4C;
background:inherit;
}
#top-nav  a:link.active, #top-nav  a:visited.active   {
	color: #F47F22;
	background: url(images/menu.gif) no-repeat bottom center;
}
			/*MAIN CONTENT*/
#content {
	float: left;
	padding-left: 10px;
	margin: 0;
	width: 530px;
	border-right: 1px dashed #eee;
}
#content p {
	padding: 0 20px;
	font-size: 105%;
	line-height: 125%;
}
#content h1 {
	margin: 0;
	padding: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	background: inherit;
	color: #F47F22;
	font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 130%;
	font-weight: bold;
}
			/*SIDEBAR*/
#side {
	width: 180px;
	margin: 0 5px 0 550px;
	padding-left: 10px;
}
#side h1 {
	margin: 0;
	padding-top: 20px;
	font: 130% verdana, helvetica, arial, "Trebuchet MS", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	background: inherit;
	color: #596428;
}
#side h3 {
margin: 0;
text-transform: none;
font-size: 100%;
color: #E0B800;
background:inherit;
}
			/*SIDEBAR NAVIGATION*/
#sidenav {
margin: 10px 10px;
padding: 0;
list-style-type: none;
background:inherit;
color: #000;
}
#sidenav a {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-left: 15px;
	display: block;
	text-decoration: none;
	background:url(images/arrow_dash_right.gif) left center no-repeat;
	color: #F26522;

}
#sidenav a#current, #sidenav a:hover {
text-decoration: none;
background:url(images/arrow_dash_up.gif) left center no-repeat;
color: #aaa;
}
			/*FOOTER*/
#footer {
	clear: both;
	padding-left: 10px;
	margin: 20px 0 0 0;
	font-size: 1em;
	color: #333;
	background: inherit;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #eee;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#footer a:link, #footer a:visited {
	background:inherit;
	color: #F26522;
}
#footer a:hover {
	border-bottom: 1px dashed #000;
	color: #9F6984;
	text-decoration: none;
}
			/*LINKS*/
a:link, a:visited {
	text-decoration: none;
	background:inherit;
	color: #F26522;
}
a:hover {
	text-decoration:underline;
	background:inherit;
	color: #F26522;
}
			/*CLASS*/
.news {
background:inherit;
color: #666;
}
.imgleft {
	float: left;
	margin-right: 5px;
	padding: 5px;
}
.imgright {
	float : right;
	padding : 5px;
	margin-left : 5px;
}
a img {
border: none; 
}
			/*TYPOGRAPHY*/
blockquote {
	font-weight : bold;
	font-style : italic;
	color : #F37D23;
}
			/*SEARCH BOX*/
legend {
font-weight : bold;
color : #E0BA01;
}
input {
background : #E0BA01;
color : #4C4C4C;
}
#side p {
	margin: 0;
	padding-top: 20px;
	letter-spacing: 3px;
	background: inherit;
	color: #4C4C4C;
	font-family: verdana, helvetica, arial, "Trebuchet MS", sans-serif;
	font-size: 95%;
	font-style: italic;
	line-height: 105%;
}
#top-nav a:hover {
	color: #F47F22;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.dashes {
	border-top: 1px dashed #006600;




	/*border-bottom: 0;*/
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border-bottom: 0;
	text-decoration: none;
}
