html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#f7f3e6;
	color:#767550;
	font-size:12pt;
	line-height: 18px;
	font-family: Trebuchet, Arial, Helvetica, Sans-Serif;
	background-image:url(../images/bkgdrepeat.gif);
	background-repeat:repeat-x;
}

A:link          {text-decoration:underline; color:#424024;}
A:active        {text-decoration:underline; color:#3A4C00;}
A:visited       {text-decoration:underline; color:#424024;}
A:hover         {text-decoration:underline; color:#000000;}


p {line-height: 18px;}
ul {line-height: 18px;}
li {line-height: 18px;}

hr {
    height:.25px;
	color:#dfd0a4;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color:#3A4C00;
}
.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #86855c;
}
.footer_text {
	font-family: Lucida Grande, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
	line-height: 12px;
    font-size: 10px;
    color:#86855c;
}
a.footer_text:link {text-decoration:none; color:#86855c;}
a.footer_text:active {text-decoration:none; color:#86855c;}
a.footer_text:visited {text-decoration:none; color:#86855c;}
a.footer_text:hover {text-decoration:none; color:#3A4C00;}

#container {
   min-height:100%;
   position:relative;
}
#bkband {
	background-image:url(../images/bkgdrepeat.gif);
	background-repeat:repeat-x;
	height: 325px;
}
#container_body {
	padding:10px;
	padding-bottom:0px;
}
#header {
	width:800px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
}
#body {
	width:800px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
}
#footerband {
	width:800px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#logocontainer
{
	width:800px;
	margin: 0 auto;
}
#container {
   height:100%;
}
#webheader {
	height: 200px;
	width:800px;
}

#nav_top a {   
    color:#6b6b6b;   
    text-decoration:none;
}


/* Navigation */

.navbtn {
	height: 30px;
	width: 133px;
	float: left;
}

#nav1 {
	background-image: url(../../links/images/nav/nav_01.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	float: left;
	height: 30px;
	width: 133px;
	display: block;
	text-indent: 0px;
	text-decoration: none;
}

#nav1:hover {
	background-position: 0 -30px;
}

#nav2 {
	background-image: url(../../links/images/nav/nav_02.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	float: left;
	height: 30px;
	width: 134px;
	display: block;
	text-indent: 0px;
	text-decoration: none;
}

#nav2:hover {
	background-position: 0 -30px;
}

#nav3 {
	background-image: url(../../links/images/nav/nav_03.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	float: left;
	height: 30px;
	width: 133px;
	display: block;
	text-indent: 0px;
	text-decoration: none;
}

#nav3:hover {
	background-position: 0 -30px;
}

#nav4 {
	background-image: url(../../links/images/nav/nav_04.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	float: left;
	height: 30px;
	width: 134px;
	display: block;
	text-indent: 0px;
	text-decoration: none;
}

#nav4:hover {
	background-position: 0 -30px;
}

#nav5 {
	background-image: url(../../links/images/nav/nav_05.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	float: left;
	height: 30px;
	width: 133px;
	display: block;
	text-indent: 0px;
	text-decoration: none;
}

#nav5:hover {
	background-position: 0 -30px;
}

#nav6 {
	background-image: url(../../links/images/nav/nav_06.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	float: left;
	height: 30px;
	width: 134px;
	display: block;
	text-indent: 0px;
	text-decoration: none;
}

#nav6:hover {
	background-position: 0 -30px;
}


/* End Navigation */



.subnav_style {
	font-family: Trebuchet, Arial, Helvetica, Sans-Serif;
	text-indent: 20px;
	font-size: 12px;
	line-height: 33px;
	color: #86855c;
	background-position: bottom;
	background-image:url(../images/subnav.gif);
	background-repeat: repeat-x;
	float: left;
	width: 190px;
	height: auto;	
}
A.subnav_style:link        {TEXT-DECORATION: none; color: #86855c;}
A.subnav_style:active      {TEXT-DECORATION: none; color: #86855c; background-image:url(../images/subnavON.gif);}
A.subnav_style:visited     {TEXT-DECORATION: none; color: #86855c;}
A.subnav_style:hover       {TEXT-DECORATION: none; color: #3A4C00; background-image:url(../images/subnavON.gif);}

.textfield {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	padding: 5px;
	border-top: 1px solid #dfd0a4;
	border-bottom: 1px solid #dfd0a4;
	border-right: 1px solid #dfd0a4;
	border-left: 1px solid #dfd0a4;
	width: 500px;
}

