body
{
text-align: center;
background: #fff url(starfield.png) repeat; 
}

#container
{
width: 90%;
margin: 10px auto;
text-align: left;
background-color: #000000;
color: #fff;
line-height: 130%;
}

#top
{
padding: .5em;
border-bottom: double white;
text-align: left;
padding-bottom: 14px;
}

#marquee
{
position: absolute; right: 5.5em; top: 4.5em;
width: 150px;
}

#leftnav
{
float: left;
width: 81px;
margin: 0;
border-right: 1px solid white;
padding: 1em;
}

#content
{
float: left;
margin-left: -1px;
border-left: 1px solid white;
padding: 1em;
max-width: 83%;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
border-top: double white;
text-align: center;
}

#leftnav p
{
margin: 0 0 1em 0;
}

#content h2
{
margin: 0 0 .5em 0;
}

#content ol
{
font-family: arial;
font-size: 11px;
line-height: 20px;
letter-spacing: 0.1em;
color: white;
text-align: justify;
}

#content blockquote
{
font-family: arial;
font-size: 11px;
line-height: 20px;
letter-spacing: 0.1em;
color: white;
text-align: justify;
}

#content td
{
letter-spacing: 0.1em;
}

.normal_text
{
font-family: arial;
font-size: 11px;
line-height: 20px;
letter-spacing: 0.1em;
color: white;
text-align: justify;
margin-left: 20px;
}

.header_text
{
font-family: garamond;
font-size: 24px;
letter-spacing: 0.1em;
color: white;
}

.side_header
{
font-family: garamond;
font-size: 18px;
letter-spacing: 0.1em;
color: white;
}

.small_text
{
font-family: arial;
font-size: 9px;
color: white;
}

.html-marquee
{
height:100px;
width:150px;
background-color:000000;
border-width:1;
border-style:solid;
border-color:FFFFFF;
}

a
{
color: rgb(170, 0, 0);
text-decoration: underline;
}

a:hover
{
color: rgb(255, 0, 0);
text-decoration: none;
}

table.sample
{
border-width: 5px;
border-spacing: ;
border-style: ridge;
border-color: gray;
border-collapse: separate;
background-color: rgb(255, 255, 240);
}

table.sample th
{
border-width: 5px;
padding: 2px;
border-style: inset;
border-color: gray;
background-color: rgb(255, 255, 240);
-moz-border-radius: ;
}

table.sample td
{
border-width: 5px;
padding: 2px;
border-style: inset;
border-color: gray;
background-color: rgb(255, 255, 240);
-moz-border-radius: ;
}