﻿@charset "UTF-8";
* { margin:0; padding:0;}
html {
height: 100%;
}
body {
font-size: 12px;
color: #ffffff;
height:100%;
scrollbar-base-color: #000033;
}
h1 {
text-shadow: blue 1px 1px 10px, #333333 2px 2px ;
filter: shadow(color=#3333399 direction=135);}h2 {font-weight: bold; font-size: x-large;;}h3 {font-weight: bold; font-size: large;;}
#pagewidth {
height: 100%;
width: 100%;
}

#head {
font-size: 20px;
height: 20%;
width: 100%;
color: #ffffff;
background: #003333;
}
#rightcol {
font-size: 14px;
height: 65%;
width: 98%;
color: #ffffff;
background: url(bg.jpg) top right #000033 no-repeat;
background-attachment: fixed;
overflow-y:scroll;
padding-left:20px;
}
#foot {
clear: both;
height: 15%;
width: 100%;
color: #ffffff;
background: #003333;
text-indent:20px;
} 

ul li{
float:left;
list-style-type:none;
}

#logo{
float:left;
}

#pagelogo{
border:3px dotted #00cc33;
}

.staffpage{
float:left;
width:50%;
}

a:link{
color: #00cc33;
}

a:visited{
color: #00cc33;
}

a:hover{
color: #00cc33;
}