body
{
	background-color: #5f5c5c;
}

#mainPanel{
	width: 920px;
	height:800px;
	float:left;
	padding: 0;
	margin-left:10%;
}

#topBar{
	width: 911px;
	height: 38px;
	padding: 0;
	margin:0;
	float:left;
	background-image: url(../images/topbar.jpg);
	background-repeat: no-repeat;
}

#leftBar{
	width: 46px;
	height: 667px;
	padding: 0;
	margin: 0;
	float:left;
	background-image: url(../images/leftbar.jpg);
	background-repeat: no-repeat;
}

#rightBar{
	width: 46px;
	height: 667px;
	padding: 0;
	margin: 0;
	float:left;
	background-image: url(../images/rightbar.jpg);
	background-repeat: no-repeat;
}

#topBanner{
	width: 818px;
	height: 94px;
	padding: 0;
	margin: 0;
	float:left;
	background-image: url(../images/topbanner.jpg);
	background-repeat: no-repeat;
}

#centralPanel{
	padding: 0;
	width: 819px;
	float: left;
	background-color:#FFFFFF;
}

#menuBar{
	height: 26px;
	padding: 0;
	margin: 0;
	background-image: url(../images/menubar.jpg);
	float: left;
	background-repeat: repeat-x;
	width: 818px;	
}

.menubarText
{
	float: right;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 7px;
	font-weight: bold;	
	padding-right: 10px;
}

.menubarText a
{
	color: white;
	cursor: hand;
	text-decoration: none;
}

#rightBox{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 10px 17px 10px 17px;
	width: 536px;
	height: 487px;
	float: left;
	background-repeat: no-repeat;
}

html>body #rightBox{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 10px 17px 10px 17px;
	width: 502px;
	height: 467px;
	float: left;
	background-image: url(../images/Grey.gif);
	background-repeat: no-repeat;
}


#footer{
	width: 819px;
	padding: 0;
	height: 17px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	font-family: Arial;
	font-size: 10px;
	text-align:center;
}

#footerGraphic{
	width: 819px;
	padding: 0;
	height: 22px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	background-image: url(../images/bottombar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 500px;
	font-weight:bold;
}


.optionBar{
	background-color:#D2E3AD;
	width: 272px;
	height: 22px;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5D54;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 50px;
	vertical-align:middle;
	background-image: url(../images/greyArrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

html>body .optionBar{
	background-color:#D2E3AD;
	width: 222px;
	height: 22px;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5D54;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 50px;
	vertical-align:middle;
	background-image: url(../images/greyArrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.optionBar a{
	text-decoration: none;
	color: #5A5D54;
	cursor:hand;
}

.sidebarHeader
{
	margin: 0 7px 0 7px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5A5D54;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contactusform
{
	width: 500px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	float:left;
}

.contactRow
{
	margin-bottom: 10px;
	float:left;
}
.errorRow
{
	margin-bottom: 10px;
	text-align: center;
	float: left;
	font-weight: normal;
	font-size: 11px;
	color: #8CBA34;
	font-family: Verdana;
	width: 500px;
}

.contactLabel
{
	text-align:right;
	margin-right: 10px;
	width: 150px;
	float: left;
}

.contactEntry
{
	text-align:left;
	width: 300px;
	float: left;
	float:left;
}

.contactEntry input
{
	font-size: 11px;
}

.contactEntry textarea
{
	font-size: 11px;
}

.contactButton
{
	border: 1px solid black;
	color: White;
	font: bold;
	background-color:#8CBA34;
}

.contactButton input
{
	font-size: 12px;
}


.error
{
	font-style:italic;
	color: White;
}

.ThankYou
{
	font-family: Verdana;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: center;
}

td 
{
	font-family: Verdana;
	font-size: 10px;
}