body
{
	margin:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	height: 100%;
}

#bodyContainer
{
	background:#FFFFFF;
	position:relative;
	text-align:left;
}

#menu
{
	float:left;
	width:166px;
	background:#E2E2E2;
	clear:both;
	height:100%;
}

.normal
{
	font-size: 1.2em;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
}

#header
{
	height:99px;
	background:url(HeaderStripe.gif);
	position:relative;
}

.headerStrip
{
	margin:2px 0;
	padding:2px 2px 2px 20px;
	background:#E2B639;
	font-style:italic;
	font-size:1.1em;
}

.headerGear
{
	position:absolute;
	left:529px;
	top:99px;
}

#footer
{
	clear:both;
	width:100%;
	border-top:solid 20px #483A47 ;
}

#innerFooter
{
	padding-top:15px;
	font-weight:normal;
	padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.MainMenu_MenuItem
{
	padding:10px 10px;
}

.contentpane
{
	float:left;
	width:650px;
	margin:10px;
	padding: 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}

div.RightPane
{
	font-size:12px;
	height: 250px; 
	width: 150px; 
	margin-left: 0; 
	margin-top: 10px;  
	border-left-style: solid; 
	border-left-width: 2px; 
	border-left-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: italic; 
	color: #AC8021; 
	line-height: 160%
}

/* Formatting for the contact form */

.contactForm
{
	margin-top: 25px;
	width: 100%;
}

.contactfield
{
	margin-bottom: 25px;
	margin-top: 25px;
}

.contactfield TBODY TR TD
{
	padding-right: 10px;
	vertical-align: top;
}

.SubHead 
{
	color: black;
	font-size: 1.1em;
}

.NormalTextBox
{
	margin-bottom:10px;
}
.CommentTextBox
{
	margin-top:10px;
}

/* END Formatting for the contact form */


