@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;
	background-image: url(../../new/bg.png);
	background-color: #2f4c36;
	background-repeat: repeat-x;
	font-size: 11px;
}

div#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
}

div#header {
	width: 800px;
	height: 88px;
	background-image: url(../../new/header.png);
	margin-top: 20px;
	clear: both;
}
div#header div#topleft {
	float: right;
	text-align: right;
	margin: 10px 15px 0px 0px;
	width: 190px;
	font-size: 12px;
	color: #303030;
}

div#welcome {
	width: 800px;
	height: 164px;
	background-image: url(../../new/welcome.png);
}

div#navigation {
	height: 29px;
	padding-top: 4px;
	background-image: url(../../new/nav_bg.png);
	background-repeat: repeat-x;
}

div#navigation ul {
	margin: 3px 0 0 0;
	padding:0;
	list-style: none;
}
div#navigation ul li {
	padding: 5px 0px 5px 9px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: white;
	float: left;
}
div#navigation ul li a {
	color: #ffffff;
	text-decoration: none;
}
div#navigation ul#dd li div.submenu { 
	background: #466528; 
	visibility: hidden; 
	position: absolute; 
	z-index: 3; 
	width: 180px; 
	margin-left: 10px; 
	margin-top: 8px; 
	font-weight: normal; 
	filter:alpha(opacity=90); 
	-moz-opacity:.90;
	opacity:.90; 
}
div#navigation ul#dd li div.submenu a { 
	display: block; 
	border-left: 9px solid #253518; 
	font-size: 11px; 
	text-align: left; 
	text-decoration: none; 
	padding: 4px 0px 4px 6px; 
	color: #FFFFFF; 
	font-weight: normal; 
}
div#navigation ul#dd li div.submenu a:hover { 
	background: #eff3ec; 
	color: #3e5634; 
	border-left: 9px solid #dbe1cf; 
}





div#content {
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	background-repeat: repeat-x;
}

	div#content h1 {
		font-size: 22px;
		color: #345315;
		background-color: #f2f9ea;
		padding: 5px;
		margin: 10px 0px 7px 0px;
		border-bottom: 1px solid #345315;
		font-weight: normal;
	}
	
	div#content h2 {
		font-size: 20px;
		color: #345315;
		padding: 5px;
		margin: 10px 0px 7px 0px;
		font-weight: normal;
	}
	
	div#content h3 {
		font-size: 18px;
		color: #345315;
		padding: 5px;
		margin: 10px 0px 7px 0px;
		border-bottom: 1px solid #345315;
		font-weight: normal;
	}
	
	div#content h4 {
		font-size: 18px;
		color: #345315;
		padding: 3px;
		margin: 7px 0px 5px 0px;
		font-weight: normal;
	}
	
	div#content h5 {
		font-size: 15px;
		color: #345315;
		padding: 3px;
		margin: 7px 0px 5px 0px;
		font-weight: normal;
	}


div#content_bottom {
	height: 5px;
	background-image: url(../../new/text_bottom.png);
	font-size: 1px;
}

div#footer {
	color: #e8f8e3;
	margin: 10px 0 15px 0;
	padding: 0px 0px 0px 10px;
	line-height: 145%;
}