BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    FONT-SIZE: 70%;
    padding: 35px;
    margin: 0;
    background-color: #ccc;
}

#contentcontainer
{
	background: white;
	border: 2px solid #aaa;
	padding: 1em;
}

#logo
{
	width: 462px;
	height: 100px;
	background: url(images/logo2.jpg) no-repeat top left;
	border: none;
	position: absolute;
	top: 50px;
	left: 50px;
}

#logospacer
{
	/*background: Yellow;*/
	width: 100%;
	height: 127px;
	float: left;
}

#pageheader
{
	position: relative;
	top: 10px;
}

h1, h2, h3, h4, h5
{
	color: #990033;
	FONT-FAMILY: ITC Franklin Gothic, Franklin Gothic Medium, Franklin Gothic Book, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2.5em;
}

h2
{
	font-size: 2.2em;
}

h3
{
	font-size: 1.9em;
}

h4
{
	font-size: 1.6em;
}

h5
{
	font-size: 1.3em;
}

.FormTable
{
	background-color: #EFEDEF; /* #E1E9F2 */
	border: 2px solid #CCCCCC;
}

.SmallText
{
	font-size: 80%
}

textarea, input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em 0.4em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #369;
	color: #fff;
}

#footerbar
{
	padding-left: 0;
	padding-bottom: .5em;
	margin-left: 0;
	margin-top: 1em;
	background-color: #990000;
	color: #FFFFFF;
	text-align: center;
	font-size: 80%;
}


#footernote a
{
	color: #00ccff;
}
