body
{
	background-color: #D1A477;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
}

#MainContent
{
	width: 760px;
	height: 500px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px; 
}

#TitleBar
{
    font-size: 155%;
	color: #800000;	
	font-weight: normal;
	margin-bottom: 15px;
}

#PageID
{
	height: 26px;
	width: 146px;
	margin: 0px;
	float: left;
	border: 2px solid black;
	background-color: #F1EABE;
	font-size: 145%;
	color: #800000;
	text-align: left;
	padding: 5px;
	line-height: 1.45em;
}

#MessagePanel
{
	height: 26px;
	margin: 0px;
	margin-left: 160px;
	border: 2px solid black;
	border-left: 0px;
	background-color: #800000;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	color: #F1EABE;
	text-align: right;
	line-height: 1.45em;
}

#SpacerCell
{
	height: 260px;
	width: 146px;
	margin: 0px;
	float: left;
	border: 2px solid black;
	border-top: 0px;
	background-color: #7984B9;
	padding: 5px;
}

#ContentArea
{
	height: 260px;
	margin: 0px;
	/*margin-left: 160px;*/
	overflow:auto;
	border: 2px solid black;
	border-top: 0px;
	border-left: 0px;
	background-color: #F1EABE;
	padding: 5px;
}

#ContentArea p
{
	color: #800000;
	text-align: justify;
	padding: 10px;
	line-height: 1.4em;
}

#ContentArea p.topPara
{
	margin-top:0px;
}

#ContentArea p.ComingSoon
{
	font-size: 135%;
	font-weight: normal;
	font-style: italic;
	margin-top: 5px;
}

#ContentArea p.centerMe
{
	text-align: center;
}

#ContentArea dl
{
	margin-left: 15px;
}

#ContentArea dt 
{
	font-style: italic;
	font-size: 110%;
	margin-top: 10px;
}

#ContentArea dd
{
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
}

#ContentArea h2
{
	font-size: 135%;
	font-weight: normal;
	margin-right: 50px;
	margin-left: 10px;
	border-bottom: 1px solid black;
	margin-top: 30px;
}

#ContentArea h2.topHeading2
{
	margin-top: 5px;
}

#NavBar
{
	width: 760px;
	margin-top: 20px;
	text-align: right;
}

#NavBar p
{
	font-size: 90%;
	font-weight: bold;
	color: #800000;
	margin-bottom: 0px;
}

#NavBar table
{
	width: 700px;
	float: right;
	border-spacing: 5px;
	margin-top: 0px;
}

#NavBar table td
{
	width: 114px;
	border: 1px solid black;
	padding: 3px;
	background-color: #F1EABE;
	text-align: center;
	vertical-align: middle;
	font-size: 85%;
}

#NavBar table #CurrentPage
{
	width: 114px;
	border: 1px solid black;
	padding: 3px;
	background-color: #7984B9;
	text-align: center;
	vertical-align: middle;
	font-size: 85%;
	font-weight: bold;
	color: #F1EABE;
}

#ContentArea a:link, #ContentArea a:visited, 
#NavBar a:link, #NavBar a:visited
{
	color: #937331;
	text-decoration: underline;
}

#ContentArea a:active, #ContentArea a:hover, 
#NavBar  a:active, #NavBar a:hover
{
	/*background-color: #D1A477;
	color: #800000;*/
	background-color: #7984B9;
	color: #F1EABE;
	text-decoration: underline overline;
}

#Footer
{
	margin-top: 100px;
	margin-right: 50px;
	margin-left: 50px;
	border-top: thin dotted #800000;
}

#Footer #FooterRight
{
	width: 400px;
	float: right;
	font-style: italic;
	font-size: 70%;
	font-weight: normal;
	color: #800000;
	text-align: right;
}

#Footer #FooterLeft
{
	padding-top: 5px;
	margin-right: 420px;
	text-align: left;
}

.WideSpacing
{
	letter-spacing: 5px;
}

.UnderlineMe
{
	text-decoration: underline;
}
