@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
}
body {
	background-image: url(images/background2.gif);
	background-repeat: repeat;
	color:#AEAAAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	margin:0;
	padding:3px;
	text-align:center;
}
h1 {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;
	letter-spacing:-1px;
	line-height:33px;
	font-size: 22px;
}
h2 {
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing: .5px;
	line-height:20px;
	padding-bottom:2px;
	text-align: left;
}
h3 {
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing: .5px;
	line-height:20px;
	padding-bottom:1px;
}
h4 {
	border-bottom:none;
	color:#79A7DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:18px;
}
h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #CCC;
	letter-spacing: .5px;
}
h6 {
	border-bottom:1px solid #333333;
	color:#17C113;
	font-family: Candara, sans-serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing: .5px;
	line-height:24px;
	padding-bottom:6px;
}
hr {
	background-color:#333333;
	border:0 none;
	clear:left;
	color:#333333;
	height:1px;
}
:link:focus, :visited:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
a, a:link {
	color: #ffffff;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
a, a:hover {
	color:#FFFF66;
	text-decoration:none;
}
a:focus {
	color:#ffffff;
	font-size:inherit;
}
a:active {
 
}
#outerWrapper {
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:950px;
}
#navbg {
    background-image: url(images/navbg.png);
	height:50px;
}
#nav {
	display: block;
	display:inline-block;
	float: left;
	height:47px;
	width:950px;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	clear:right;
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
	margin:0;
}
#nav ul li a {
	color:#5F8415;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:42px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	text-align:center;
	text-decoration: none;
}
#nav ul li a:hover {
	background-image:url(images/navbghov.png);
	color:#5F8415;
	line-height:45px;
	padding-top:0;
	text-decoration:none;
}
#nav ul li#active {
	background:transparent url(images/nav-bg.jpg) repeat-x scroll center top;
	text-decoration:none;
}

#outerWrapper #content {
	float:left;
	margin:0 0 0 0;
	padding:10px 10px 10px 10px;
	width:930px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#788915;
	color: #FFF;
	text-align: justify;
}
#content p {
	line-height:140%;
	color: #ffffff;
	font-size: 14px;
	text-align: justify;
}
#footer {
	color:#ffffff;
	font-size:11px;
	padding:15px 10px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#ffffff;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #dcdc8c;
	text-decoration:none;
	font-size: inherit;
}
#footer p {
	margin:0 0 10px;
	padding:0;
	font-weight: bold;
}
.right {
	float:right;
	margin:10px 0 10px 15px;
}
.left {
	float:left;
	margin:10px 15px 10px 0;
}

