/* Cascading Style Sheet */

html, body{
 margin:0;
 padding:0;
 text-align:center;
 background-color: #CAB693;
 font-family: georgia, arial, verdana, sans-serif;
 font-size: 12px;
 color: #333333;
}
p { font-family: georgia,arial, verdana, sans-serif;
 font-size: 12px;
 color: #333333;

}

#mainwrapper{
 width:884px;
text-align:left;
margin-left:auto;
margin-right:auto;
}

#header{
 position:relative;
  background-color: #CAB693;
 color: #333333;
 }
.logo {
  
}


/* Navigation */
 #nav{
 position:relative;
 height:34px;
}

#navcontainer
{
margin: 0px;
padding: 0;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #809677;
width: 125px;
height: 20px;
padding: 0px;
margin: 15px 0px 0px 1px;
color: #ffffff;
text-decoration: none;
display: block;
text-align: center;
font: normal 11px/18px georgia,arial, verdana, sans-serif;
}

#navcontainer ul li a:hover
{
color: #974695;
background: #e6e2d7;
}

#navcontainer a:active
{
background: #974695;
color: #fff;
}

#navcontainer li#active a
{
background: #974695;

color: #fff;
}


/* Main */


#main{
 background-image: url(/images/mainbg1.jpg);
  position:relative;
  padding: 15px;
  height: 100%;
 }
#border {
 background-color: #A59676;
   padding: 15px;
text-align: center;
 }
#contentwrapper {
background-color:#cfc5ad;
color: #333333;

 }


 #bottomnav {
  background-color: #809677;
 height: 80px;
 color: #ffffff;
 text-align: center;

 }
 .bottom {
   padding-top: 5px;
 }

 #info {
 clear:both;
 background-color: #cfc5ad;
 height: 70px;
 color: #ffffff;
 text-align: center;

 }


#footer{margin-top: 5px;
 height:40px;
   color: #333333;
  text-align: center;
  font-size: 11px; ;
 clear:both;
 }

#jt{ text-align: center;
padding-right: 3px;

  color: #333333;
   font-size: 11px;

}

/* Links */

a {
  color: #ffffff;
  text-decoration: none;

}

a.visited {
color: #ffffff;
  text-decoration: none;

}

a.hover {color: #809677; text-decoration: underline;

}
 a.active {
 color: #ffffff;   text-decoration: none;
  }

/* Text Links */

 a.lk:link, a.links:link {
  color: #974695;
  text-decoration: none;
   font-weight: bold;
}

a.lk:visited, a.links:visited {
color: #974695;
text-decoration: none;
 font-weight: bold;
}

a.lk:hover, a.links:hover {color: #974695; text-decoration: underline;
font-weight: bold;
}
 a.lk:active, a.links:visited {
 color: #974695
font-weight: bold;

 }





  /* Footer Links */

a.footer link {
  color: #000000;
  text-decoration: none;

}

a.footer:visited {
color: #333333;
  text-decoration: none;

}

a.footer:hover {color: #ffffff; text-decoration: underline;

}
 a.footer:active {
 color: #333333;   text-decoration: none;
  }

img  {
  border-color: #000000;
}

#home
{
 background-image: url(/images/mainbg1.jpg);
   padding: 5px;

 }

 /* Misc. */
 .green {
   background-color: #809677; padding: 7px;
 }
 .tan{
   background-color: #cfc5ad;  padding: 3px;
 }
border {   border:1px solid #666666;
}
