body {
background-color:white;
font-family: impact, sans-serif;
font-color: red;
}
{
color: white;
text-decoration: none;
}

#leftnav {
width:100px;
height:800px;
margin: 0px;
background-color:blue;
font-color: white;
}

#container {
width:auto;
height:400px;
margin: 0px;
left-margin: 200px;
background-color:#CC5208;
}

#container2 {
width: auto;
height:100px;
margin: 0px;
background-color: white;
}

#mainarea {
width: auto;
height:400px;
margin: 0px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: white;
font-size: small;
}

.maintext{
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: white;
font-size: small;
}



#header {
width:100%;
height:150px;
background-color:#006699;
}

.trailer {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
}

h2 {
font-size:26px;
color:#999999;
margin: 0 0 0 60px;
}

h3 {
font-size:22px;
color:#006699;
margin: 5px 0 0 5px;
}

p {
font-size:12px;
color:#000000;
margin: 0 10px 0 10px;
text-align: justify;
font-family:Arial, Helvetica, sans-serif;
weight: bold;
}

#horiznav {
float:right;
margin-right:30px;
}
#horiznav a{
font-family: impact, sans-serif;
text-decoration:none;
color:#CCCCCC;
margin: 0 5px 0 5px;
}
#horiznav a:hover {
border-bottom: 3px solid #999999;
}

#horiznav a:active {
color:#999999;
border-bottom: 3px solid #CCCCCC;
}

#vertinav {
background-color:#D7D7D7;
width:200px;
height:100%;
float:left;
}

.vertinavheader {
font-size:22px;
color:#000000;
margin-left: 5px;
}

#vertinavcontent
{
margin-left:5px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
}

#content
{
background-color:#E4E4E4;
float:right;
width:600px;
}

