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

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	background-image: url(page-bg.jpg);
	background-position: top center;
	background-color: #8ca93d;
}

#header {
	background-image: url(header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 608px;
	width: 100%;
}

#header .inside {
	background-image: url(header.jpg);
	background-position: center;
	width: 989px;
	margin: 0 auto;
	height: 608px;
}

#menu {
	position: relative;
	top: 468px;
	height: 30px;
	left: 270px;
	width: 700px;
	color: #fff;
	font-weight: bold;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	padding: 5px 5px;
}

#menu a:hover {
	color: #99b641;
}

#menu .spacer {
	float: left;
	padding: 3px 5px;
	color: #99b641;
}

#page {
	width: 989px;
	margin: 0 auto;
}

#page .inside {
	padding: 10px;
	background-color: #fff;
}

#page #leftside {
	float: left;
	border-right: 2px solid #eee;
	width: 0px;
	margin-left: 10px;
	margin-top: 20px;
}

#page #content {
	float: left;
	width: 960px;
	margin-left: 0px;
	margin-top: 20px;
	color: #2a350a;
	line-height: 22px;
}

#page #sidebar {
	float: right;
	position: relative;
	top: -120px;
	left: -55px;
	margin-bottom: -120px;
}

h1 {
	color: #2a350a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
}

#dropmenudiv {
	position:absolute;
	line-height:18px;
	z-index: 10001;
	font-size: 9pt;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 45px;
	background-image: url(submenu-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#dropmenudiv a {
	color: #fff;
	padding: 2px 5px;
	margin: 0 10px;
	padding-left: 5px;
	text-indent: 3px;
	text-decoration: none;
	display: block;
	outline: none;
}

#dropmenudiv a:hover { /*hover background color*/
	color: #99b641;
}
