﻿body 
{
	background-color: #3885b8;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;


}
#mainbackgroundlayer
{
	min-width:1000px;
	
	
}
#contentcontainer 
{
	width: 960px;
	margin: 0 auto;
	background-color:White;
	position: relative;
	top: 10px;
}
#canvas
{
	background-color:White;
	min-height: 400px;
}

ul
{
	margin: 0;
}

li
{
	display: inline-block;
	list-style: none;
	color: White;
	font-size: 1.2em;
	font-weight:bold;
	padding: 8px;
}
#masthead
{
		background-image: url('/images/header.gif');
            height: 242px;
            width: 960px;

}
#masthead li a
{
    text-decoration: none;
    color: White;
}
a:hover
{
    color: Fuchsia;
}
