BODY    
{
  font-family     :       Arial, Helvetica,Lucida;
  /*background:#333333 url(bg.jpg) 0 0 no-repeat fixed;*/
  background:#333333;
}
A:link
{
text-decoration :       none;
color           :       #99CC99;
}
A:active
{
text-decoration :       none;
color           :       #FFFFFF;
}
A:visited 
{
text-decoration :       none; 
color           :       #99CC99; 
}               
A:hover 
{ 
text-decoration :       none; 
color           :       #99CCFF;
}

.sidebar { 
  display: block;
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 10px 10px 0px 0px; 
  /*width: 20%;*/
  /*width: 220px;*/
  /*background:#333333 url(bg2.jpg) 0 0 no-repeat fixed;*/
}
.sidebar:after { content:""; display:table; clear:both; }
.sidebar2 { 
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px; 
  background:#404040;
  /*background:#5e5e5e url(bg2.jpg) 0 0 no-repeat fixed;*/
}

.content {
  display: block;
  float: left;
  padding: 10px 10px 40px 20px;
  margin: 10px 10px 0px 0px;
  /*width: 65%;*/
  width: 1000px;
  background:#404040;
  /*background: #9eb0b2 url(sail.jpg) 0 0 no-repeat;*/
}


.content h3  {
  margin-top       : 0px;
  margin-bottom    : 5px;
  padding-bottom   : 5px;
  border-bottom       : 2px solid #777;
  font-weight      : normal;
}
.content h4  {
  margin-top       : 0px;
  margin-bottom    : 5px;
  padding-bottom   : 5px;
  border-top       : 2px solid #555;
  border-bottom    : 2px solid #555;
  font-weight      : normal;
}

