body
{
	font-family: Times New Roman;
	font-size: 10pt;
	color: #333333;
}

#main
{
	border: 1px solid #666666;
	width: 720px;
	height: 780px;
	position: relative;
	background-color: #8C8073;
}

#header
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 118px;
	background-image: url(../images/header.gif);
}

#rotatinggraphic
{
	position: absolute;
	left: 9px;
	top: 9px;
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	border: solid 1px #666666;
	background-image: url(../uploadedimages/HeaderGraphic.jpg);
}

#content
{
 	position: absolute;
	left: 180px;
	top: 118px;
	width: 540px;
	height: 652px;
	overflow: auto;
	padding: 10px 0px 0px 0px;
	font-family: Times New Roman;
}

#content div.header
{
	font-size: 12pt;
	padding-bottom: 2px;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	color: #333333;
	width: 100%;
}

#navigationContainer
{
	background-repeat: no-repeat;
	
	left: 5px;
	top: 81px;
	width: 150px;
	background-color: #8C8073;
	height: 652px;
	line-height: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

textarea.admin
{
	width: 500px;
	height: 200px;
}



.footerLink:link, .footerLink:active, .footerLink:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #8C8073;
	text-decoration: none;
}

.footerLink:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #CC0000;
	text-decoration: none;
}

#navigationContainer div
{
	height: 28px;
	width: 147px;
	border: 1px solid black;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 6px;
	line-height: 22px;
}

#navigationContainer a:link, #navigationContainer a:visited, #navigationContainer:active
{
	font-family: "Times New Roman";
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}

#navigationContainer a:hover
{
    text-decoration: none;
    vertical-align: middle;
    color: #333333;
}
