

/**************** Page and tag styles ****************/

body {
margin:0;
padding:0;
color:#FFFFFF;
background:#000000;
font-size:12pt;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#999966;
scrollbar-base-color:#000000;
scrollbar-track-color:#999966;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
}
h1, h2, h3 {
color:#999966;
text-align:center;
}
h5 {
text-align:center;
}
hr {
color:#999966;
height:1%;
width:75%;
}
a {
color:#999966;
}
img {
float:left;
padding:0;
margin:0;
}
a img {
border-color:#999966;
}
table {
width:100%;
}
tr {
text-align:center;
vertical-align:bottom;
}
td {
padding:1;
width:;
height:;
}

/**************** Sidebar area styles ****************/

#top {
position:absolute;
top:0; left:0;
width:800px; height:100px;
}
body > #top
{position:fixed;}

#sidebar {
position:absolute;
top:100px; left:0;
width:150px;
color:#000000;
}
body > #sidebar
{position:fixed;}

/**************** Navigation menu styles ****************/

# menu {
list-style:none;
}
#menu a {
display:block;
width:150px;
margin:0;
padding:0;
color:#000000;
background:#999966;
text-decoration:none;
border:solid;
border-color:#999966;
font-size:12px;
}
#menu a:hover {
color:#999966;
background:#333333;
border:ridge;
border-color:#cccccc;
}
#menu a.active {
border:solid;
border-color:#999966;
color:#ffffff;
text-align:center;
background:#000000;
}

/**************** Content area styles ****************/

#content {
position:absolute;
top:100px; left:160px;
width:647px; height:79%;
padding:0;
overflow:auto;
}
#text{
width:575px;
margin:0 10px;
padding:5px 0px 0 10px;
color:#FFFFFF;
text-align:center;
}
#footer {
position:absolute;
bottom:0;
width:800px; height:50px;
background: #333333;
color:#FFFFFF;
text-align:center;
}
body > #footer
{position:fixed;}

#blank {
position:absolute;
top:-100px;
left:0;
}
