/* General */
body {
	background-color: 56481F;
	margin: 0px
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
	line-height: 16px
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
	line-height: 16px;
	margin-top: 0px
}

a:link {
	color: 0000FF;
	text-decoration: underline
}

a:visited {
	color: 0000FF;
	text-decoration: underline
}

a:hover {
	color: FF0000;
	text-decoration: none
}

a:active {
	color: FF0000;
	text-decoration: none
}


/* Client Styles */
.headertext {
	font-family: Times, Times new Roman, serif;
	font-size: 18px;
	color: CC0000;
}

.subheadertext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 333333;
}


/* Div Styles */
.logo {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 1
}


/* TD Styles */
.header {
	background-color: FF0000;
	background-image: url("img/bg_header.jpg");
	background-repeat: repeat-x;
	height: 39px
}

.subheader {
	background-color: CCCCCC;
	background-image: url("img/bg_subheader.jpg");
	background-repeat: repeat-x;
	height: 55px
}

.leftbar {
	background-color: FFFFFF;
	background-image: url("img/bg_leftbar.gif");
	background-repeat: repeat-y;
	width: 220px
}

.body {
	background-color: FFFFFF;
	background-image: url("img/bg_body.jpg");
	background-repeat: repeat-x;
}

.bodyfooter {
	background-color: FFFFFF;
	background-image: url("img/bg_bodyfooter.gif");
	background-repeat: repeat-x;
}

.specialsbox {
	background-color: 990000;
	background-image: url("img/bg_specialsbox.jpg");
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.nav {
	background-color: CC0000;
	background-image: url("img/bg_nav.jpg");
	background-repeat: repeat-x;
}

.footerbar {
	background-color: CCCCCC;
	background-image: url("img/bg_footerbar.gif");
	background-repeat: repeat-x;
}

.footer {
	background-image: url("img/bg_footer.gif");
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 8px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: B39640
}

.subnavbox {
	background-color: FF0000;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	padding-left: 7px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 4px;
	margin-left: 1px
}


/* Custom Text & Links */
.specialstext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: FFFFFF;
	line-height: 12px
}

.specialstext:link {
	color: FFFFFF;
	text-decoration: underline
}

.specialstext:visited {
	color: FFFFFF;
	text-decoration: underline
}

.specialstext:hover {
	color: FFFFFF;
	text-decoration: none
}

.specialstext:active {
	color: FFFFFF;
	text-decoration: none
}

.footerlink:link {
	color: B39640;
	text-decoration: none
}

.footerlink:visited {
	color: B39640;
	text-decoration: none
}

.footerlink:hover {
	color: B39640;
	text-decoration: underline
}

.footerlink:active {
	color: B39640;
	text-decoration: underline
}

.subnav {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: FFCC00;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=5);
	width: 100%
}

.subnav:link {
	color: FFCC00;
	text-decoration: underline
}

.subnav:visited {
	color: FFCC00;
	text-decoration: underline
}

.subnav:hover {
	color: FFFFFF;
	text-decoration: none
}

.subnav:active {
	color: FFFFFF;
	text-decoration: none
}


/* Form Styles */
form {
	margin: 0px;
	padding: 0px
}

input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: CC0000
}

select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: CC0000
}

.textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: 330000
}

.formtitle {
	padding: 3px;
	width: 175px;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: 330000
}

.formtitlerequired {
	padding: 3px;
	width: 175px;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: FF0000
}

.formcontent {
	padding: 3px;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: 330000
}
