﻿* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto 0 auto;
	background: url(images/top.png) 50% 0 no-repeat;
}
/******* Structure********/
#container {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 45px;
}
* html body #container {
	margin: 0;
	padding-left: 75px;
}
#header_bg {
	width: 900px;
	margin-top: 45px;
	background: url(images/header_bg.png) repeat-y;
}
#header {
	width: 900px;
	min-height: 75px;
	height: auto !important;
	height: 75px;
	background: url(images/header.png) no-repeat;
}
#header_text {
	width: 800px;
	text-align: center;
	margin: 0 auto 0 auto;
	border-bottom: solid #84aa34 1px;
}
#nav {
	width: 900px;
	min-height: 44px;
	height: auto !important;
	height: 44px;
	background: url(images/nav.png) repeat-y;
}
#nav_con {
	min-height: 32px;
	height: auto !important;
	height: 32px;
	margin: 0 auto 0 auto;
	width: 800px;
	border-top: solid #ebf7b1 1px;
	padding: 0 0 0 0;
}
#nav_ {
	width: 900px;
	height: 25px;
	background: url(images/nav_.png) no-repeat;
}
#pad {
	padding-left: 10px;
	padding-right: 10px;
}
#content {
	width: 900px;
	background: url(images/content.png) repeat-y;
}

#fixed {
	width: 786px;
		margin: 0;
	padding: 0;


}


#content_box {

	width: 786px;

	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	margin-left: 50px;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('images/gradient.png');
	background-repeat: repeat-x;
	background-attachment: scroll;
}
* html body #content_box {
	width: 786px;
	margin-left: 0px;
}
#footer {
	width: 900px;
	height: 110px;
	background: url(images/footer.png) no-repeat;
	padding: 55px 10px 10px 63px;
	text-align: left;
}
/***** Style ******/
a {
	text-decoration: none;
	color: #336600;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
h1 {
	padding: 70px 20px 10px 20px;
	text-align: center;
	color: #336600;
}
.navbar ul li {
	padding: 5px 23px 5px 0;
	display: inline;
	background: url(images/space.png) right no-repeat;
	line-height: 44px;
}
* html body .navbar ul li {
	padding: 0 18px 0 18px;
	display: inline;
	background: url(images/space1.png) right no-repeat;
}
.navbar ul li.last {
	background: url(images/spacer.png);
}
#content_box a {
	text-decoration: none;
	color: #336600;
	font-size: 12px;
	font-weight: bold;
}
#content_box a:hover {
	text-decoration: none;
	color: #99CC00;
	font-size: 12px;
	font-weight: bold;
}
#content_box a.TopNavLinks {
	text-decoration: none;
	color: #336600;
	font-size: 12px;
	text-transform: uppercase;
}
#content_box a.NavLinks {
	text-decoration: none;
	color: #336600;
	font-size: 12px;
	font-weight: bold;
}
#content_box a:hover.TopNavLinks {
	text-decoration: none;
	color: #99CC00;
	font-size: 12px;
	text-transform: uppercase;
}
#content_box a:hover.NavLinks {
	text-decoration: none;
	color: #99CC00;
	font-size: 12px;
	font-weight: bold;
}
.footerbar ul li {
	display: inline;
	padding: 5px 13px 5px 5px;
	text-decoration: none;
	font-size: 12px;
	background: url(images/space2.png) right no-repeat;
}
.footerbar ul li.last {
	background: url(images/spacer.png);
}
.footerbar ul li a {
	color: #666666;
}
.footerbar ul li a:hover {
	color: #D1EE60;
}

