/* general */

#body{
background-color: #FFE244;
}
#siteBg{
background-color: #FFE244;
padding: 6px;
border: solid 1px #FFE244;
}
#topBlueEdge{
background-image:url(images/topBlueEdge.gif);
background-repeat: no-repeat;
height: 9px;
}
#bottomBlueEdge{
background-image:url(images/bottomBlueEdge.gif);
background-repeat: no-repeat;
height: 9px;
}
#leftBlueEdge{
background-image:url(images/leftBlueEdge.gif);
background-repeat: repeat-y;
width: 11px;
}
#rightBlueEdge{
background-image:url(images/rightBlueEdge.gif);
background-repeat: repeat-y;
width: 11px;
}
#yellowDevide{
background-image: url(images/yellowDevide.gif);
background-repeat: repeat-x;
height: 4px;
}
#mainheader{
background-image:url(images/header.gif);
height: 135px;
}
/* nav */
#navBg{
background-image: url(images/nav.gif);
background-repeat: repeat-x;
}
#navcontainer
{
margin: 0;
padding: 0 0 0 15px;
}

#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: 11px;
font-weight: bold;
color: #FFFFFF;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding-right: 30px;
padding-left: 30px;
}

#navcontainer A:hover, #navcontainer A:active { 
color: #fff;
text-decoration:underline;
}
#navcontainer A.active:link,
{
color: #fff;
text-decoration:underline;
}
#navcontainer li a#current{
color: #fff;
text-decoration:underline;
}
/* content area */

#contentTopEdgeBg{
background-color: #FFFFFF;
padding-top: 2px;
padding-left: 2px;
padding-right: 2px;
}
#contentTopEdge{
background-image: url(images/contentTopEdge.gif);
background-repeat: no-repeat;
height: 8px;
}
#contentBottomEdgeBg{
background-color: #FFFFFF;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
}
#contentBottomEdge{
background-image: url(images/contentBottomEdge.gif);
background-repeat: no-repeat;
height: 8px;
}
#contentLeftEdge{
background-image: url(images/contentLeftEdge.gif);
background-repeat: repeat-y;
background-position: left;
width: 8px;
}
#contentRightEdge{
background-image: url(images/contentRightEdge.gif);
background-repeat: repeat-y;
background-position: right;
width: 8px;
}
#contentArea{
background-color: #FFFFFF;
width: 719px;
height: 370px;
padding-top: 15px;
padding-left: 18px;
padding-right: 18px;
padding-bottom: 10px;
}
#textContent{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height: 18px;
padding-top: 10px;
}
#textContent a {
color: #333333;
text-decoration: underline;
}
#textContent a:hover {
color: #333333;
text-decoration: underline;
}
#textContent a.subon {
color: #333333;
text-decoration: underline;
}
#textContent_about{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height: 18px;
padding: 10px;
}
#textContent_contact{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height: 18px;
}
#textContent_contact a {
color: #333333;
text-decoration: underline;
}
#textContent_contact a:hover {
color: #333333;
text-decoration: underline;
}
#textContent_contact a.subon {
color: #333333;
text-decoration: underline;
}
#header{
background-image: url(images/dottedShim.gif);
background-repeat: repeat-x;
background-position: bottom;
padding-bottom: 10px;
}
.bulletlist {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
	text-decoration: none;
	margin: 0px 0px 0px 16px;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: 18px;
}
.homeImage{
background-image: url(images/homeImage.jpg);
background-repeat: no-repeat;
background-position: bottom right;
} 
.copyright{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #71674B;
}
.copyright a {
color: #71674B;
text-decoration: underline;
}
.copyright a:hover {
color: #71674B;
text-decoration: underline;
}
.copyright a.subon {
color: #71674B;
text-decoration: underline;
}
#form {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-decoration: none;
}
.formels1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-decoration: none;
width: 95%;
padding-left: 4px;
}
.formbutts {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
font-weight: bold;
text-decoration: none;
width: 100%;
border-bottom:1px solid #A5A7AA;
border-top:1px solid #A5A7AA;
border-right:1px solid #A5A7AA;
border-left:1px solid #A5A7AA;
background-image: url(images/nav.gif);
background-repeat: repeat-x;
padding-top: 3px;
padding-bottom: 3px;
}
