/* CSS Document */
<!--
body {
	background-color: #C9C7A7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}

.keywords {
	font-size: 12px;
	color: #7F8766
}

table.outer_tbl {
	border: 1px solid #000000;
	background-color: #E6E8D6;
}

/*********************************/
/*           HOME PAGE           */
/*********************************/
td.home_top {
	margin: 0;
	padding: 0;
	background-image: url(images/home_top.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 133px;
}
td.home_mid {
	margin: 0;
	padding: 0;
	background-image: url(images/home_mid.jpg);
	background-repeat: no-repeat;
	width: 799px;
	height: 133px;
}

td.content_home {
	margin: 0;
	padding: 0;
	background-image: url(images/home_content_img.jpg);
	background-repeat: no-repeat;
	padding: 15px 0px 0px 8px;
}

td.content_home2 {
	padding: 12px 8px 8px 8px; /* top right bottom left */
}

td.footer_home {
	border-left: 1px solid #E6E8D6;
	border-top: 1px solid #7F8766;
	border-bottom: 1px solid #E6E8D6;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CACDB5;
	padding: 5px 0;
}
div.foot_home_left {
	float: left;
	width: 398px;
	text-align: center;
	vertical-align: middle;
}
div.foot_home_rt {
	margin-left: 398px;
	text-align: center;
	vertical-align: middle;
}
/*********************************/
/*         END HOME PAGE         */
/*********************************/

.tr_content {
	text-align: left;
	vertical-align: top;
}

.td_content {
	padding: 8px;
}

.td_footer_left {
	border-left: 1px solid #E6E8D6;
	border-top: 1px solid #7F8766;
	border-bottom: 1px solid #E6E8D6;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CACDB5;
	padding-top: 5px;
	padding-bottom: 5px;
}

.td_footer_right {
	border-right: 1px solid #E6E8D6;
	border-top: 1px solid #7F8766;
	border-bottom: 1px solid #E6E8D6;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CACDB5;
	padding-top: 5px;
	padding-bottom: 5px;
}

a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #006699;
}

.homenav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
a.homenav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.homenav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.homenav:hover {
	color: #009999;
	text-decoration: none;
}
a.homenav:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.homesubjnav:link {
	color: #990000;
	text-decoration: underline;
}
a.homesubjnav:visited {
	color: #990000;
	text-decoration: underline;
}
a.homesubjnav:hover {
	color: #990000;
	text-decoration: none;
}
a.homesubjnav:active {
	color: #990000;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
}

h2 { /* used on home page nav */
	margin: 0;
	padding: 0;
	font-size: 16px;
}

h3 { /* used on home page */
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #B73913;
}

h4 { /* used on home page */
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-size: 17px;
	color: #B73913;
}

.td_pages_header {
	border-left: 1px solid #E6E8D6;
	border-right: 1px solid #E6E8D6;
	border-top: 1px solid #E6E8D6;
}

.tr_pages_header {
	text-align: center;
	vertical-align: middle;
}

.td_pages_header2 {
	border-left: 1px solid #E6E8D6;
	border-right: 1px solid #E6E8D6;
	border-bottom: 1px solid #E6E8D6;
	background-color: #B73913;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 22px;
}

.footer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}	
a.footer:link {
	text-decoration: none;
	color: #333333;
}
a.footer:visited {
	text-decoration: none;
	color: #333333;
}
a.footer:hover {
	text-decoration: none;
	color: #990000;
}
a.footer:active {
	text-decoration: none;
	color: #333333;
}

.header2 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}	
a.header2:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.header2:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.header2:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.header2:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.td_pages_nav {
	border-left: 1px solid #E6E8D6;
	vertical-align: top;
	border-right: 1px solid #7F8766;
	background-color: #CACDB5;
}

.td_content_pages {
	padding: 4px 8px 8px 8px; /* top right bottom left */
	border-right: 1px solid #E6E8D6;
	vertical-align: top;
}

.tr_pages_footer {
	text-align: center;
	vertical-align: middle;
	background-color: #CACDB5;
}

.td_pages_footer {
	border-left: 1px solid #E6E8D6;
	border-right: 1px solid #E6E8D6;
	border-bottom: 1px solid #E6E8D6;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nav {
	font-size: 14px;
	color: #553A35;
	background-color: #CACDB5;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
}

a.nav:visited {
	font-size: 14px;
	color: #553A35;
	background-color: #CACDB5;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
}

a.nav:link {
	font-size: 14px;
	color: #553A35;
	background-color: #CACDB5;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
}

a.nav:hover {
	font-size: 14px;
	color: #B73913;
	background-color: #D5D7C4;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
}

/* form styles */
.req {font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

.formcontent {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.form_tbl {
	background-color: #CACDB5;
	border: 2px solid #A97D76;
}
.errmsg {padding-left: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFFFCC;
}
.formmsg {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
-->
