body {
background-color: #000;
color: #000; /* needed to keep the css validator happy */
margin: 0;
padding: 0; /* incase any crazy users specify in their browser settings they want a padded window.. */ 
}
a img{
border:0;
}
h1
{
font-size: 16px;
font-weight: bold;
color: #000099;
}
h2
{
font-size: 16px;
color: #000;
}
P
{
font-size: 18px;
font-weight: bold;
color: #000;
}
h3
{
font-size: 12px;
font-weight: bold;
color:#000099;
text-align:center;
}
#container {
margin: 0 auto 0 auto; /* top and bottom: 0, sides: flexible (stretches) */
width: 960px;
background: #000;
color: #000; /* again, for the w3c validator to stop hyperventilating */
}
.header {
background: url(/gfx/site_layout/header.gif);
background-repeat:repeat-x;
height: 90px;
width: 960px;
}
.navigation {
height: 40px; /* this is the height of the image! */
font-size:18px;
} 
#main_content #maincol {
width: 960px;
float: left;
}
#maincol .stuffheading {
background: url(../gfx/site_layout/boxheader.gif) no-repeat;
height: 49px;
width: 960px;
}
#maincol .stuffcontent {
background: url(../gfx/site_layout/boxcontent.gif) repeat-y;
padding: 1px 40px 1px 40px;
}
.stuffcontent p
{
font-size: 14px;
font-weight: bold;
color: #000;
}
.stuffcontent a:link{
font-size: 14px;
font-weight: bold;
color: #000099;
}
.stuffcontent a:active
{
font-size: 12px;
font-weight: bold;
color: #000099;
}
.stuffcontent a:visited
{
font-size: 12px;
font-weight: bold;
color: #000099;
}
.stuffcontent a:hover
{
font-size: 12px;
font-weight: bold;
color: #FF0000;
}

#maincol .stufffooter{
background: url(../gfx/site_layout/boxfooter.gif);
height: 46px;
}
.clear {
clear: both;
}
.footer {
background: url(/gfx/site_layout/footer.gif) repeat-x;
height: 48px; /* this is the height of the image! */
margin: 0px 0px 0px 0px;
}
.footer h1{
font-size: 12px;
text-align:center;
font-weight: bold;
color: #ffffff;
padding: 6px 0px 0px 0px;
}
.footer a:link{
text-decoration: none;
color: #ffffff;
}
.footer a:visited {
text-decoration: none;
color: #ffffff;
}
.footer a:active {
text-decoration: none;
color: #ffffff;
}
.footer a:hover {
text-decoration: underline;
color: #ffffff;
}
#col1
{
float: left;
width: 26%;
margin-left: 3%;
display:inline;
}
#col2
{
float: left;
width: 62%;
margin-left: 3%; }

#col3
{
float: left;
width: 100%;
}
#clear
{
clear:both;
}
#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}
#nav li {
float: left;
position: relative;
width: 8em;
border: 1px solid #fff;
background-color: #374256;
color: #fff;
font-size: 12pt;
margin-right: 1em;
margin-top:0px;
}
#nav a:link, #nav a:visited {
display: block;
text-decoration: none;
padding-left: 1em;
color: #fff;
}
#nav a:hover {
display: block;
text-decoration: none;
padding-left: 1em;
color: #FF0000;
}
* html #nav a {
width: 100%;
}
#nav ul {
display: none;
position: absolute;
padding: 0;
}
#nav ul li {
border: 0 none transparent;
border: 1px solid #374256;
background-color: #374256;
font-size: 100%;
margin-bottom: -1px;
margin-top: 1px;
padding: 0;
}
#nav li:hover ul {
display: block;
}
