/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:68%;
	color:#404042;
}
p, h1, h2, h3, h4, h5, ul, li, form{
	margin:0px;
	padding:0px;
}
#container{
	width:940px;
	text-align:left;
	margin:13px 0px 0px 0px;
}
#logo{	
	float:left;
	width:173px;
	height:62px;
	margin-bottom:15px;	
}
#header{
	float:left;
	width:767px;
	height:62px;
	position: relative;
}
#topNavi{
	float:right;
	margin: 0 0 32px 0;
	height:14px;
}
#topNavi ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#topNavi ul li{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#topNavi ul li select{
	font-size:11px;
	width:158px;

}
#normNav{
	clear: both;
}
#normNav .homeButton{
	float:left;
	padding-top:2px;
}
#normNav ul{
	float:left;
	margin:0px;
	padding:0px 0px 0px 7px;
	list-style-type:none;
}
#normNav ul li{
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding:0px 6px 0px 0px;
}
#normNav ul li a{
	text-decoration:none;
	color:#404042;
}
#normNav ul li a:hover{
	text-decoration:underline;
	color:#404042;
}
#normNav ul .selected{
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding:0px 6px 0px 0px;
	font-weight:bold;
}
#topNav {
	clear:both;
	width:940px;
}
#topNav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#topNav ul li{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px 0px 2px 0px;
	height:30px;
}
#mainBody{
	clear:both;
	margin:2px 0px 17px 0px;
}
.bodyLeft{
    width:710px;
    margin-bottom:19px;
    padding:0px 0px 0px 0px;
}





DIV#visualBox{
	clear:both;
	width:687px;
	height:104px;
	background-color:#fff;
}

/*
DIV#visualBox .visual{
	float:left;
}
DIV#visualBox .visualContent{
	float:left;
	padding-top:16px;
}
DIV#visualBox .visualContent h2{
	color:#436201;
	font-size:1.5em;
	padding:0px 0px 16px 0px;
}
DIV#visualBox .visualContent p{
	padding:0px 0px 16px 0px;
}
*/
/* Start right section*/
/* Green */
.bodyRight{
	width:230px;
	background-color:#DDE7B0;
	color:#436201;
	padding-bottom:17px;			
}
.lower a{
	color:#436201;
}
.lower a:hover{
	color:#436201;
text-decoration: underline;
}
.lower a:active{
	color:#436201;
}
.lower a:visited{
	color:#436201;
}
/* Grey */
.lower_outDoor{
	width:230px;
	background-color:#F1F1F1;
	color:#515151;
	padding-bottom:17px;			
}
.lower_outDoor a{
	color:#515151;
}
.lower_outDoor a:hover{
	color:#515151;
}

#footer{
	clear:both;
	width:940px;
	height:25px;
	background-color:#517C43;	
}
#footer .nav{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:8px 0px 0px 12px;
}
#footer .nav li{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#footer .copy{
	float:right;
	padding:8px 9px 0px 0px;
}