BODY
{
	font-size:14px;
	color: black;
	font-family: Arial, Serif;
	background-color: #000066;
}
H1
{
	font-size: 2em;	
	margin-top:.8em;
	margin-bottom:.4em;
}
H2
{
	font-size: .8em;
	margin-top: .2em;
	margin-bottom:.2em;
}
H3
{
	font-size: .8em;
	margin-top: 0em;	
	margin-bottom:1em;
}
A
{
	color: Navy;
}
A:hover
{
	color: darkred;
	background-color: gold;
}
A:active
{
	color:Navy;
}
A#SelectedMenuItem
{
	color:Maroon;
	font-weight:bolder;
	font-size:1.2em;
}
EM
{
	color: red;
	font-weight:bolder;
	font-style:normal;
}
EM.Big
{
	font-size:1.4em;
	font-weight: bolder;
}
EM.Small
{
	font-size:.8em;
	font-weight: bolder;
}
#MugShot
{
	vertical-align: middle;
	text-align: center;
	background-color: #64a1ff;
	width:132px;
	border-width:medium;
	border-style:groove;
	margin: 0;
}
IMG
{
	border-width:thin;
	border-style:groove;
}
#TopBanner
{
	background-color: burlywood;
	text-align: center;
	height:132px;
	border-left-style:groove;
	border-left-width:thin;
	border-bottom-style:groove;
	border-bottom-width:thin;
}
#ContentArea
{
	vertical-align: middle;
	width: 600px;
	height: 500px;
	background-color: white;
	background-color: White;
	text-align: left;
}
#ContentText
{
	margin-top: 2em;
	margin-left:2em;
	margin-right: 2em;
	margin-bottom:2em;	
}
#ContentTextScrollable
{
	margin-top: 2em;
	margin-left:2em;
	margin-right: 0em;
	margin-bottom:2em;	
	height:500px;
	overflow: auto;
}
#ContentImage
{
	vertical-align: top;
	background-color: #64a1ff;
	text-align:center;
}
.MyQuote
{
	margin-left: 4em;
	color:Navy;
}
.MainTable
{
	width:650px;
	height:600px;
	border-width:medium;
	border-style:groove;
}
.HeaderTable
{
	width:800px;
	height:100px;
	border-width:medium;
	border-style:groove;
	border-bottom:none;
}
.LeftMenuTable
{
	width:150px;
	height:600px;
	border-width:medium;
	border-style:groove;
}
.LeftNav
{
	width:150px;
	text-align:center;
	vertical-align: top;
	background-color: #64a1ff;	
	font-size: 12px;	
	line-height: 1.5em;
	border-width:medium;
	border-style:groove;
}

