/* CSS Document */

/* Set all margins and padding to zero */
* {margin: 0; padding: 0}
 

body 
{ 
  text-align: center;
  background: #624831; 
  color: #ffffff; 
  font-family: tahoma, sans-serif;
  font-size: 100%;
  margin: 0px; 
  padding: 0px; 
} 

div.clearfloats { clear: both; }

#topcontainer 
{ 
  width: 900px;
  margin: 15px auto 0px auto;
  border-right: 2px solid #ffffff; 
  border-left: 2px solid #ffffff; 
  border-top: 2px solid #ffffff; 
  background: #71958a;
}

#middlecontainer 
{ 
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0px 2px 0px;
  background: #ffffff;
  border-top: none;
  border-bottom: none;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

img.bannerimg
{
  margin: 0px;
  padding: 0px;
}

#bottomcontainer 
{ 
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  border-right: 2px solid #ffffff; 
  border-left: 2px solid #ffffff; 
  background: #71958a;
}

#footer
{
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  padding: 5px 0px;
  border-right: 2px solid #ffffff; 
  border-left: 2px solid #ffffff; 
  border-bottom: 2px solid #ffffff; 
  background: #71958a url(images/footer.gif) no-repeat;
}

#leftcol
{
  float: left;
  width: 176px;
  height: 350px;
  /* fixes IE Double Margin Float bug */ 
  display: inline; 
  border-right: 5px solid #ffffff;
}

#nav  
{ 
  margin: 0px;
}

#nav ul li
{
  list-style-type: none; 
}

#nav ul li a
{
  text-align: center;
  font-size: .75em;
  line-height: 40px; 
  text-decoration: none;
  color: #70a52b;
  display: block;
  width: 176px;
  height: 40px;
  background: #3e2917;
  border-bottom: 5px solid #ffffff;
}

#nav ul li a.selected
{
  background: #86531d;
  color: #ffffff;  
}

#nav ul li a:hover
{
  background: #86531d;
  color: #ffffff;
}

#content
{
  float: left;
  width: 719px;
  height: 350px;
  background: #70a52b;
}

#content p.splashtext
{
  padding: 10px 20px 0px 110px;
  text-align: right;
  font-size: .95em;
  line-height: 2em;
}



#footer p
{
  text-align: right;
  font-size: .7em;
  color: #3e2917;
  padding: 2px 20px;
}

#footer p a
{
  text-decoration: none;
  color: #6a4322;
}

#footer p a:hover
{
  color: #3e2917;
}

