@charset "utf-8";
/* CSS Document */

body {
padding: 0;
margin: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt; color:#939598;
}

a { color:#939598; text-decoration:none; outline:none; }
a:hover { color: #000; text-decoration:none; }

#supercontainer {
position:absolute;
top: 0;
left: 5%;
width: 90%;
height: 100%;
}

#top {
width:100%;
height: 90px;
margin-top: 10px;
}

#container {
position:absolute;
top: 160px;
height: 500px;
 width: 100%; 
}

#left {
position:relative;
float:left;
/* width: 64%; */
width:675px;
height:500px;
padding-top: 10px;
padding-bottom: -10px;
overflow:auto;
}

#right {
position:relative;
float:right;
width: 210px;
/* width:30%; */
height:500px;
/* min-width: 150px; */
}

#foot {
position:relative;
width: 100%;
top:570px;
height: 20px;
padding-top: 5px;
border-top: #939598 1px solid;
}


.h1 { font-size: 280%;  }
.menu { font-size: 11pt; }
.foot { font-size: 10pt; }
.body { font-size: 11pt; }
.bodysmall { font-size: 10pt; }
.bodydark { font-size: 11pt; color:#666; }
.bodysmalldark { font-size: 11pt; color:#000; }
.bodydarktitle { font-size: 13pt; color:#666; font-weight:bold; }