/* Header styles */
.header { border-bottom: 0px solid #007a00; }

#header {
	clear:both;
	float:left;
	width:100%;
	padding-left: 20px;
	margin-left: 20px;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}

img {
	margin:10px;
	border: 0px solid #007a00;
}

hr
{
	height: 2px;
	color: #007a00;
	background: #007a00;
}

ul li
{
	list-style-type: circle;
}

a
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	color: #007a00;
}

.sub_body
{
	border-top: 0px solid #fafa00;
	min-height: 450px;
	margin-left: 10px;
	margin-right: 10px;
}
.sub_body a
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.sub_body a:hover
{
	color: #007a00;
}
.sub_body ul
{
	list-style-type:circle;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 1em;
}

.sub_body ul li
{
	list-style-type:circle;
	margin:0px;
	padding:0px;
	color: #000;
	font-size: 12px;
}
.sub_body ul li a
{
	background:#fff;
	color:#000;
	text-decoration: underline;
	font-size: 12px;
}
.sub_body ul li a:hover
{
	color: #007a00;
	text-decoration: underline;
	list-style-type:disc;
}

.sub_body ol
{
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 1em;
}

.sub_body ol li
{
	margin:0px;
	padding:0px;
	color: #000;
	font-size: 12px;
}
.sub_body ol li a
{
	background:#fff;
	color:#000;
	text-decoration: underline;
	font-size: 12px;
}
.sub_body ol li a:hover
{
	color: #007a00;
	text-decoration: underline;
	list-style-type:disc;
}

.links
{
	color: #28509f;
	font-size: 12px;
	margin-top: 0px;
}	

.links a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.links a:hover
{
	color: #007a00;
}

.links ul
{
	margin; 0px 5px 0px 0px;
	padding-bottom: 0px;
}

.links ul li
{
	padding-bottom: 5px
}

.tblhead
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #060;
}
.tblsubject-w
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #060;
}
.tblsubject-b
{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background: #fff;
}
.tbltext-dark
{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #82dd82;
}
.tbltext-light
{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #fff;
}

.tbl-right
{
	float: right;
	border: 2px solid #999999;
	padding: 5px;
	margin: 5px;
}

.tbl-center
{
	align: center;
	vertical-align: text-top;
	border: 0px solid #999999;
	padding: 0px;
	margin: 0px;
}

.tbl-center tr
{
	vertical-align: text-top;
	border: 1px solid #999999;
}	

.tbl-center td
{
	border: 2px solid #999999;
	vertical-align: text-top;
}	

.formstbl
{
	border-left: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	border-top: 4px solid #007a00;
	padding-left: 5px;
}
.formstr
{
	padding-bottom: 25px;
}