/*  Universal elements (Classes) */

* {
  margin: 0;
  padding: 0;
  font-family: garamond, serif;
  }
  
a img {
  border: none;
  }
  
a:link {
  color: #aa4444;
  }
  
a:visited {
  color: #aa4444;
  }
  
a:hover {
  color: #cc6666
  }

div.imageLeft {
  border: 1px #bbbbbb solid;
  float: left;
  padding: 7px;
  text-align: center;
  color: #777777;
  margin: 0 10px 10px 10px;
  }
  
div.imageLeft p {
  text-align: center;
  line-height: 13px;
  font-size: 12px;
  }
  
div.imageLeft p.right {
  text-align: right;

  }
  
div.imageLeft img {
  border: 1px #000000 solid;
  }

div.imageRight {
  border: 1px #bbbbbb solid;
  float: right;
  padding: 7px;
  text-align: center;
  color: #777777;
  margin: 0 10px 10px 10px;
  }

div.imageRight p {
  text-align: center;
  line-height: 13px;
  font-size: 12px;
  }
  
div.imageRight p.right {
  text-align: right;
  }
   
div.imageRight img {
  border: 1px #000000 solid;
  }
  
div.alignCenter {
  text-align: center;
  }
  
div.spacer500 {
  height: 500px;
  }
  
div.spacer300 {
  height: 300px;
  }
  
div.infoBlock {
  float: left;
  margin: 15px;
  background-color: #eeeeee;
  border: 1px #aeaeae solid;
  padding: 0 5px 5px 5px;
  text-align: center;
  width: 200px;
  height: 195px;
  }
  
div.infoBlock a {
  font-size: 18px;
  }

div.infoBlock p {
  border: 1px #aaaaaa solid;
  font-size: 18px;
  height: 145px;
}  

ul {
  background-color: #ffffff;
  list-style: none;
  border: 1px #aaaaaa solid;
  height: 135px;
  }
  
/*  Main Stuff */

body {
  background: URL(images/background.jpg) repeat-x top left;
  padding: 10px 0;
  }
  
div#mainContainer {
  border: 1px #aaaaaa solid;
  width: 1000px;
  margin: auto;
  background-color: #ffffff;
  }
  
/* Top Title bar area */

div#top {
  background: URL(images/banner.gif);
  border-bottom: 3px #b80000 solid;
  padding: 5px;
  height: 85px;
  }
  
div#top h1 {
  display: none;
  }
  
div#top p {
  text-align: right;
  color: #ffffff;
  margin-right: 10px;
  margin-top: 67px;
  font-size: 16px;
  font-weight: bold;
  }
  
/* Everything under the title bar area */

div#underTop {
  border-top: 2px #000000 solid;
  background-color: #eaeaea;
  }
  
/* Content Area */
  
div#content {
  width: 775px;
  padding: 10px;
  margin-right: 200px;
  background-color: #ffffff;  
  border-right: 1px #aaaaaa solid;
  }
  
div#content h2 {
  font-size: 32px;
  color: #111111;
  }
  
div#content h3 {
  font-size: 20px;
  color: #aaaaaa;
  border-bottom: #bbbbbb 3px solid;
  text-align: right;
  margin: 0 0 25px 0;

  }
  
div#content h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 5px 0;
  }
  
div#content  p {
  background-color: #ffffff;
  padding: 0 7px 7px 7px;
  font-size: 16px;
  line-height: 18px;
  text-indent: 30px;
  }
  
div#content  p.noIndent {
  text-indent: 0;
  }
  
div#content table {
  margin: 0 auto 10px auto;
  border: 1px #bbbbbb solid;
  background-color: #eeeeee;
  font-size: 16px;
  }
  
div#content table th {
  
  }
  
div#content table td {
  border-top: 1px #bbbbbb solid;
  border-left: 1px #bbbbbb solid;
  background-color: #ffffff;
  padding: 3px 20px 3px 20px;
  text-align: left;
  }
  
div#content table.enlargeTable {
  width: 500px;
}
  
/* Navigation Menu */
  
div#nav_menu {
  float: right;
  height: 100%;
  background-color: #eaeaea;
  width: 190px;
  padding: 15px 5px 5px 3px;
  }
  
div#nav_menu a:link {
 color: #666666;
 font-size: 16px;
 display: block;
 line-height: 22px;
 text-decoration: none;
 }

div#nav_menu a:visited {
 color: #666666;
 font-size: 16px;
 display: block;
 line-height: 22px; 
 text-decoration: none;
 }
 
div#nav_menu a:active {
 color: #666666;
 font-size: 16px;
 display: block;
 line-height: 22px;
 text-decoration: none;
 }
 
div#nav_menu a:hover {
 color: #000000;
 font-size: 16px;
 line-height: 22px;
 display: block;
 text-decoration: none;
 }
 
div#nav_menu div.nav_section {
  padding: 6px;
  border: #aaaaaa 1px solid;
  background-color: #ffffff;
  margin-bottom: 20px;
  }

div#nav_menu p {
  font-size: 18px;
  color: #000000;
  }

