body {
font-size: 100%;
background: navy;
text-align: center;
behavior:url(csshover.htc);
}
body div#listmenu ul li ul {
     display:none;
     }
* {
     margin:0;
     padding:0;
     }
div#listmenu {
     width:100%;
     float: left;
	 text-align: center;
     border-top:1px solid gray;
     border-bottom:1px solid gray;
     font-size:.8em;
     font-weight: bold;
     background-color:navy;
     margin:0 auto;
	 padding: 0px;
     }
div#listmenu ul {
     width: 790px;
	   margin:0 auto;
     }
div#listmenu ul li:hover ul, div#listcontainer ul li ul:hover {
     display:block;
     }

div#listmenu li {
     float:left;
     position:relative;
     list-style-type:none;
     background-color:navy;
     border-right:1px solid gray;
     }
div#listmenu li:first-child {
     border-left:1px solid gray;
     }
div#listmenu li:hover {
     background-color:white;
     color: navy;
     }
div#listmenu a {
     display: block;
     padding: 0 3px;
     text-decoration: none;
     color:white;
     }
div#listmenu a:hover {
     background: white;
     color:navy;
     }

* html div#listmenu ul {
     text-align: center;
	 border-left: 1px solid navy;
     width: 790px;
	 margin:0 auto;
      }

#wrapper {
width: 790px;
margin: 0px auto;
padding: 0px auto;
background: white;
border: thin solid black;
}
#header {
width: 790px;
background: white url("/images/stanpowell.jpg") no-repeat;
background-position:center;
text-align: left;
font-size: 1em;
height: 110px;
}
#main {
  width: 780px;
  float: left;
  color: navy;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-family:  Georgia, serif, Tahoma;
  font-style: italic;


}
#right {
  width: 190px;
  padding: 10px;
  float: left;
  color: navy;

}
.quotebox {
  width: 190px;
  text-align: left;
  border: thin solid black;
  padding: 10px;
  margin-bottom: 10px;
}


#footer {
  clear: left;
  width: 790px;
  color: #navy;
  background:silver;
  text-align: center;
  border-top: thin solid navy;
}
hl {
  font-size:  1.5em;
}
clearfix {
clear:both;
margin:0px !important;
padding:0px !important;
height: 1px;
font-size: 1px;
line-height: 1px; }
.italic {
font-style: italic;
}
.back {
  background: #BBBBBB;
  padding: 10px;
}
.author {
  border: thin groove #BBBBBB;
  text-align: left;
  padding: 10px;
}
#box4{
margin: 5px;
padding: 10px;
border: solid black 1px;
background-color: white;
color: navy;
font-size: 10pt;
float: left;
}
 #box5{
margin: 5px;
padding: 10px;
border: solid black 1px;
background-color: white;
color: navy;
font-size: 10pt;
float: left;
}
 #box6{
margin: 5px;
padding: 10px;
border: solid black 1px;
background-color: white;
color: navy;
font-size: 10pt;
float: left;
}
.centeredImage
    {
    text-align:center;
    display:block;
    }
label {    
display: block;  
}
fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;  
}  
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {  
padding-bottom: 1em;  
}  
fieldset.submit {  
border-style: none;  
}
.underline {
text-decoration: underline;
}
.thumbnail
{
float: left;
width: 60px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}
