@charset "utf-8";
.main_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 0px;
	text-align: left;
	vertical-align: top;
	padding: 15px;
}

.left_nav {
	font-family: "Times New Roman", Times, serif;
	color: #003300;
	padding: 10px;
	text-align: left;
}
.left_nav_active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.left_nav_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.left_nav_indent {
	font-family: "Times New Roman", Times, serif;
	text-indent: 10px;
}
.left_nav_second_level {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003300;
	text-indent: 10px;
	font-weight: bold;
}

.left_nav a {
	font-family: "Times New Roman", Times, serif;
	color: #003300;
	text-decoration: none;
	line-height: 8px;
	text-align: left;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	text-align: left;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
.footer a {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}

.right_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	background-color: #CCCC99;
	width: 150px;
}
