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

body {
	background-color: #e7eff6;
	background-image: url(background.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Helvetica, Arial;
	font-size: 10pt;
}

#page {
	width: 936px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin-top: 20px;
	margin-bottom: 15px;
}

#header img {
	border: 0px;
}

#lcolumn {
	width: 278px;
	float: left;
}

#lcolumn img {
	border: 0px;
}

#lcolumn a {
	display: block;
	margin-bottom: 5px;
}

#menu {
	background-image: url(menu-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 658px;
	height: 46px;
	float: right;
}

#menu .inside {
	padding: 5px;
	padding-right: 0px;
	padding-left: 1px;
	padding-bottom: 10px;
}

#menu a {
	display: block;
	width: 83px;
	margin-left: 10px;
	font-size: 9pt;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: center;
	float: left;
	height: 28px;
	line-height: 18px;
	padding-top: 6px;
}

#content {
	width: 658px;
	float: right;
}

#content .inside {
	padding: 10px;
	color: #666;
}

h1 {
	color: #8bc53f;
	text-transform: uppercase;
	font-size: 11pt;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	color: #333;
	font-size: 10pt;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
}

#content p {
	line-height: 18px;
	font-size: 9pt;
}

#footer {
	background-color: #e8e8e8;
	width: 990px;
	height: 52px;
	margin-left: 6px;
	margin-top: 10px;
}

#contact {
	color: #999;
	font-size: 7pt;
	text-transform: uppercase;
	width: 600px;
	margin-left: 50px;
	text-align: left;
	float: left;
}

#contact .line {
	border-left: 3px solid #666;
	padding-left: 5px;
}

#copyright {
	width: 290px;
	float: right;
	text-align: right;
	color: #999;
	font-size: 8pt;
	text-transform: uppercase;
	margin: 3px 10px 0 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-color: #133200;
	border: 1px solid silver;
}

#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;
}

