/*
  CSS written by SilverTungsten         8/17/2006 to 8/22/2006
      Updated:                          11/25/2006
         - Reduced css & html size
         - Added Link to top div
      Updated:                          10/13/2007

*/
html {  color: #000000; }

p {margin: 5px; }

body {
  font-family: "Tempus sans itc", Arial;
  font-size: 90%;
  background: #EFEFFF;
  color: #000000;
  margin: 0;
  padding: 0;
  width: 99.99%;
}

#top {
  position: absolute;  left: 0px;  top: 0;
  z-index: 2;
  width: 99.99%;
  height: 56px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  clear: both;
  float: left;
}
#top a   { border: none; }
#top img { border: none; }

#left_column {
  position: absolute; left: 0px; top: 76px;
  z-index: 2;
  border-right: #3333DD  0.05em solid;
  font-family: "Tempus sans itc", Arial;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 90%;
  color: #000000;
  text-align: right;
  height: 75.99%;
  padding-right: 5px;
  width: 90px;
  clear: both;
  float: left;
}


#main {
  position: absolute;
  left: 120px;
  right: 0px;
  top: 40px;
  z-index: 0;
  padding-left: 1%;
  margin: 0 0 0 0;
  font-family: Arial;
  font-size: 110%;
  list-style-type: circle;
}

#main img { border: none; }


#main_footer {
  position: relative;
  right: 0px;
  bottom: 0px;
  margin: 0 0 0 0;
  width: 100%;
  font-family: "Tempus sans itc", Arial;
  font-weight: normal;
  font-size: 85%;
  text-align: center;
  color: #000000;
}



#left_column a         {
  color: #000066;
  text-decoration: none;
  font-variant: small-caps;
}
#left_column a:visited {
  color: #000066;
  text-decoration: none;
  font-variant: small-caps;
}
#left_column a:hover   {
  color: #0000BB;
  font-variant: small-caps;
}

#main a         {
  color: #000000;
  text-decoration: none;
  font-size: 100%;
  border: none;
}
#main a:visited {
  color: #000000;
  text-decoration: none;
  font-size: 100%;
}
#main a:hover   {
  color: #0000BB;
  font-size: 100%;
}


#footer a         {color: #000066; text-decoration: none; font-size: 110%;}
#footer a:visited {color: #000066; text-decoration: none; font-size: 110%;}
#footer a:hover   {color: #0000BB; font-size: 110%;}


