<!--style sheet section using Cascading Style Sheets-->
	<style type = "text/css">
BODY{
  background:#fff;
  margin:0;
  font-family:Verdana;
  font-size:12px;
  }
  
#wrap{
  width:650px;
  margin:0 auto;
  }
  
#copyright{
  clear:both;
  border-top:1px solid #ccc;
  color:#FFF;
  font-size:10px;
  padding:10px;
  margin-top:40px;
  text-align:right;
  }
  
#copyright p{
  padding:0;
  margin:0 0 10px 0;
  color:#FFF;
  }

h1{
  font-size:22px;
  font-weight:normal;
  color:#FFFFFF;
  }
  
h2{
  font-family:Georgia;
  font-size:20px;
  font-weight:normal;
  color:#61779E;
  margin:0 0 25px 0;
  }
  

h3{
  font-family:Georgia;
  font-size:18px;
  font-weight:normal;
  color:#444;
  margin:30px 0 15px 0;
}

table h3{
  margin:0 0 5px 0;
  }
  
table td.head{
  background:#7286A9;
  padding:4px;
  }
  
table td.head strong{
  color:#fff;
  }
  
/*  menu/navigation
----------------------- */

  
#about, #find, #navigate{
  background:url('top.gif') no-repeat top;
  padding-top:10px
  }
  
#find{
  clear:right;
  }
  
.content{
  color:#eee;
  font-family:Verdana;
  font-size:11px;
  background:#7286A9 url('bottom.gif') no-repeat bottom;
  padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:10px
  }
  
.content a{
  color:#eed;
  }
  
.content a:hover{
  text-decoration:none;
  color:#fff;
  }
  
.content ul{
  line-height:16px;
  padding-left:8px;
  list-style-image:url('bullet.gif'); margin-left:12px; margin-right:0; margin-top:10px; margin-bottom:5px
  }
  p { font-size: 10 pt; color: white}
     </style>
