body {
float : left;
margin : 0;
padding : 0;
border-color : #000000;
background-color : #ffffff;
color : #000000;
}

a:link {
color : #ffffff;
}
a:visited {
color : #ffffff;
}
a:hover {
color: #000000;
}
a:active {
color : #000000;
}
ul {
list-style: none
}
#heading {
position : absolute;
width : 975px;
height : 150px;
border : thin solid #000000;
background-color : #000000;
}
#leftpanecolumn {
position : absolute;
width : 200px;
height : 720px;
background-color : #999966;
border : thin solid #000000;
margin-top : 171px;
}
#leftpane {
position : absolute;
left : 0;
width : 200px;
margin-top : 20px;
color : #000000;
padding : 3px;
}
#rightpane {
background-color : #999966;
position : absolute; left: 829px; top: 171px;
width : 150px;
color : #000000;
padding : 10px;
border : thin solid #000000;
height : 720px;
}
#content {
position : absolute;
top : 0px;
margin : 170px 10% 0 200px;
padding : 20px;
color : #000000;
width : 50%;
height : 720px;
}
#content a {
color: black;
}
#copyright {
position : absolute; left: 450px; top: 830px;
font-family: Times New Roman,Times,serif;
font-size: 8pt;
}