body {
	margin:0;
		background-image:url(images/body_background.jpg);
	}

div#container {
	width:965px;
	height: auto;
	margin:0 auto;
	padding:15px 20px 30px;
	border-right:4px #162C16 solid;
	border-left:4px #162C16 solid;
	border-bottom:4px #162C16 solid;	
	background-color:white;
	}

div#top {
	width:955px;
	height:100px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	}

div#left {
	width:190px; 
	height:auto;
	float:left;
	padding: 40px 0px 50px;
	background-color:#214221;
	background-image:url(images/bottomleft.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
div#left_nav {
	border-color:white;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	width:190px;
	 }
	 
div#left_nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	color:white;
	}
	
div#left a {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	font-weight:bold;
	text-align:right;
	padding:5px 10px;
	line-height:22px;
	}

a.left_nav:link, a.left_nav:visited, a.left_nav:hover, a.left_sub_nav:link, a.left_sub_nav:visited, a.left_sub_nav:hover {
	display:block;
	width:170px;
	text-decoration:none;
	}

a.left_nav:link, a.left_nav:visited, a.left_nav:hover {	
	border-top:1px white solid;
	}
	
a.left_nav:hover {
	background-color:#336633;
	}
	
a.left_nav:hover::before, a.left_sub_nav:hover::before {
	content:url(images/menu_note.jpg);
	}	
	
a.left_sub_nav:link, a.left_sub_nav:visited {
	border-top:1px #363 solid;
	border-left:10px #363 solid;
	width:160px;
	}
	
 a.left_sub_nav:hover {
 	background-color:#363;
	}
	
div#main {
	width:717px; 
	float:left;	
	border:0px;
	padding:12px 12px 12px 18px;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	}
	
div#main a:link {	
	color:#363;
	text-decoration:none;
	font-weight:normal;	
	}
	
div#main a:visited {
	color:#363;
	text-decoration:none;
	font-weight:normal;
	}
	
div#main a:hover {
	text-decoration:underline;
	font-weight normal;
		}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#214221; 
	font-weight:bold;
	margin-top:0px;
	text-align:left;			
	}
	
h2 {
	margin:0;
	font-size:18px;
	color:white;
	font-weight:bold;
	width:100%;
	padding:5px 10px;
	border:2px #214221 solid;
	background-color:#214221;
	-moz-border-radius:20px;
	border-radius:20px;
	clear:both;
	text-align:left;
	}
	
h3 {
	font-size:14px;
	color:white;
	font-weight:bold;
	width:55%;
	clear:both;
	margin-top:30px;
	padding:5px 12px;
	border:2px #214221 solid;
	-moz-border-radius:18px;
	border-radius:18px;
	background:#336633;
	text-align:left;
	}
	
h2 ~ p {
	margin-left:12px;
	margin-right:12px;
	}
	
h1 + p::first-letter, h2 + p::first-letter {
	font-size:20px;
	background-color:#339933;
	color:white;
	border: 2px #214221 solid;
	margin-right:2px;
	padding:0px 3px;
	font-family:Georgia, serif;
	font-weight:bold;
	}
	
div#main ul li  {
	list-style:square outside;	
	}
	
div#footer {
	clear:both;
	width:955px;
	height:100px;
	padding-left:190px;
	font-size:12px;
	text-align:center;
	}
	
div#footer a {
	color:#50A050;}

a.footer_nav:link, a.footer_nav:visited {
	text-decoration:none;
	}
	
a.footer_nav:hover {
	text-decoration:underline;	
	}

div#footer_contents {
	width:677px;
	background-image:url(images/footerbackground.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:10px 44px;
	color:white;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	}
	
h1:before {
	content: ":: ";
	}
