body{
margin: 0px 10px 0px 10px;
padding: 0px;
border: 0px;
overflow: auto;
height: 750px;
max-height: 800px;
background: #F5F6F2;
}

#topFrame{
position: auto;
overflow: hidden; 
top: 10px; 
left: 15px;
right: 15px;
height: 205px;
width: 800px;
border: 2px;
border-color: #F5F6F2;
background: #F5F6F2;
margin-left: auto;
margin-right: auto;
}

#mainFrame{
position: auto;
overflow: auto;
top: 200px;
left: 15px;
right: 15px;
bottom: 15px;
height: 375px;
width: 800px;
border: 1px;
border-color: #C5D1D3;
border-style: solid;
background: #FFFFFF;
margin-left: auto;
margin-right: auto;
}

#bottomFrame{
position: auto;
overflow: hidden;
top: 590px;
left: 15px;
right: 15px;
bottom: 10px;
height: 160px;
bottom: 15px;
width: 800px;
border: 2px;
border-color: #F5F6F2;
background: #F5F6F2;
margin-left: auto;
margin-right: auto;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.class1  a:hover {text-decoration: none; color:#3D81EE; background:#FFFFFF;}
.class1  a:link {color:#3D81EE;}
.class1  a:visited {color:#3D81EE;}
.class1  a:active {color:#3D81EE;}
.class1  {font-size: 9pt; font-family: Arial;}
.class2  {font-size: 9pt; font-family: Arial;}

span.siteLinks           {font-family: Arial,sans-serif; font-size: 9pt;}
span.siteLinks a:hover   {font-family: Arial,sans-serif; font-size: 10pt; color:#2D8930; text-decoration: none; background:#FFFFFF;}
span.siteLinks a:link    {font-family: Arial,sans-serif; font-size: 10pt; color:#2D8930;}
span.siteLinks a:visited {font-family: Arial,sans-serif; font-size: 10pt; color:#2D8930;}
span.siteLinks a:active  {font-family: Arial,sans-serif; font-size: 10pt; color:#2D8930;}

span.mini           {font-size: 9pt; font-family: Arial,sans-serif; background:#FFFFFF; text-align: center; background: #F5F6F2;}
span.mini a:hover   {color:#000000;}
span.mini a:link    {color:#000000;}
span.mini a:visited {color:#000000;}
span.mini a:active  {color:#000000;}

.timeDisplay {font-family: Arial,sans-serif; font-size: 9pt;}

.topmenu ul{
font: bold 13px Arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.topmenu ul li{
list-style: none;
display: inline;
}

.topmenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #F5F6F2;
border: 1px solid #F5F6F2;
}

.topmenu ul li a:hover {
background-color: #F5F6F2;
border: 1px dashed #C5D1D3;
}

body .hovermenu ul li a:active{ 
border-style: inset;
}