body
  {
  background: black;
  margin: 0px;
  color: black;
  font-size: 11px;
  line-height: 22px;
  font-family: Verdana, Geneva, Arial, sans-serif;
  text-align: center;
  }

p
  {
  text-indent: 1.8em;
  }


h1
  {
  font-size: 24px;
  line-height: 28px;
  font-family: Georgia, "Times New Roman", Times, serif;
  }

h2
  {
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  }

h3
  {
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  }

h4
  {
  font-size: 10px;
  font-family: Verdana, Geneva, Arial, sans-serif;
  }


a:link
  {color: blue;
  text-decoration: none;
  background-color: transparent;}
a:visited
  {color: purple;
  text-decoration: none;
  background-color: transparent;}
a:hover
  {color: white;
  text-decoration: none;
  background-color: transparent;}
a:active
  {color: white;
  text-decoration: none;
  background-color: transparent;}



a.nav:link
  {color: blue;
  text-decoration: none;
  background-color: transparent;}
a.nav:visited
  {color: blue;
  text-decoration: none;
  background-color: transparent;}
a.nav:hover
  {color: white;
  text-decoration: none;
  background-color: transparent;}
a.nav:active
  {color: yellow;
  text-decoration: none;
  background-color: transparent;}











#page
  {
  position: relative;
  margin: -15px auto 0px auto;
  width: 700px;
  padding: 0px;
  color: silver;
  background: transparent url() no-repeat fixed top;
  }

#topspacer
  {
  background-color: transparent;
  position: relative;
  height: 85px;
  }

#navbartop
  {
  background-color: transparent;
  position: relative;
  margin-bottom: 75px;
  padding-top: 130px;
  padding-left: 160px;
  text-align: center;
  }

#navbarbottom
  {
  background-color: transparent;
  width: 700px;
  border-top: 1px solid gray;
  position: relative;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom:  15px;
  text-align: center;
  clear: left;
  }

.item
  {
  position: relative;
  text-align: left;
  background-color: transparent;
  }

.leftcol
  {
  width: 200px;
  text-align: right;
  position: relative;
  float: left;
  clear: left;
  padding-top: 5px;
  color: #6699CC;
  background-color: transparent;
  }

.rightcol
  {
  width: 450px;
  border-left: 1px solid gray;
  margin-left: 5px;
  margin-bottom: 15px;
  padding: 5px 15px 5px 15px;
  position: relative;
  float: left;
  background-color: transparent;
  }

.currentlink
  {


  color: white;
  }

.toplink
  {
  display: block;
  text-align: right;
  }


  



