@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../images/listp1.gif);
	margin-left:-20px;
	margin-bottom: 10px;
}
#subnav {
	position:absolute;
	left:50%;
	margin-left: -410px;
	top:184px;
	width:200px;
	height:393px;
	z-index:1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #297043;
	border-right-color: #297043;
	border-bottom-color: #297043;
	border-left-color: #297043;
}
#content {
	position:absolute;
	left:50%;
	margin-left: -200px;
	top:184px;
	width:648px;
	height:394px;
	z-index:2;
	overflow: auto;
}
a {
	color: #2B7044;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.li_activ {
	width: 160px; 
	background-color: #D8E5DD;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	height: 20px;
}
.tdgrey {background-color:#EEEEEE;}

