
/* Layout Stylesheet */ 

BODY {
  margin: 0;
  padding:0;
  background-color : #990000;
  text-align: center;
  font-family : Arial,Helvetica,sans-serif;
  scrollbar-base-color: #004000; 
  scrollbar-face-color: #004000; 
  scrollbar-track-color: #b77cca8; 
  scrollbar-arrow-color: #990000;
  scrollbar-highlight-color:ffffff; 
  scrollbar-3dlight-color: #af852e; 
  scrollbar-shadow-color: #edd165;
  scrollbar-darkshadow-color: #000000;
}
A {
  text-decoration: underline;
}
a:link {
  color:#990000;
  background:transparent;
}
a:visited {
  color:#004000;
  background:transparent;
}
a:hover {
  color:#004000;
  background:transparent;
  text-decoration: none;
}
#bar-top {
  width: 100%;
  height: 30px;
  background-color : #004000;
  color: #333333;
  border: solid #000000;
  border-width: 2px 0;
  margin: 0;
}
#bar-bottom {
  width: 100%;
  height: 30px;
  position:relative;
  background-color : #004000;
  color: #333333;
  border: solid #000000;
  border-width: 2px 0;
}
#content {
  height : 425px;
  position:relative;
  border: solid #000000;
  border-width: 0px 2px;
  background: #ffffff;
  color: #333333;
  overflow: visible;
  margin:0 8% 0 8%; 
}
.menu{
  font-family : Arial,Helvetica,sans-serif;
  color : #ffffff;
  font-weight : bold;
}
.menu A {
  text-decoration: none;
}
.menu a:link {
  color:#ffffff;
  background:transparent;
}
.menu a:visited {
  color:#ffffca;
  background:transparent;
}
.menu a:hover {
  color:#990000;
  background:transparent;
  text-decoration: underline;
}
.copy{
  font-family: arial,Helvetica,sans-serif;
  color: #FFFFFF;
  font-size: x-small;
}
.copy a:link {
  color:#ffffff;
  background:transparent;
}
.copy a:visited {
  color:#FFFFFF;
  background:transparent;
}