body {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 text-align: center;
 min-width: 720px;
 background-position: 50% 0%;
 font-family: Verdana, "Trebuchet MS", Arial;
/* background-image: url(wfr-banner1.gif); */
 background-repeat: no-repeat;
 background-color:#C17D4A;
 }

 #container{
  width: 700px;
position: relative;
  min-width: 700px;
  margin-left: 200px;
  .margin-left: 2px;
/*  margin-top: -40px; */
  .margin-top: -2px;
  background-color:#FFDD95;
}
 #branding {
   width: 700px;
position: relative;
   height: 100px;
   min-width: 700px;
/*   border-bottom-style: solid;
   border-color: #ffdd95;
   border-bottom: 20px; */
 }

#branding  p.sitetitle{
   font-size: 130%;
   color: #0019A9;
   font-weight: bold;
   margin-left: 200px;
   margin-top: -80px;
}


#nav{
  width: 180px;
  float: left;
}
#nav p {
  padding: 2px;
  font-size: 80%;
  margin-left: 10px;
  margin-right: 20px;
  border: groove 2px #993300;
}

#content{
  width: 350px;
  float: left;
  text-align: left;
}
#content h1, #content p, #content ul #content h2{
  padding-right: 10px;
  padding-left: 0px;
  _padding-left: 10px;
}
#content h1{
  margin-top: 0;
  padding-bottom: 0px;
  color: #0019a9;
  font-size: 90%;
}
#content h2{
  margin-top: 0;
  padding-bottom: 0px;
  color: #993300;
  font-size: 90%;
}

#content ul {
  list-style-image: url(l-marker.gif);
  list-style-position: outside;
  line-height: 100%;
  padding-left: 30px;
  .padding-left: 0px;
}
#content li {
 font-size: 80%;
}
#content p.quote {
  padding: 5px 10px 5px 10px;
  font-style: italic;
}

#images{
  width: 145px;
  float: right;
  padding-right: 10px;
}
#images img {
  border: none;
}

#content p {
  font-size: 75%;
}

#content p.subhead{
  padding-left: 0px;
  font-weight: bold;
  font-style: italic;
  font-size: 85%;
  _padding-left: 10px;
}

#button {
	width: 11em;
/*    .width: 9.5em; */
	border-right: 1px solid #000;
	padding: 0 0 .5em 0;
	margin-bottom: 1em;
    .margin-left: -20px;
	font-family: 'Trebuchet MS',
	  Verdana, Lucida, Arial, sans-serif;
      font-size: 90%;
	background-color: #C17D4A;
	color: #333;
    text-align: left;
	}

	#button ul {
		list-style: none;
          list-style-image: none;
		margin: 0;
		padding: 0;
		border: none;
		}

	#button li {
		border-bottom: 1px solid #000000;
		margin: 0;
		}

	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
	   /*	border-left: 10px solid #000000;*/
		border-right: 10px solid #c17d4a;
        	border-left: 11px solid #c17d4a;
		background-color: #993300;
		color: #FFDD95;
		text-decoration: none;
		width: 100%;
		}
    #button img {
      border: none;
      margin-left: 5px;
    }


	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
   /*		border-left: 10px solid #000000;*/
		border-right: 10px solid #0019a9;
        border-left: 10px solid #0019a9;
		background-color: #993300;
		color: #fff;
		}

#footer{
clear: both;
width: 700px;
margin-top: 20px;
height: 28px;
text-align: center;
line-height: 145%;
background-color: #993300;
color: #ffdd95;
font-size: 9px;
}
#footer a:link{
color: #ffdd95;
}
#footer a:visited{
color: #B0B0B0;
}
#footer a:hover{
color: #ffffff;
}



