

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

body {
margin:0;
padding:0;
color:#FFFFFF;
background:#000000;
font-size:12pt;
scrollbar-3dlight-color:#999966;
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:#999966;
font-size-adjust:none;
}
h1, h2, h3 {
color:#999966;
text-align:center;
font-family:"Garamond";
}
h5 {
text-align:center;
}
hr {
color:#999966;
height:1%;
width:75%;
}
a {
color:#999966;
}
img {
float:clear;
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:150px;
width:647px; height:79%;
padding:0;
overflow:auto;
}
#text{
width:600px;
margin:0 auto;
padding:5px 0px 0 10px;
color:#FFFFFF;
text-align:center;
}
#footer {
position:relative;
bottom:0; left:0;
width:575px; height:40px;
background:;
color:#FFFFFF;
text-align:center;
}

#blank {
position:absolute;
top:91px; left:35px;
width:575px; height:350px;
}
