/* CSS Document */
body {
	background-color:#FFFFFF;
	border:none;
	margin:0px;
	background-image:url(WEBIMAGES/Background.jpg);
	background-repeat:repeat-x;
}
table.MainTable {
	background-color:#FFFFFF;
}
.HTMLarea {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #666666;
	width:680px;
	text-align:left;
	padding-left:5px;
}

.HTMLareaSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#333333;
	width:455px;
	text-align:left;
	padding-left:5px;
}
.NewsArea {
	padding-left:5px;
	padding-right:5px;
}
.ContactArea {
	padding-right:5px;
}
table.Header {
	background-image:url(WEBIMAGES/HeaderBkg.jpg);
	width:900px;
	height:197px;
	background-repeat:no-repeat;
	background-position:top left;
}
table.Header tr td.LogoArea {
	height:127px;
}
table.Header tr td.MenuBkg {
	background-image: url(WEBIMAGES/MenuBkg.jpg);
	background-repeat:repeat-x;
	height:27px;
}
table.Header tr td.SiteLocation {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	font-weight:bold;
	background-color: #10A263;
	color:#FFFFFF;
	height:25px;
	vertical-align:middle;
	text-indent:10px;
	text-align:left;
}
table.Footer {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#333333;
}
table.Footer tr td.Band {
	background-color: #10A263;
	height:25px;
}

table.ServicesSubMenuArea {
	padding-left:10px;
	width:200px;
	text-align:left;
}
table.ServicesSubMenuArea a.ServicesSubMenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #CCCCCC;
	padding-left:20px;
	text-decoration:none;
	display:block;
	height:19px;
	border-top:1px #ffffff solid;
	border-bottom:1px #ffffff solid;
	padding-top:3px;
}
table.ServicesSubMenuArea a.ServicesSubMenu:hover {
	background-image: url(WEBIMAGES/SubMenuArrow.gif);
	background-position:left top;
	background-repeat: no-repeat;
	color: #32926A;	
	border-top:1px #0EA264 solid;
	border-bottom:1px #0EA264 solid;	
}
table.ServicesSubMenuArea span.ServicesSubMenuSel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image: url(WEBIMAGES/MenuArrow.gif);
	background-position:left top;
	background-repeat: no-repeat;
	padding-left:20px;
	color: #BBAD38;
	display:block;
	height:19px;
	border-top:1px #ffffff solid;
	border-bottom:1px #ffffff solid;
	padding-top:3px; 
}


