/* CSS Document */
body { 
 margin: 0; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 background-color: #FFFFFF; 
 padding: 0;
}

.fullrow {
 width: 800px;
 clear: both;
}

.menubox {
 float: left;
 width: 100px;
 top: 110px;
}

.bodytext {
 font-size: 12px;
 color: #000066;
}

.smalltext {
 font-size: 10px;
 color: #000066;
}

.bodytextbold {
 font-size: 12px;
 color: #000066;
 font-weight: bold;
}

.headertext {
 font-size: 16px;
 color: #000066;
 font-weight: bold;
 margin-bottom: 10px;
}

.menutext {
 font-weight: bold;
 font-size: 14px;
 color: #FFFFFF;
}

.menubar {
 position: absolute;
 left: 0px;
 top: 100px;
 width: 800px;
 height: 30px;
 clear: both; 
}

.mainbody {
 position: absolute;
 left: 0px;
 top: 130px;
 width: 800px;
 height: 457px
}

.maintextarea {
 position: relative;
 left: 10px;
 top: 10px;
 width: 780px;
}
 
.ratingbox {
 float: right;
 width: 420px;
 padding: 10px;
 border: solid 1px #999999; 
}
 
.menutext a, .menutext a:link, .menutext a:visited, .menutext a:active { 
 color: #FFFFFF; 
 background: transparent; 
 text-decoration: none; 
}

.menutext a:hover { 
 color: #FFFFFF; 
 background: transparent; 
 text-decoration: underline; 
}

.bodytext a, .bodytext a:link, .bodytext a:visited, .bodytext a:active { 
 color: #000066; 
 background: transparent; 
 text-decoration: none; 
}

.bodytext a:hover { 
 color: #000066; 
 background: transparent; 
 text-decoration: underline; 
}
