
body {
  background-color: #616149;
  border-style: solid; 
  border-width: 1; 
  padding: 4px; 
  margin: 4px
}

em {
  font-weight: bold;
  font-style: normal;
}

#header {
  width: 100%; 
  border-width: 1;
  background-color: #D3D3D3;
  background-image: url('images/header_background.jpg');
  background-repeat: repeat;
}

img {
  border-style: none; 
}

#navbar {
  font-family: Verdana; 
  font-size: 80%;
  font-weight: bold;
  color: #000000;  
}

#navbar a {
  color: #000000; 
  text-decoration: none;
}

#navbar a:hover {
  color: #000000; 
  border-bottom: solid;
  border-width: 1px;
}

.currentPage {
  color: #777777;
}

#tagline {
  font-family: Verdana; 
  font-size: 80%;
  font-weight: bold;
  color: #535353;
}

.prefixText {
  font-size: 120%;
  font-weight: bold;
  color: #900B09;
}

#spacerbar {
  height:20px; 
  width: 100%; 
  border-style: none; 
  background-color: #FFFFFF;
  margin-top: 3px; 
  margin-bottom: 3px;    
}

#contentpane {
  width: 100%; 
  background-color: #9BC30E;
}

#footer {
  width: 100%; 
  margin-top: 20px;
  margin-bottom: 17px;
  text-align: center;
  font-family: Verdana; 
  font-size: x-small;
  color: #FFFFFF;
}

.content {
  font-family: Verdana;
  font-size: 80%; 
  color: #FFFFFF;
  text-align: left;
  width: 100%; 
}

.contentalt {
  font-family: Verdana;
  font-size: 80%; 
  color: #000000;
  text-align: left;
  width: 100%; 
}

.header1 {
  font-family: Verdana;
  font-size: 90%; 
  font-weight: bold;
  color: #555555;
  width: 100%; 
  line-height:200%; 
}

.header1alt {
  font-family: Verdana;
  font-size: 90%;
  font-weight: bold; 
  color: #FFFFFF;  
  width: 100%; 
  line-height:200%;
}

.trailingtext {
  font-weight: bold; 
}

a.trailingLink {
  color:#0000FF; 
  text-decoration: none;
}


a.trailingLink:hover{
  text-decoration: underline;
}

a.trailingLinkalt {
  color:#900B09; 
  text-decoration: none;
}

a.trailingLinkalt:hover {
  text-decoration: underline;
}

.navboxheader {
  font-family: Verdana;
  font-size: 90%; 
  font-weight: bold;
  color: #555555;
  width: 100%; 
  line-height:200%; 
}

.navboxcontent {
  font-family: Verdana;
  font-size: 80%; 
  color: #FFFFFF;
  text-align: left;
  width: 100%;
}

a.navboxcontent {
  color: #FFFFFF;
  text-decoration: none;
}

a.navboxcontent:hover {
  text-decoration: underline;
}

ul {
  margin-left: 1.5em; 
  padding-left: 0;
}

ul.navboxlist {
  margin-top: 0;
  margin-left: 20;
  padding-left: 0;
  list-style-image: url('images/arrow.gif');
  list-style-position:outside;
}
