body {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Arial, sans-serif, Verdana, Helvetica; 
  font-size: 12px;
  color: #6e6e7e;
  background-color: #E0E0E0;}

#bodywrapper {
  width: 794px;
  margin: 0 auto;
  padding: 0;
  background-image: url(media/background.gif);}

  
#header {
  width: 794px;
  height:156px;
  margin:0;
  padding:0;}

#contentwrapper {
  padding: 0 0 20px 0;
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;}
  
#content {
  width: 550px;
  float:right;
  text-align: left;
  margin:0;
  padding:0;}
  
#footer {
  bottom: 0px;
  margin:0px;
  position:relative;
  width: 780px;
  text-align:center;}
  
/* Basic Redesigns */

#myHR {
  background-image: url(media/myhr.gif);
  background-repeat: repeat-x;
  margin: 20px auto 10px auto;
  height:1px;
  width:100%;}

#footerHR {
  margin: auto;
  background-image: url(media/myhr.gif);
  background-repeat: repeat-x;
  height:1px;
  width:90%;}

h1{
  font-family: sans-serif;
  margin:0;
  padding:0;
  color: #01018e; 
  font-weight: bolder;
  font-size: 14px;
  word-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
margin-top: 0px;
  margin-bottom: 10px;}

h2{
  font-family: sans-serif;
  line-height: 16px;
  color: #01018e;
font-size: 13px;
  font-weight: bold;
word-spacing: 1px;}

p {
  line-height:18px;
  padding-top:3px;
  padding-bottom:3px;
  word-spacing: .05px;
}

a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #526797;
  text-decoration: underline;}

a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #526797;
  text-decoration: underline;}

a:hover {text-decoration: underline;
  background-color: #526797;
  color: #fff;}

#spacing {line-height:8px;}

#left {
  float: left;
  background-color:transparent;
  width:183px;
  margin: 0;
  margin-bottom:20px;}

/* left side menu */
 .cssnav {
  background-color:transparent;
  position:relative;
  font-family: arial, helvetica, sans-serif;
  background-image:  url(media/buttonover.gif);
  background-repeat: no-repeat;
  white-space: nowrap;
  display: block;
  width: 183px;
  height: 40px;
  margin: 0; 
  padding: 0;}

.cssnav a {
  background-color:transparent;
  display: block;
  color: #000000;
  font-size: 11px;
  width: 183px;
  height: 40px;
  display: block;
  float: left;
  color: black; 
  text-decoration: none;}

.cssnav img {width: 183px; height: 40px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
  background-color:transparent;
  position: absolute;
  left: 0px;
  top: 9px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  width: 183px;
  height: 14px;
  text-align: center;}

.cssnav a:link{
  color: #374463;
  font-size: 11px;
  width: 183px;
  height: 40px;
  float: left;
  border: 0;
  text-decoration: none;
  font-weight: bold;}

.cssnav a:visited{
  color: #374463;
  border: 0;
  font-size: 11px;
  width: 183px;
  height: 40px;
  float: left;
  text-decoration: none;
  font-weight: bold;}

.cssnav a:active{
  color: #374463;
  font-size: 11px;
  border: 0;
  width: 183px;
  height: 40px;
  text-decoration: none;
  font-weight: bold;}

.cssnav a:hover{
  background-color:transparent;
  color: #374463;
  font-weight: bold;
  border: none;}

