.navigation { font-size: 10pt; font-family: Verdana; color:#000066 }
.comment { font-size: 7pt; font-family: Verdana }
.textSmall { font-size: 9pt; font-family: Verdana } 
h1 { font-size: 20pt; font-family: Verdana; font-weight: bold;
text-align:center }
h2 { font-family: Verdana; font-size: 18pt; font-weight: bold }
h3 { font-family: Verdana; font-size: 16pt; font-weight: bold }
h4 { font-family: Verdana; font-size: 14pt; font-weight: bold }
h5 { font-family: Verdana; font-size: 12pt; font-weight: bold }
h6 { font-family: Verdana; font-size: 11pt; font-weight: bold }
p { font-size: 11pt; font-family: Verdana; margin-top: 0; margin-bottom: 0 }
Normal { font-family: Verdana, font-size:10pt }
#top {
width:1000px;
height:65px;
margin-top:10px;
text-align:center;
background-color:gold;
border-bottom:1px solid black;
}

#navigation {
float:left;
width:160px;
height:560px;
background-color:#FFFF66;
text-align:center;
}

#main {
width:840px;
height:560px;
background-color:#FFFFCC;
float:left;
overflow:auto;
}

#container {
width:1000px;
height:600px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFCC;
}