html, body{	
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#9e9e9d;
	color:#262626;
}

a, a:visited{
	color:#216410;
	text-decoration:underline;
}
a:hover{
	color:#6FCE57;
}

h1{
	color:#216410;
	font-size:24px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	padding-top:5px;	
}

p{
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:25px;
}

li{
	line-height:20px;
}



select{
	background-color:#E1E1E1;
	border:1px #999 solid;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

input{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#E1E1E1;
	border:1px #999 solid;
	padding:2px;
}
textarea{
	background-color:#E1E1E1;
	border:1px #999 solid;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;	
}

#main{
	margin:0px;
	padding:0px;
	margin: 0 auto;
	margin-top:20px;
	width:970px;
}

#middle{
	margin:0px; 
	padding:0px; 
	background-color:#FFF;
}
#middle #middleborderleft{
	margin:0px; 
	padding:0px; 
	background-image:url(../images/content_left_repeaty.png); 
	background-repeat:repeat-y; 
	background-position:left;
}
#middle #middleborderright{
	margin:0px; 
	padding:0px; 
	background-image:url(../images/content_right_repeaty.png); 
	background-repeat:repeat-y; 
	background-position:right; 
	padding-bottom:20px;
}

#content{
	margin:0px; 
	padding:0px; 
	margin-left:18px; 
	margin-right:18px;
}

#breadcrum{
	clear:both;
}
#breadcrumborderleft{
	background-image:url(../images/breadcrum_left.png); 
	background-repeat:no-repeat; 
	width:18px; 
	height:24px; 
	float:left;
}
#breadcrummiddle{
	background-color:#e5e5e5; 
	width:934px; 
	height:24px; 
	float:left; 
	color:#666;
}
#breadcrummiddle a, #breadcrummiddle a:visited{
	color:#999;
}
#breadcrummiddle a:hover{
	color:#666;
}
#breadcrumcontent{
	margin-left:110px; 
	line-height:24px; 
	font-size:11px;
}
#breadcrumborderright{
	background-image:url(../images/breadcrum_right.png); 
	background-repeat:no-repeat; 
	width:18px; 
	height:24px; 
	float:left;
}

#bottomborderleft{
	background-image:url(../images/bottom_left_corner.png); 
	background-repeat:no-repeat; 
	background-position:top left; 
	width:18px; 
	height:62px; 
	float:left;	
}
#bottomcontent{
	background-image:url(../images/bottom_repeatx.png); 
	background-repeat:repeat-x; width:934px; 
	height:62px; 
	float:left; 
	font-size:10px; 
	color:#9e9e9d;
}
#bottomborderright{
	background-image:url(../images/bottom_right_corner.png);
	background-repeat:no-repeat; 
	width:18px; 
	height:62px; 
	float:left;
}


#navborderleft{
	background-image:url(../images/top_left_corner.png); 
	background-repeat:no-repeat; 
	width:18px; 
	height:62px; 
	float:left;
}
#navcontent{
	background-image:url(../images/top_repeatx.png); 
	background-repeat:repeat-x; 
	width:934px; 
	height:62px; 
	float:left;
}
#navborderright{
	background-image:url(../images/top_right_corner.png); 
	background-repeat:no-repeat; 
	width:18px; 
	height:62px; 
	float:left;
}

#navmenu ul{
	margin:0px;
	padding:0px;
	margin-top:7px;
	margin-left:20px;
	background-color:#CCC;
}
#navmenu li{
	margin:0px;
	padding:0px;
	margin-right:-1px; /* overlap the right border by adjoining list item */
	float:left;
	list-style:none;
}
#navmenu li a, #navmenu li a:visited{
	padding:0px;
	margin:0px;
	line-height:55px;
	display:inline;
	color:#FFF;
	text-decoration:none;
	border-left:#363636 1px solid;
	border-right:#363636 1px solid;	
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
}
#navmenu li a:hover{
	margin-right:1px; /* show right border again */
	margin-left:-1px;
	padding-left:31px;
	padding-right:29px;
	background-color:#404040;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
}
#navmenu li.active a{
	margin-right:1px; /* show right border again */
	padding-right:29px; /* compensate the 1 extra pixel to prevent jumping */
	background-color:#404040;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
}
#navmenu li.active a:hover{
	margin-left:0px;
	padding-left:30px;
}
#help{
	display:block;
	float:left;
	margin-top:19px;
	margin-left:30px;
	color:#666666; 
	font-size:12px; 
	width:100px;
}
#help a, #help a:visited{
	padding-left:40px;
	display:block;
	background-image:url(../images/button_help.png);
	background-repeat:no-repeat;
	color:#666666;
	text-decoration:none;
	line-height:30px;
}
#help a:hover, #help.active a{
	background-image:url(../images/button_help_on.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#language select{
	background-color:#262626;
	font-size:11px;
	color:#666666;
	border:none;
	width:100px;
}

