/*---- general styles ----*/

* { padding: 0; margin: 0; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; }

body {
	background-color: #ffffff;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
}

.wrapper {
	width: 760px;
	left: 50%;
	margin: auto;
	min-height: 300px;
	_height: 300px;
	background-repeat: no-repeat;
}

.bg01 {
	background-image: url(../images/bg01.jpg);
}

.bg02 {
	background-image: url(../images/bg02.jpg);
}

.bg03 {
	background-image: url(../images/bg03.jpg);
}

.bg04 {
	background-image: url(../images/bg04.jpg);
}

.bg05 {
	background-image: url(../images/bg05.jpg);
}

.bg06 {
	background-image: url(../images/bg06.jpg);
}

#header {
	float: left;
	width: 760px;
	height: 150px;
}

#header img {
	margin: 20px 0 0 0;
}

#content {
	float: left;
	width: 760px;
	margin-top: 80px;
	border-bottom: 40px solid #FFFFFF;
}

#navigation {
	float: left;
	width: 200px;
	margin-right: 60px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#navigation li {
	margin-bottom: 5px;
}

#navigation li a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 0.8em;
	text-align: left;
	width: 174px;
	background-color: #FFFFFF;
	color: #7a7a7a;
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	border-right: 2px solid #e6e6e6;
}

#navigation li a:hover {
	background-color: #FFFFFF;
	color: #00833F;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-right: 2px solid #999999;
}

html>body #navigation li a {
	width: auto;
}

#navigation li.hilite a {
	background-color: #efefef;
	color: #1E1969;
}

#navigation li.hilite a:hover {
	background-color: #EFEFEF;
	color: #00833F;
}

#navigation li.sub a {
	font-size: 0.75em;
	padding: 5px 12px;
	background-color: #EFEFEF;
	color: #00833F;
}

#navigation li.sub a:hover {
	background-color: #00833F;
	color: #ffffff;
}

#navigation li.subOn a {
	font-size: 0.75em;
	padding: 5px 12px;
	background-color: #00833F;
	color: #ffffff;
	border-top: 1px solid #00833F;
	border-bottom: 1px solid #00833F;
	border-right: 2px solid #00833F;
}



#text {
	float: left;
	width: 500px;
}

#text h1 {
	font-size: 1.15em;
	color: #1E1969;
	line-height: 115%;
	margin-bottom: 1em;
}

#text h2 {
	font-size: 1em;
	color: #1E1969;
	line-height: 115%;
	margin-bottom: 1em;
}

#text p, #text td {
	font-size: 0.85em;
	color: #505050;
	line-height: 150%;
	margin-bottom: 1.5em;
}

#text ul, #text ol {
	margin-bottom: 1em;
}

#text li {
	font-size: 0.85em;
	color: #505050;
	line-height: 150%;
	margin-left: 30px;
}

#text a {
	color: #00833F;
}

#text a:hover {
	color: #C7171D;
}

hr {
	color: #F3F3F3;
	background-color: #F3F3F3;
	height: 1px;
	border: 0;
	margin: 25px 0;
}

#text marquee {
	font-size: 0.85em;
	color: #505050;
	line-height: 150%;
	padding-bottom: 1.5em;
	width: 475px;
}

#text form {
	margin-bottom: 1.5em;
}

.inputBox {
	width: 350px;
	border: 1px solid #999999;
	color: #666666;
	padding: 5px 2px;
}

.inputText {
	width: 350px;
	height: 80px;
	border: 1px solid #999999;
	color: #666666;
	padding: 5px 2px;
}

.style1 {color: #FF0000}

#text p.green {
	color: #006633;
}


#base {
	float: left;
	width: 100%;
	height: 50px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #F3F3F3;
}

#footer {
	width: 760px;
	left: 50%;
	margin: auto;
	padding: 20px 0;
}

#links {
	float: left;
	width: 380px;
}

#copy {
	float: left;
	width: 380px;
	text-align: right;
}

#links p, #copy p {
	font-size: 0.7em;
	color: #929292;
}

#links a, #copy a {
	color: #00833F;
	text-decoration: none;
}

#links a:hover, #copy a:hover {
	text-decoration: underline;
}

#commun {
	visibility: hidden;
}

