body{

  font-family: arial;
  background-color: #3C3C3C;
  font-size: 14px;
  color: white;

}



h2{
  margin-top: 12px;
  margin-bottom: 10px;
  border-bottom: 2px dotted white;
  text-align: right;
  font-family: Courier;
  font-size: 1.7em; 
  color: #33CC00;
  font-variant:small-caps;
  margin-left: 200px;
  padding-right: 5px;


}

h3{
  color: #33CC00;
  border-bottom: 2px dotted white;
  text-align: right;
  font-family: Courier;
  text-transform: uppercase;
  margin-top: 0px;
  padding-right: 5px;
}

h4{
  color: #33CC00;
  font-family: Courier;
  text-transform: uppercase;
  padding-top: 0px;
  margin-top: 15px;
}

h5{
  padding-bottom:0px;
  margin-bottom: 5px;
}

#contentbox {

  width: 750px;
  min-height:590px;
margin-left: auto;
margin-right: auto;
background-color: #000033;
padding: 10px;
 top: -3px;left:-3px;
 border: 1px solid white;

}

#navigation-left{
padding-top: 27px;
width: 150px;
float: left;
color: white;
text-align: right;
list-style-type: none;
padding-right: 10px;

}


#navigation-left ul{
margin-top: 0px;
padding-left: 0px;
list-style-type: none;
font-size: 13px;


}

#navigation-left li{
margin: 0;


}

#navigation-left li a{
text-decoration: none;
color: white;
border-right: 2px solid white;
padding-right: 5px;
}

#navigation-left a:hover{
text-decoration: none;
color: #33CC00;
border-right: 2px solid #33CC00;;
padding-right: 5px;
}

#content{
  padding-top: 15px;
  margin-left: 200px;
  padding-right: 5px;
}
#content a{
	text-decoration:none;
	color:#666;
}
#content a:hover{
	color:#FFF;
}
#content img{
	border:none;
}