
body {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif; 
line-height: 1.3em;
background: #ffffff;
margin: 0;
padding: 3px;
}



		#container {
			width: 100%;
			margin: 3 auto;
			font-family: Arial, Helvetica, sans-serif; 
			color: #272925;
			background-color: #FFF;
		}
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			line-height: 3.5em;
			color: #5C1717;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #7D5D37;
			font-size: 16px;
			line-height: 1.7em;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}

		h3 {
			color: #7D5D37;
			font-size: 14px;
			line-height: 1.4em;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}

		h4 {
			color: #5C1717;
			font-size: 13px;
			font-weight: normal;
			line-height: 1.3em;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}

		h5 {
			color: #5C1717;
			font-size: 13px;
			font-weight: normal;
			line-height: 1.3em;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}

		h5 a  {
			color: #081708;
			font-size: 13px;
			font-weight: normal;
			line-height: 1.3em;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FBF819;
		}

		h5 a:hover {
			color: #CB0401;
			font-size: 13px;
			font-weight: normal;
			line-height: 1.3em;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFFFFF;
		}

		
		form {
			float:left;
			margin-top: 0px;
			font-size: 11px;
		}
		
		input {
			background-color: #FFF;
			color: #123D12;
			border: 1px solid #D1B48C;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			color: #123D12;
			border: 1px solid #D1B48C;
			font-size: 11px;
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			padding: 2px;
			border-bottom: 7px solid #238409;
			padding-top: 10px;
			clear: both;
			margin-bottom: 5px;
		}
		a {
			color:#005D00;
			text-decoration: none;
		}

		a:hover {
			color:#081708;
			background-color: #F0F0F0;
			text-decoration: none;
		}

				

		/* the slogan */
		#header p { 
			margin-top: -10px;
			margin-left: 14px;
			color: #4B4E47;
		}


		

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			font-size: 11px;
			line-height: 1.25em;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 150px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			font-size: 11px;
			line-height: 1.25em;
			width: 160px;
			border-bottom: 1px dotted #DE985F;
		}

		#navigation a:link, #navlist a:visited {
			color:#005D00;
			font-size: 11px;
			line-height: 1.25em;
			text-decoration: none;
		}
		
		#navigation a:hover {
			font-size: 11px;
			line-height: 1.25em;
			background: #FFFFFF url(arrow.gif) 96% 50% no-repeat;
			background-color: #FFFFFF;
			color:#000000;
			border-bottom: 1px solid #DE985F;
		}

		
/* CONTENT ELEMENTS */

		#content {
			width: 60%;
			margin-left: 180px;
			margin-right: 180px;
		}
		
		#content p {
			padding-bottom: 5px;
			
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 185px;
		}
		
		#sidebar p {
			padding-bottom: 0px;
			border-bottom: none;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 10px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 10.5px;
			line-height: 1.4em;
			color:#FFFFFF;
			clear: both;
			background-color: #124105;
			padding: 0px 5px 0px 5px;
		}

		
		
		#footer a  {
			color:#FFFFFF;
			text-decoration: none;
			border-bottom: none;
			
		}

		#footer a:hover {
			text-decoration: none;
			color:#4B4E47;
			background-color: none;
		}
	

