body
{
	background-color: #FAFAD2;
	text-align: center;
	font-size: 12pt;
}

div
{
	margin-left: auto;
	margin-right: auto;
}

#BodyDiv
{
	width: 906px;
}

#HeaderDiv
{
	width: 906px;
}

#SiteTitleDiv
{
	font-size: 30pt;
	font-family: 'Bookman Old Style';
	font-weight: normal;
	font-style: italic;
	background-color: black;
	text-align: center;
	color: white;
	vertical-align: bottom;
	padding-top: 20px;
	height: 55px;
	width: 905px;
}

#MenuDiv
{
	width: 150px;
	vertical-align: top;
	float: left;
	padding-top: 20px;
}

#ContentDiv
{
	width: 750px;
	vertical-align: top;
	text-align: left;
	float: right;
	padding-left: 6px;
}

.MenuItem
{
	color: White;
	background-image: url(button.jpg);
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
	cursor: hand;
	text-align: center;
	width: 140px;
	font-size: 12pt;
}
.MenuSectionHeader
{
	height: 20px;	
}
.MenuDivider
{
	height: 4px;
	cursor: default;
}

.HideOnPrintable
{
}

.LinkWithoutUnderline
{
	text-decoration: none;
}