@charset "utf-8";
/* CSS Document */
body, html{
	margin:-20px 0 0 0;
	padding:0;
	background:url(../images/bodybg.gif) no-repeat left top;
	font-family:"Times New Roman", Times, serif;
	width:930px;
}
h1{
	margin:0 0 30px 0;
}
h2{
	margin:0 0 20px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#4f632d;
	letter-spacing:1px;
}
#leftbar{
	float:left;
	width:310px;
	margin-top:350px;
	padding-right:10px;
	display:inline-block;
}
#content{
	width:570px;
	float:left;
	padding-left:15px;
	display:inline-block;
}
#content ul{
	margin:0;
	padding:0;
}
#content li{
	list-style:none;
	line-height:18px;
	background:url(../images/li_dot.gif) no-repeat left 7px;
	padding-left:16px;
}
#footer{
	background:url(../images/footerbg.gif) no-repeat top left;
	margin: 20px 0 0 0;
	padding:5px 0 15px 335px;
	clear:both;
}
#footer p{
	margin: 0;
}
#logo{
	background:url(../images/logo.gif) no-repeat left top;
	height:140px;
	width:155px;
}
#menu{
	padding:15px 0 0 30px;
	width:125px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu li{
	line-height:25px;
	font-size:14px;
	font-weight:bold;
}
#menu li a{
	color:#898989;
	text-decoration:none;
	padding-left:5px;
}
#menu li a:hover{
	color:#666;
	text-decoration:none;
}
#menu li #this{
	color:#4f632d;
	text-decoration:none;
	background:url(../images/cross.gif) left 5px no-repeat;
}
#submenu{
	padding:204px 0 0 0;
	height:1px;
	width:140px;
	float:left;
}
#submenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#submenu li{
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	padding:1px;
	margin-top:2px;
	clear:both;
}
#submenu li a{
	color:#898989;
	text-decoration:none;
	display:block;
	padding:0 0 0 3px;
}
#submenu li a:hover{
	color:#fff;
	text-decoration:none;
	background:url(../images/subhover2.gif) left 50% no-repeat;
}
#submenu li #at{
	color:#fff;
	background:url(../images/subhover.gif) left 50% no-repeat;
}
.floatleft{
	float:left;
	margin:0 10px 5px 0;
}
.floatright{
	float:right;
	margin:0 0 5px 10px;
}
.clear{
	clear:both;
}
.middle{
	vertical-align:middle;
}
.border{
	border:5px solid #e7e7e7;
}
.grand{
	float:left;
	padding: 0 10px 0 0;
	margin-right:6px;
	height:45px;
	border-right:1px solid #c7c7c7;
}
.grey{
	color:#333;
}
.green{
	color:#4f632d;
}
.reports{
	height:320px;
}
.reports ul{
	margin:0;
	padding:0;
}
.reports li{
	font-size:11px;
	color:#666;
	letter-spacing:1px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	clear:both;
	list-style:none;
}
.reports li a{
	color:#666;
	text-decoration:none;
}
.reports li a:hover{
	color:#4f632d;
	text-decoration:underline
}
.date{
	float:right;
	margin-top:-21px;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaa;
	font-size:10px;
}

/*pages*/
.pagebox{
	padding-top:10px;
	height:30px;
	clear:both;
}
.pages {
	font-size: 9px;
	font-family: arial, helvetica, sans-serif;
}
.pages a {
	border-right: #ddd 1px solid;
	padding-right: 4px;
	border-top: #ddd 1px solid;
	padding-left: 4px;
	background: #fff;
	padding-bottom: 1px;
	border-left: #ddd 1px solid;
	padding-top: 1px;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	color: #6e6e6e;
}
.pages a:hover {
	border-left-color: #3c5119;
	border-bottom-color: #3c5119;
	color: #fff;
	border-top-color: #3c5119;
	text-decoration: none;
	border-right-color: #3c5119;
	background-color: #4f632d;
}
.this-page {
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 11px;
	border-left-color: #999;
	background: #fff;
	border-bottom-color: #999;
	color: #ff0084;
	border-top-color: #999;
	border-right-color: #999;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
}

/* text */
.text01{
	font-size:10px;
	color:#888;
	letter-spacing:1px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.text01 a{
	color:#888;
	text-decoration:none;
}
.text01 a:hover{
	color:#333;
	text-decoration:none;
}
.text02{
	font-size:11px;
	color:#666;
	letter-spacing:1px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}
.text02 a{
	color:#666;
	text-decoration:none;
}
.text02 a:hover{
	color:#333;
	text-decoration: underline;
}
.text03{
	font-size:11px;
	color:#333;
	letter-spacing:1px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}