@charset "utf-8";


.shadow_leftside {
	background-image: url(../images/fade_leftside.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
html {
	overflow-y: scroll;
} 
.shadow_rightside {
	background-image: url(../images/fade_rightside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
}
.drop_shadow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.white_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737A10;
}


.green_bg {
	background-color: #1e521b;
}


a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
    }



a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCB201;
	text-decoration: underline;
	}
	
a:visited {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: underline;
}

.sec_line_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #30832C;
}
.sec_line_top {
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.sub_nav_over {
	color: #DCB201;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}


.tan_bg {
	background-color: #FAF4DA;
	color: faf1da;
}
.title_underline {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #DCB201;
}
.watermark {
	background-image: url(../images/watermark_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1E521B;
}
.tab_bg {
	background-color: 1E521B;
	background-image: url(../images/tab_bg_alt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.footer A:link {
	color:#999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer A:hover {
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer A:visited {
	color:#999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
