@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	behavior:url("/_style/csshover.htc");
}
a:link {
	color: #035100;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #035100;
}
a:hover {
	text-decoration: none;
	color: #035100;
}
a:active {
	text-decoration: underline;
	color: #035100;
}
.site_bkgd {
	background-image:url(../_media/templates/backgrounds/site_bkgd.gif);
	background-repeat: repeat;
}
.shadow_left {
	background-image: url(../_media/templates/backgrounds/shadow_left.png);
	background-repeat: repeat-y;
}
.shadow_right {
	background-image: url(../_media/templates/backgrounds/shadow_right.png);
	background-repeat: repeat-y;
}
.shadow_bottom {
	background-image: url(../_media/templates/backgrounds/shadow_bottom.png);
	background-repeat: repeat-x;
}
.header_bkgd {
	background-image: url(../_media/templates/backgrounds/header_bkgd.gif);
	background-repeat: repeat-x;
}
.bkgd_white {
	background-color: #FFFFFF;
}
.bkgd_tan {
	background-color: #e4d9c0;
}
.bkgd_dkolive {
	background-color: #a2a787;
}
input {
	background-color:#efead5;
	border-style:solid;
	border-width: thin;
	border-color: #8d6d51;
}
textarea {
	background-color:#efead5;
	border-style:solid;
	border-width: thin;
	border-color: #8d6d51;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3f35;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3f35;
}
tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3f35;
}
.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ab9e85;
}
.copyright a:link {
	color: #ab9e85;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #ab9e85;
}
.copyright a:hover {
	text-decoration: underline;
	color: #ab9e85;
}
.copyright a:active {
	text-decoration: none;
	color: #ab9e85;
}




/* Subnavigation Styles */

div.menuPop{
	position:relative; 
	z-index:24; 
	color:#000000;
	text-decoration:none;
}	
div.menuPop:hover{
	z-index:25; 
	text-indent: 0;
}
div.menuPop span{
	display: none;
}
div.menuPop:hover span{ 
	display:block;
	position:absolute;
	top:0px; 
	left:0px;
	text-align: left;
}
.subnav_top_bkgd {
	background-image: url(../_media/templates/subnavigation/subnav_2.gif);
	background-repeat: repeat-x;
}




/* FONT Styles */

.bold {
	font-weight:bold;
}
.bold_brown {
	font-weight:bold;
	color:#8d6d51;
}
.bold_green {
	font-weight:bold;
	color:#035100;
}
.bold_green_large {
	font-weight:bold;
	font-size:13px;
	color:#035100;
}
.red {
	font-size:10px;
	color:#FF0000;
}
.bold_olive {
	font-weight:bold;
	color:#8e917d;
}
.bold_darkolive {
	font-weight:bold;
	color:#777a67;
}
.times_olive {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#777a67;
}

.mpt_head {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-transform: uppercase; 
	color:#957966;
	font-weight: bold;
}

.mpt_subhead {
	font-family:"Arial";
	font-size:12px;
	color:#698F7D;
	font-weight: bold;
}

.mpt_brownhead {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#957966;
	text-transform: uppercase; 
	font-weight: bold;
}