html
{
height: 100%;
}

body
{
height: 100%;

}

#header {
  background: #fff;
  width: 100%;
}

#content {
  background: #fff;
  float: left;
  width: 80%;
  height: 800px;
}

#rightside {
  background: #fff;
  float: right;
  width: 20%;
  height: 800px;
}
#footer
{
background: #000;
position: relative;
margin-top: -7.5em;
} 

#header
{
font-size: 14px;
font-weight: bold;
background-color:#e5e5e5;

}

#navcontainer a
{
display: block;
color: #000;
background-color: #e0e8fd;
width: 190px;
height: 10px;
border: 0px;
border-style: solid;
border-color: #e0e8fd;
padding: 2px 0px 2px 0px;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #f6f5f5;
color: #000;
}

a:hover{text-decoration:underline;}
a:visited{text_decoration:none;}
a:active{text_decoration:none;}

.whitelink{color:#FFFFFF;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;font-weight:normal;text-decoration:none;}
.bluelink{color:#4566bb;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;font-weight:normal;text-decoration:none;}
.footerlink{color:#c3c3c3;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;font-weight:normal;text-decoration:none;}
.stable 
{

font-size: 11px; 
font-family: Lucida-Sans,Verdana; 
color:#4f5259;"
}