html, body	{
	height: 100%;
}

html	{
	background-color: #002F1B;
}

body	{
	background-image: url("sitefiles/body_bg.png");
	background-repeat: repeat-x;
	background-color: #002F1B;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, a, p, em, strong	{
	font-family: Verdana, Arial, sans-serif;
	color: black;
}

#wrapper	{
	width: 990px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 40px;
	min-height: 100%;
}

#left_content	{
	position: absolute;
	left: 15px;
	width: 375px;
}

#right_content	{
	position: relative;
	left: 400px;
	width: 610px;
}

#footer	{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	margin-left: 690px;
}

#navigation img	{
	text-align: center;
	margin: 0 0 -6px 0;
	padding: 0;
}

.main_nav	{
	background-image: url("sitefiles/nav_layout.png");
	background-repeat: repeat-y;
	margin: 0px 0 0 10px;
	padding: 0 0 5px 0;
	width: 345px;
}

.main_nav li	{
	list-style-type: none;
	background-image: url("sitefiles/nav_button_bg.png");
	background-repeat: repeat-x;
        margin: 0px 0 0 5px;
        padding: 6px 0 6px 10px;
	width: 325px;
}

.main_nav li a	{
	color: #666;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
}

.main_nav li a:hover, #sub_nav li a:hover	{
	border-bottom: 2px solid #666;
}

#sub_nav	{
	width: 345px;
	margin: -5px 0 0 10px;
	padding: 0;
	background-image: url("sitefiles/nav_layout.png");
}

#sub_nav li	{
	list-style-type: none;
        background-image: url("sitefiles/nav_sub_bg.png");
        background-repeat: repeat-x;
	width: 315px;
	margin: -1px 0 -1px 5px;
	padding: 4px 0 4px 20px;
	
}

#sub_nav li a	{
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;

}

h1	{
	text-indent: -9999em;
	background-image: url("sitefiles/logo.png");
	background-repeat: no-repeat;
	padding: 25px;
	margin-top: 50px;
	margin-left: 10px;
	display: block;
}

h2	{
	font-weight: normal;
	color: #003c20;
	margin: 5px 0 0 35px;
	padding: 0px 0 0 0;
	width: 515px;
	display: block;
	border-bottom: 1px solid #003c20;
}

h2 a	{
	text-decoration: none;
	color: #003c20;	
}


h3 a:hover	{
	background-color: #FFFF99;
}

#main_content	{
	width: 550px;
}

#welcome #main_content	{
	width: 600px;
	}

#main_content p	{
	font-size: 75%;
	margin: 20px 10px 10px 35px;
}

p img	{
	float: right;
	margin: 0 0 ;
	padding: 0px 20px 90px 20px;
	margin-right: 25px;
}

#top_wrap	{
	background-image: url("sitefiles/top_wrap.png");
	background-repeat: no-repeat;
	padding-bottom: 0;
	margin-left: 3px;
	margin-bottom: -5px;
	height: 23px;
	}

#middle_wrap	{
	background-image: url("sitefiles/wrap_bg.png");
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}

#bottom_wrap	{
	background-image: url("sitefiles/bottom_wrap.png");
	background-repeat: no-repeat;
	height: 23px;
	margin-left: 3px;
	margin-top: -11px;
	padding: 0;
	}
	

#right_content ul	{
	padding-bottom: 20px;
	margin-bottom: 8px;
}

em	{
	margin: -10px 0 30px 35px;
	font-size: 65%;
}

em a	{
	color: #0000FF;
	margin: -10px 0 30px 0;
}



h3	{
	font-size: 85%;
	margin: 15px 0 0 35px;
}

h3 a	{
	color: #003c20;
}

h4 a:hover	{
	color: #003c20;
}


#left {
	float: left;	
	width: 60%;
}

#left p	{
	width: 300px;
}

#right	{
	float: left;
	width: 30%;
	background-color: #FFFF99;
}

#right p	{
	width: 150px;
	margin: 0 0 0 10px;
	padding: 2px 2px 10px 2px;
	font-size: 60%;
}

#clear	{
	width: 100%;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	clear: both;
}

h4	{
	font-size: 75%;
	color: #003c20;
	padding: 6px 0 0 0;
	margin: 10px 0 0 10px;
	
}

.latest-blogs	{
	border-bottom: 1px solid #003c20;
	width: 85%;
	font-size: 85%;

	}

h6	{
	color: white;
	font-size: 60%;
}	

h6 a	{
	color: white;
	}

#main_content ul	{
	margin: 10px 0 0 65px;
}

strong	{
	display: block;
	padding: 20px 50px;
	margin: 5px 0 5px 10px;
	}
	



