body
{
	background-color: #003080;
	color: #E0A080;
	font-family: sans-serif;
}

a:link
{
	color: #FFC0A0;
}
a:visited
{
	color: #FFC0A0; 
} 
a:active
{
	color: #FFFFFF;
}

div.mainBody
{
	position: absolute;
	left: 25%;
	width: 75%;
}

div.menuBar
{
	background: #800030;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 20%;
}

.menuItem
{
	font-size: 120%;
	font-variant: small-caps;
	font-weight:  900;
	margin-left: 6%;
}

.menuSubItem
{
	font-size: 100%;
	font-variant: small-caps;
	font-weight:  500;
	margin-left:  15%;
}

// These two will allow us to fake the look of a 3rd tier heading.
h3
{
	font-weight: bold;
	font-size: 18px;
}

.h3
{
	font-weight: bold;
	font-size: 18px;
}