a:link
{
	color: #008000; 
}
a:visited
{
	color: #008000; 
} 
a:active 
{
	color: #008000;
}
body
{
	font-family: "Tempus Sans ITC", "Arial", "Times New Roman", Times, serif;
	background-color: #D5CCA1;
	color: #56342B;
/*	width: 938px; */
}

h1, h2
{
	font-variant: small-caps;
}

h1
{
	font-size: 166%;
}

h2
{
	font-size: 133%;
}

.topBanner
{
	top: 0px;
	left: 0px;
	position: absolute;
	/* The below only matters if the banner is not a single image *
	display: inline;
	font-size: 1px;
	letter-spacing: -1px;
	/* */
}

div.mainBody
{
	position: absolute;
	top: 150px;
	left: 192px;
	width: 816px;
	right: 0%;
	padding-left: 10px;
}

div.menuBar
{
	background-color: #56342B;
	color: #D5CCA1;
	position: absolute;
	width: 192px;
	height: 100%;
	top: 150px;
	left: 0%;
	right: 200px;
}

.sectionTitle
{
	font-weight: bold;
}

.sectionsubTitle
{
	font-style: italic;
}

.menuItem
{
	font-size: 120%;
	font-variant: small-caps;
	font-weight:  900;
	margin-left: 6%;
}

.required
{
	color: #FFFF00;
}

.table_header
{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.menu_unselected
{
	color: #D5CCA1;
	background-color: transparent;
	text-decoration: none
}

.menu_mouseover
{
	color: #D5CCA1;
	background-color: #008000;
	text-decoration: none;
	filter: glow( color=#ff0000, strength=5 );
}

.menu_selected
{
	color: #56342B;
	background-color: #D5CCA1;
	text-decoration: none
}

thead
{
	font-size: 18px;
	font-weight: bold;
}

/*
.link
{
	color: #CCFFFF;
	cursor: hand;
	text-decoration: underline;
}
*/
