body {
	background-color: #edffde;
	background-image: url("bg_body.png");
	background-repeat: repeat-x;
	font: 13px Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
}

img {
	border: none;
}

strong {
	font-weight: bold;
	color: #000000;
}

#main {
	width: 982px;
	margin: 20px auto 20px auto;
}

#header {
	width: 982px;
	height: 230px;
}

#content {
	background-image: url("bg_content.png");
	width: 902px;
	padding: 20px 40px;
	background-repeat: repeat-y;
}

#menu {
	width: 200px;
	float: left;
}

#menu ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

#menu ul li {
	font-size: 12px;
	line-height: 18px;
}

#menu ul li a {
	color: #282828;
	text-decoration: none;
}

#menu ul li a.active {
	color: #1f6221;
	font-weight: bold;
}

#menu ul li ul {
	padding-left: 10px;
}

#menu ul li ul li a {
	color: #7e7e7e;
}

#menu ul li ul li a.active {
	color: #000000;
	font-weight: normal;
}

#menu h1,
#right h1 {
	font-size: 12px;
	line-height: 18px;
	color: #7e7e7e;
	margin: 0;
}

#menu p,
#right p {
	font-size: 12px;
	line-height: 18px;
	color: #282828;
}

#right {
	width: 160px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 12px;
}

#right h2 {
	font-size: 16px;
	color: #1f6221;
	margin: 0 0 8px 0;
}

#text {
	width: 502px;
	float: left;
}

#text h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #282828;
}

#text p {
	font-size: 13px;
	line-height: 18px;
	color: #282828;
	margin-top: 0;
}

#text a {
	color: #1f6221;
}

#text h2 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 0;
	color: #000a8f;
}

#text h3 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 0;
	color: #1f6221;
}

#text a,
#footer a {
	text-decoration: none;
}

#text a:hover,
#footer a:hover {
	text-decoration: underline;
}

#text a.linkToTop:hover {
	text-decoration: none;
}

#text table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em; background-color: #ebebeb; width:515px}
#text tr { border:none; padding:0px; margin:0px; }
#text td { padding:5px; margin:0px; vertical-align:top; border-spacing:0px;
	border: 1px solid #fff;
}

#form-module form {
	width: 465px;
}

#form-module fieldset {
	width: 465px;
}

#form-module textarea {
	width: 440px;
}

#searchText {
	width: 120px;
}

#searchSubmit {
	background-image: url("submit.png");
}

#bottom {
	width: 982px;
	height: 28px;
	background-image: url("bg_bottom.png");
}

#footer {
	margin-left: 240px;
	margin-right: 20px;
	font-size: 12px;
	color: #7e7e7e;
}

#footer a{
	color: #7e7e7e;
}

div.clear {
	clear: both;
}

div.flLeft {
	float: left;
	padding-right: 20px;
}

div.flRight {
	float: right;
	padding-left: 20px;
}

