/* CSS Document */
body {
  padding:0px;
  margin-top:0px;
  color:white;
  font-family:Arial;
  font-size:11pt;
  background-color:black;
}
a {
  text-decoration:none;
  color:white;
}
a:hover{
  color:white;
}
a.highlight:hover {
  color:gray;
}
.bold {
  font-weight:bolder;
}
.leader {
  font-weight:bolder;
  color:white;
  line-height:1.1em;
  margin-left:0px;
  width:190px;
  text-align:right;
  margin-right:5px;
}
p {
  margin-top:-1.1em;
  margin-left:200px;
  line-height:1.1em;
  padding-bottom:10px;
}
.small {
font-size:9pt;
}
.highlight {
 color:goldenrod;
}
#banner {
 width:640px;
 height:101px;
 background-image:url('images/links2.jpg');
 background-repeat:no-repeat;
}
#banner_foot{
 margin-bottom: 3px;
 margin-top:10px;	
}
#content {
  position:absolute;
  width:640;
  left:50%;
  margin-left:-320px; 
  background-color:black;
}

#byeline {
  background-image: url('images/ByeLine2.gif');
  background-repeat:no-repeat;
  position:relative;
  left:50%;
  margin-left:-320px;
  text-align:right;
  width:640px;
  padding-top:2px;
  padding-bottom:2px;
  height:15px;
  
}
#maintext{
  position:relative;
  /*margin-top:10px;*/
  border-top: 1px solid lightgrey;
  width:600px;
  left:50%;
  padding-top:10px;
  margin-left:-300px;
  padding-bottom:10px;
}
#footer {
  /*font-family:castellar;*/
  text-transform:uppercase;
  position:relative;
  left:50%;
  margin-left:-300px;
  text-align:center;
  width:600px;
  font-size:.8em;
  border-top: 1px solid lightgrey;
  padding-bottom:5px;
}
#navigation {
  font-size:0.8em;
  position:relative;
  border-top: 1px solid lightgrey;
  width:600px;
  left:50%;
  margin-left:-300px;
  text-align: center;
}
a#navigation {
  text-decoration:none;
}
.outlink {
  text-decoration: underline;
  color: white;
}
a.outlink:hover {
  color:goldenrod;
 }