/* CSS Document */

body
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:16px;
 background-color:#003333;
}
h1 {font-size:24px;color:#FF9900;margin-bottom:0px;}
h2 {font-size:20px;color:#FF9900;}
h3 {font-size:16px;color:#FF9900;}
p {margin-top:0px;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#FFFF00;
  font-size:14px;
}
a:active, a:hover
{
 text-decoration:underline;
}

#title {
height:50px;
padding:5px;
border-bottom:1px solid #000000;
margin-bottom:30px;
}
#content {
width:80%;
float:right;
color:#FF9900;
}
#left {
width:14%;
float:left;
line-height:18px;
}
.menutitle
{
font-weight:bold;
border-top:1px dashed #000000;
margin-top:15px;
}
