@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
}

a, a.underline{
	text-decoration:none;
	color:#000;
}

a:hover, a.underline:hover{
	text-decoation:underline;
}

ul, li, ol{
	list-style:none;
}

div{
	background:transparent;
}

h4{
	font:bold 17px/22px Arial, Helvetica, sans-serif;
	color:#01820c;
	margin:0 0 25px 0;
}

h5{
	font:bold 13px/22px Arial, Helvetica, sans-serif;
	color:#333;
}

body{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#333;
	background:#ccccca;
}

#main-div{
	width:978px;
	height:auto;
	margin:25px auto;
	background:url(../images/div-bg.png) repeat-y left top;
}

#main-top{
	width:978px;
	height:auto;
	background:url(../images/div-top.png) no-repeat top left;
	float:left;
}

#main-bottom{
	width:978px;
	height:auto;
	overflow:hidden;
	float:left;
	background:url(../images/div-bottom.png) no-repeat bottom left;
	padding:0 0 20px 0;
	margin-top:29px;
}

#footer{
	width:inherit;
	height:32px;
	clear:both;
	background:url(../images/footer.png) no-repeat top left;
	text-align:center;
	padding:4px 0 0 0;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
}

#footer .style1{
	color:#006600;
	font:bold 11px/15px Arial, Helvetica, sans-serif;
}

#header{
	width:944px;
	height:65px;
	margin:0 17px 2px 17px;
	border-bottom:#058113 1px solid;
}

#header img.logo{
	float:left;
	width:442px;
	height:54px;
	border:none;
	margin:2px 0 0 21px;
}

#header img.logo2{
	float:right;
	width:127px;
	height:61px;
	border:none;
	margin-right:20px;
}

#search-panel{
	width:944px;
	height:28px;
	margin:0 17px;
	background:url(../images/search-bg.png) repeat-x left bottom;
}

#search-panel span{
	font:italic 12px/15px Arial, Helvetica, sans-serif;
	margin:6px 20px 0 0;
	padding:0 0 0 10px;
	font-weight:bold;
	float:right;
}

#search-panel span a{
	color:#01820c;
	text-decoration:underline;
}

#search-panel span a:hover{
	text-decoration:none;
	
}

#search-panel #download{
	padding-left:16px;
	background:url(../images/download.png) no-repeat left top;
}

#search-panel input[type=text]{
	width:150px;
	height:19px;
	border:#bbb 1px solid;
	color:#333;
	float:right;
	margin:3px 0 0 0;
}

#search-panel input[type=button]{
	width:60px;
	height:21px;
	color:#333;
	float:right;
	margin:3px 10px 0 6px;
	outline:none;
	border:none;
	background:url(../images/button.png) no-repeat left top;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
}

#top-nav{
	width:932px;
	height:30px;
	margin:0 17px 2px 17px;
	background:#01820c;
	padding-left:12px;
}

#top-nav ul li{
	display:block;
	float:left;
	padding:0 5px;
	border-left:#fff 1px solid;
	height:15px;
	margin:7px 0;
	white-space:nowrap;
}

#top-nav ul li:first-child{
	display:block;
	float:left;
	padding:0 4px;
	height:15px;
	margin:7px 0;
	border:none;
}

#top-nav ul li a{
	display:block;
	float:left;
	font:bold 12px/15px Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	outline:none;
}

#top-nav ul li a:hover, #top-nav ul li a.active{
	display:block;
	float:left;
	font:bold 12px/15px Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	border-bottom:#fff 1px dotted;
}

#banner{
	width:918px;
	height:253px;
	margin:0 17px 10px 17px;
	padding:14px 13px 0 13px;
	background:url(../images/banner-bg.png) repeat-x left top;
	clear:both;
}

#content-div{
	width:913px;
	min-height:150px;
	margin:0 17px;
	overflow:hidden;
	padding:0 15px;
}

#content-div table td{
	padding:3px;
}

#content-div table th{
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	padding:3px;
	color:#fff;
	background:#01820c;
	border:#fff 1px solid;
}

#content-div .center{
	text-align:center;
	margin-bottom:10px;
}

#content-div .center a{
	color:#01820c;
	text-align:center;
	text-decoration:none;
}

#content-div p{
	margin-bottom:11px;
}

#content-div p a{
	text-decoration:underline;
}

#content-div p a:hover{
	text-decoration:none;
}

#content-div .center a:hover{
	text-decoration:underline;
}

#content-div li{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	background:url(../images/bullets.png) no-repeat left top;
	padding-left:15px;
	margin-left:5px;
}

#box-content{
	width:920;
	height:auto;
	overflow:hidden;
	background:#efefef;
}

#box-content #upper{
	background:url(../images/box-upper.png) no-repeat left top;
	width:920px;
	height:auto;
	overflow:hidden;
}

#box-content #bottom{
	background:url(../images/box-lower.png) no-repeat bottom left;
	width:900px;
	height:auto;
	overflow:hidden;
	margin-top:18px;
	padding:0 0 18px 20px;
}

#box{
	width:280px;
	height:auto;
	float:left;
	margin-right:15px;
	border:#ccc 1px dotted;
}

#box #heading{
	height:25px;
	width:270px;
	background:#01820c;
	color:#fff;
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:10px;
}

#content{
	background:#fff;
	padding:5px 5px 0 5px;
	height:220px;
	overflow:hidden;
}

#content li{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	background:url(../images/bullets.png) no-repeat left top;
	padding-left:15px;
	margin-left:5px;
}

#content li a{
	color:#333;
	outline:none;
	display:block;
}

#content li a:hover{
	color:#01820c;
	text-decoration:underline;
}

#box #link{
	height:20px;
	width:inherit;
	overflow:hidden;
	background:#fff;
	padding-bottom:10px;
}

#box #link span{
	float:right;
	width:auto;
	margin-right:15px;
}

#box #link span a{
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	color:#990033;
}

#box #link span a:hover{
	text-decoration:underline;
}