/*don't be too hard on me, I'm just an impoverished student*/
body
{
margin: 0;
padding: 0;
font-family: helvetica,arial,geneva,verdana,serif;
font-size: .7em;
}
object
{
display: block;
}
.current
{
color: #990000
}

a:link
{
color: #000000;
}
a:visited
{
color: #000000;
}
a:hover ,a:active
{
color: #fff;
background-color: #990000;
}
div#header
{
clear: both;
margin-left: 2px;
}
#header img
{
display: block;
}
div#left
{
height: 845px;
float: left;
width: 200px;
background-image: url(../images/background1.gif);
background-repeat: repeat-y;
background-attachment: fixed;
margin-left: 3px;
margin-top: 0;
font-size: 1.8em;
}
div#right
{
float: right;
width: 115px;
margin-right: 3px;
padding-left: 0;
background-color: #99cc99;
height: 845px;
}
ul  
{
display: block;
text-decoration: none;
line-height: 200%;
list-style-type: none;
}
ul a
{
text-decoration: none;
}
ul li
{
text-decoration: none;
font-size: 1em;
}
div#content
{
padding: 100px 200px 8px 200px;
margin-left: 60px;
background-color: white;
line-height: 145%;
text-align: center;
}
div#footer
{
clear: both;
height: 100px;
margin-right: 3px;
margin-left: 3px;
}
hd1
{
font-size: 130%;
}
hd2
{
font-size: 120%;
}
hd3
{
font-size: 110%;
}