/* CSS Document */

#body{
background-color: #f3f3d8;
margin-top: 0px;
}
#header{
background-image: url(images/header.jpg);
width: 772px;
height: 108px;
margin-left:auto;
margin-right:auto;
}
#bannerImage{
background-image: url(images/bannerimage.jpg);
background-repeat: no-repeat;
width: 772px;
height: 190px;
margin-left:auto;
margin-right:auto;
}
#navcontainer{
width: 772px;
height: 35px;
background-image: url(images/navOff.gif);
background-repeat: repeat-x;
margin-left:auto;
margin-right:auto;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#navcontainer A {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
display: block;
width: auto;
text-decoration: none;
text-align: center;
background-image: url(images/navOff.gif);
background-repeat: repeat-x;
margin: 0;
padding-top: 9px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
}
#navcontainer A:hover, #navcontainer A:active{
background-image: url(images/navOn.gif);
background-repeat: repeat-x;
color: #fff;
padding-top: 9px;
}
#navcontainer A.active:link, #navcontainer A.active:visited{
background-image: url(images/navOn.gif);
background-repeat: repeat-x;
color: #fff;
padding-top: 9px;
}
#navcontainer li a#current{
background-image: url(images/navOn.gif);
background-repeat: repeat-x;
color: #fff;
padding-top: 9px;
}
#contentGradient{
background-image: url(images/contentgradient.gif);
background-repeat: repeat-x;
width: 772px;
height: 32px;
margin-left:auto;
margin-right:auto;
}
#contentContainer{
background-color: #d1d9be;
width: 726px;
margin-left:auto;
margin-right:auto;
padding-left: 23px;
padding-right: 23px;
padding-bottom: 30px;
overflow: auto;
}
.textContent{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3a3123;
line-height: 16px;
vertical-align: top;
}
#footer{
background-color: #585c4f;
height: 16px;
width: 772px;
margin-left:auto;
margin-right:auto;
}
#copyright{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #585c4f;
padding-top: 20px;
}
#copyright a {
color: #585c4f;
text-decoration: underline;
}
#copyright a:hover {
color: #585c4f;
text-decoration: underline;
}
#copyright a.subon {
color: #585c4f;
text-decoration: underline;
}
h1{
font-size: 14px;
}
.formfields{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #333;
text-decoration: none;
width: 100%;
padding-left: 5px;
}
.formbuttons{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #fff;
text-decoration: none;
width: 100%;
border: none;
padding: 3px;
background-color: #3a3123;
border: solid 1px #ffffff;
}