body, h1, h2, h3, p, div 
  { 
    color: #8c5d28;
    margin: 0;
    padding: 0;
font-family: Arial, Helvetica, sans-serif;

  }

body
  {
    background-color: #dccebf;

  }
h1 em 
  {
    position: absolute;
    left: -1000px;
   width: 999px;
  }

#topimage
  {

    color:#666666;
    background-color: white;
    background-image:  url(../images/topimage.jpg);
    background-repeat: no-repeat;
height: 200px;
width: 785px;
margin-top: 5px;
margin-bottom:5px;

  }

#container {width:785px; }

h1
  {
    width: 785px;
    background-image:  url(../images/title.jpg);
    background-repeat: no-repeat;
    height: 150px;
	margin-bottom: 7px;
  }

.centerp
   {
     text-align: center;
  }


h5
  {
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 3px;
  }

#rightcontent 

{
  display:none;
  float:right; 
  width:145px; 
  background-color: #cccc9a;
}

#rightcontent p, #leftcontent p
  {
    padding: 5px;
	font-size:12px;
	}
	
.centerimg
  {
    padding-top: 5px;
    text-align:center;
	}
	
#leftcontent 
{
  float:left; 
  width:145px;
  background-color: #cccc9a;
}

#leftcontent h4
  {
    margin-left: 3px;
  }
  
#content 
{
  float:right; 
  width:620px;
  font-size:12px;
}

.line
  {
    margin: 5px;
    border-bottom: solid #8c5d28 5px;
  }

#content p
  {
    padding: 10px;
  }

h2, h3
  {
    padding: 5px;
	}
	  
#outside
{ background-color: #ffffff;
  margin: 0 auto;
  width: 785px;
}

#border
{ background-color: #ffffff;
  padding-top:7px;
  padding-bottom:7px;
  margin: 5px auto;
  width: 800px;
}

#navcontainer
  {
    height: 30px;
    margin: 0px auto 0 auto;
    width: 785px;
    clear: both;
   background-color: #8c5d28;
   text-transform:uppercase;
  }

#navcontainer ul
  {
    margin: 0;
	margin-left: 50px;
    padding: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;


  }

#navcontainer li 
  { 
    text-align: center;
    float: left;
	border-right:1px solid #fcf9cf;
	line-height:28px;
  }

#navcontainer a
  {
    display: block;
    width: 95px;

  }

#navcontainer a:link, #navlist a:visited
  {
  	color:#fcf9cf;
    text-decoration: none; 
  }

#navcontainer a:hover
  {
    color: white;

  }
  
 #navcontainer2
  {
    height: 30px;
    margin: 0px auto 0 auto;
    width: 785px;
    clear: both;
   background-color:#8c5d28;
   text-transform:uppercase;
  }

.noborder
  {
    border-right:none !important;
	}
	
#navcontainer2 ul
  {
   
    margin: 0;
	 margin-left: 50px;
    padding: 0 0 0 100px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;


  }

#navcontainer2 li 
  { 
    text-align: center;
    float: left;
	border-right:1px solid #fcf9cf;
	line-height:28px;
  }

#navcontainer2 a
  {
    display: block;
    width: 70px;

  }

#navcontainer2 a:link, #navlist a:visited
  {
  	color:#fcf9cf;
    text-decoration: none; 
  }

#navcontainer2 a:hover
  {
    color: white;

  }
  
#copyright
  {
    text-align:center;
	font-size:11px;

  }
  
#copyright a:link, #copyright a:visited
  {
  	color:  #363;
    text-decoration:underline;
  }
