/* redefine html tags */
body, hr, form {
	padding: 0px;
	margin: 0px;

}

hr {
	color: #CCCCCC;
    background-color: #CCCCCC;
    height: 1px;
	width: 100%;
}

body, td, input, select, textarea, .bodytext {
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:active, A:visited, A:link {
	color: #005528;
	text-decoration: none;
}

A:hover {
	color: #9DC943;
	text-decoration: underline;
}

h1, .sectionhead {
	font-size: 13px;
	color: #005528;
	width: 100%;
	margin: 0px 0px 7px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #005528;
	font-weight: normal;
	text-decoration: none;
}

ul {
	list-style-type: square;
	margin-left: 1.5em;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* custom styles */
.smallgrey {
	color: #999999;
	font-size: 11px;
    line-height: 17px;
}

.smallgreylink, .smallgreylink A:active, .smallgreylink A:visited, .smallgreylink A:link, .smallgreylink A:hover {
	color: #999999;
	font-size: 9px;
}



.bodypadding {
	padding: 20;
}

.rightnav {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 5px;
	border: 1px dashed #CCCCCC;
}



.rightnavtitle {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px dashed #CCCCCC;
}

.subnav {
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px 5px 5px 0px;
	text-align: right;
	border-right: 1px dashed #CCCCCC;
}


.lightgreen {
	background-color: #77A121;
}
.vlightgreen {
	background-color: #9DC943;
}
.darkgreen {
	background-color: #026F35;
}
.vdarkgreen {
	background-color: #005528;
}
.black {
	background-color: #000000;
}
.lighttan {
	background-color: #FFE690;
}
.tan {
	background-color: #DFBE59;
}
.grey {
	background-color: #999999;
}
.lightgrey {
	background-color: #CCCCCC;
}