html
{
height:100%;
}

body
{
margin:0px;
height:100%;
background-color:#373737;
scrollbar-face-color: #373737; 
scrollbar-track-color: #373737; 
scrollbar-arrow-color: #eeeeee;
scrollbar-highlight-color: #373737;
scrollbar-3dlight-color: #eeeeee; 
scrollbar-shadow-color: #373737;
scrollbar-darkshadow-color: #eeeeee;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
line-height: 200%;
font-size: 14px;
color: white;
}

.mainmenubar
{
border-top: #878787 2px solid;
border-bottom: #878787 2px solid;
background-color:#373737;
width:100%;
height: 25px;
position: absolute;
left:0px;
top:50px;
overflow: hidden;
}

.mainmenutext
{
position:relative;
left:430px;
top:-3px;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size: 13px;
color: white;
}


a.mainmenu
{
color:#878787;
text-decoration:none;
}

a:hover.mainmenu
{
color:white;
text-decoration:none;
}


.main
{
margin:0px;
padding-top:0px;
padding-bottom:100px;
width:750px;
min-height:100%;
position:relative;
left:130px;
top:130px;
z-index:5;
}

* html .main
{
height: 100%;
}


.footer
{
width:750px;
left:130px;
position: relative;
margin-top: 80px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #bbbbbb;
text-align: right;
line-height:100%;
}

* html .footer
{
margin-top: 80px;
}

p.heading
{
font-family: Century Gothic, Arial, Helvetica, sans-serif;
line-height: 200%;
font-size: 14px;
color: white;
font-weight:bold;
}

a
{
color:#878787;
text-decoration:none;
}

a:hover
{
color:white;
text-decoration:none;
}






table
{
font-family: Century Gothic, Arial, Helvetica, sans-serif;
line-height: 200%;
font-size: 14px;
color: white;
}


