html {
 overflow-y: scroll;
}

a.hoved {
  color: #000000;
  text-decoration: underline;
}

a.hoved:hover {
  color: #000000; 
  background-color: #CCCCCC; 
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
  background: #efefef;
  text-align: center; 
  min-width: 775px;
}

h1 {
  font-size: 1.25em;
  font-weight: bold;
  color: #3f3e3e;
  font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;
}

h2 {
  font-size: 1.25em;
  font-weight: normal;
  padding: 3px 0 6px 0;
}

h4 {
  font-size: 0.9em;
  font-weight: bold;
  color: #58585a;
} 

h6 {
  padding: 5px 0px 0px 0px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.2em;
  font-weight: normal;
  text-align: center;
  color: #5E5E5E; 
}

p, li, td {
  font-size: 0.73em;
  line-height: 1.8em;
  color: #585857; 
} 

p a {
  color: #585857;
  text-decoration: underline; 
} 

td a {
  color: #585857;
  text-decoration: underline; 
} 


/* The Container IDs

================================= */   

#wrapper {
  width: 1000px; 
  background: url(../images/back.png);
  margin: 0 auto; 
  text-align: left; 
}

#branding {
  padding-left: 250px; 
  text-align: center; 
}

#leftContent { 
  width: 270px;
  float: left; 
  padding: 20px 0px 0px 48px;
  text-align: center;
  text-decoration: none;
  FONT-WEIGHT: bold; 
  FONT-SIZE: 13.5px;
  FONT-STYLE: normal;
  color: #261f5b; 
  FONT-FAMILY: Georgia, Verdana, Arial, Helvetica, sans-serif; 
  }
  
#leftContent a { 
  COLOR: #261f5b;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 3;

  }
  
#content {
  width: 605px;
  float: right;
  padding: 8px 75px 30px 0px;
}

#footer { 
  font-size: 0.70em;
  line-height: 0.8em;
  text-align: center;
  padding: 3px 0px 0px 0px;
  color: #f0408b;  color: #a0a0a0;  
  height: 7px;
  background: url(../images/footer.png);
  FONT-WEIGHT: normal; 
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
  clear: both; 
}

#footer a  { 
  color: #F8EFEF; 
  text-decoration: none;
}

#bottom {
  width: 1000px; 
  height: 25px;
  background: url(../images/footprint.png);
  margin: 0 auto; 
  text-align: left; 
}
 /* The Classes

================================= */
