body {

   margin: 20px 0 0 0; 
   background-image: url(images/background.png); 
   background-color: white;

}

#header {

   width: 775px;
   height: 110px;
   text-align: left;
   border-right: 1px solid white;
   background-color: white;

}

#header_bot_bar {

   position: absolute;
   width: 775px;
   text-align: right;
   border-top: 1px solid black;
   border-right: 1px solid white; 
   border-bottom: 1px solid black;
   background-image: url(images/header_bottom.gif);
   background-color: #6475A6;

}

#left_column {

  float: left;
  width: 195px;
  height: 100%;
  margin-top: 30px;
  margin-left: 0;
  padding: 0;
  border-bottom: 1px solid #7F7F7F;
  background-color: #7F7F7F;

}

#content_column {

  float: left;
  width: 580px;
  height: 100%; /* change to 100% when content is put in */
  margin-top: 20px;
  margin-right: 0px;
  border-left: 1px solid black;
  background-color: white;

}

.navbox_buttons {

  width: 157px;
  margin-left: 2px;
  padding: 2px;
  background-color: #7F7F7F;


}

.event_heading {

  width: 151px;
  margin-left: 2px;
  padding: 5px;
  background-color: #7F7F7F;
  font-size: 17px;
  font-weight: bold;
  color: Black;

}

.events {

  width: 151px;
  margin-left: 2px;
  padding: 5px;
  background-color: #7F7F7F;
  font-size: 13px;
  color: white;

}

#footer {

  width: 775px;
  height: 10px;
  border-top: 1px solid black;
  border-right: 1px solid white;
  border-bottom: 1px solid black;
  background-image: url(images/footer_bar.gif); 
  background-color: white;

}

#footer_info {

  text-align: center;
  background-color: white;

}

#clear {

  clear: both;

}

.copyright {

  color: #000000;
  font-size: 10px;
  font-family: Georgia, Arial, sans-serif;

}

a.nav:link, a.nav:visited  {

  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
  color: #313A51; /* #465274; */
  font-size: 13px;
  font-family: Georgia, Arial, sans-serif;

}

a.nav:hover, a.nav:active {

  text-decoration: underline;
  margin-right: 5px;
  margin-left: 5px;
  color: #313A51; /* #465274; */
  font-size: 13px;
  font-family: Georgia, Arial, sans-serif;

}

a.nav_use:link, a.nav_use:visited  {

  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
  color: #660099; /* #9064A6; */
  font-size: 13px;
  font-family: Georgia, Arial, sans-serif;

}

a.nav_use:hover, a.nav_use:active {

  text-decoration: underline;
  margin-right: 5px;
  margin-left: 5px;
  color: #660099; /* #9064A6; */
  font-size: 13px;
  font-family: Georgia, Arial, sans-serif;

}

a.top_nav:link, a.top_nav:visited {

  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
  color: black;
  font-size: 14px;
  font-weight: bold;
  font-family: Georgia, Arial, sans-serif;

}

a.top_nav:hover, a.top_nav:active {

  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
  color: red;
  font-size: 14px;
  font-weight: bold;
  font-family: Georgia, Arial, sans-serif;

}

a.bot_nav:link, a.bot_nav:visited {

  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
  color: #6475A6;
  font-size: 13px;
  font-family: Georgia, Arial, sans-serif;

}

a.bot_nav:hover, a.bot_nav:active {

  text-decoration: underline;
  margin-right: 5px;
  margin-left: 5px;
  color: #6475A6;
  font-size: 13px;
  font-family: Georgia, Arial, sans-serif;

}


  



