/*** MAIN ***/
*{
margin: 0px;
padding: 0px;
}
body{
margin: 10px 0;
/*background: #237215;*/
background: #000000;
text-align: center;
font-family: Arial, sans-serif;
font-size: 12px;
color: #000000;
}

/*** DIV SPECIFIC ***/
#wrap{
text-align: left;
width: 998px;
margin: 0 auto;
background: #ffffff;
}
#header{
width: 100%;
background: #aaaaaa url("header.jpg") top center no-repeat;
height: 171px;
}
#header h1{
color: #00873a;
text-align: right;
position: relative;
top: 10px;
right: 5px;
}

#header p{
color: #00873a;
text-align: right;
position: relative;
top: 120px;
right: 10px;
}

#header a{
    color:#006F2F;
    font-weight:bold;
    text-decoration:none;
}

#header a:hover{
	color:E99D00;
	text-decoration: underline;
}

.noshow{
display: none;
}
#main{
width: 100%;
background: #ffffff;
}
#main h1{
	font-size: 20pt;
	padding-bottom: 20px;
	color: #595959;
}
#main h2{
	font-size: 13pt;
	margin-bottom: 5px;
	color: #000000;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
/*background: url('titles2.jpg') bottom left no-repeat;*/
}
#main h3{
	font-size: 12px;
	margin-bottom: 2px;
	color: #000000;
	font-weight: bold;
	margin-top: 4px;
/*background: url('titles2.jpg') bottom left no-repeat;*/
}

#main a:hover{
}
#submain{
padding: 8px;
}
#left{
float: left;
width: 790px;
margin-bottom: 5px;
}
#left p{
font-size: 12px;
line-height: 17px;
margin-bottom: 10px;
}
#left ul{
margin-left: 0px;
margin-bottom: 15px;
font-size: 13px;
}
#left ul li{
margin-bottom: 5px;
}

#leftRightContent{
	width:540px;
	padding:10px 25px;
	border-left:1px solid #CCCCCC;
	font-size:12px;
	float:right;
	clear:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#leftRightContent a{
color: #006F2F;
text-decoration: underline;
}

#leftRightContent a:hover{
	text-decoration: none;
	color: #E66D00;
}

#leftRightContent ul{

}


#leftRightContent li{
	margin-left: 20px;

}

#leftLeftContent{
    width:160px;
    padding:0 10px;
    float:left;
    clear:none; 
}
#leftLeftContent ul{
    list-style:none;
}
#leftLeftContent li{
	list-style:none;
	padding-left:12px;
	margin:8px 0;
	background:url('space.gif') left bottom no-repeat;
	font-size: 14px;
}

#leftLeftContent li.nav2{
	list-style:none;
	margin:10px 0 10px 16px;
	font-size: 12px;
}

#leftLeftContent li.nav2 a{
    color:#006F2F;
    font-weight:bold;
    text-decoration:none;
}

#leftLeftContent li.nav2 a:hover{
	color:E99D00;
	text-decoration: underline;
}

#leftLeftContent li a{
    color:#006F2F;
    font-weight:bold;
    text-decoration:none;
}

#leftLeftContent li a:hover{
    color:#E66D00;
    text-decoration:underline;
}

#right{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 2px;
	width: 170px;
	float: right;
	padding-right: 4px;
}
#right p{
font-size: 11px;
margin-bottom: 8px;
}
#right ul{
margin-left: 20px;
font-size: 11px;
}
#right ul li{
margin-bottom: 3px;
}

#right a:hover{
	background: #ffffff;
	color: #E66D00;
	text-decoration: none;
}

#right a {
  display:block;
  margin:0px;
  padding:0px;
  width:170px;
  text-decoration:underline;
  font-weight:bold;
  color:#006F2F;
  text-align:left;
}

#right p.bodytext, #right p {
  text-align:left;
}


#footer{
clear: both;
width: 100%;
background: #aaaaaa url('footer.jpg') bottom center no-repeat;
}
#subfooter{
padding: 12px 8px 4px;
}
#subfooter p{
text-align: center;
font-size: 11px;
color: #000000;
}
#subfooter a{
	text-decoration: underline;
	color: #000000;
}
#subfooter a:hover{
	text-decoration: none;
}

/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter{
padding: 3px;
border: 1px solid #e0e0e0;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 15px;
}
.imgcenter{
display: block;
margin: 5px auto;
}

/* MAIlFORM */
legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
border: 1px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}
