﻿body {
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font-family: "Times New Roman";
	text-align: center;
	background-color: #eaeaea;
	
}
/*
.netMenu {
	display: block;
	float: left;
	font-family: Times New Roman;
	font-size: 12px;
}

.netMenu a {
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.netStyle {
	font-family: Times New Roman;
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.menuItem {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #002e6c;
}

.hoverStyle {
	font-family: Times New Roman;
	font-size: 12px;
	padding: 2px 10px 2px 10px;
	margin: 2px 0 0 0;
}

.hoverItem {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #002e6c;
}

*/

.mainHolder {
	width: 976px;

	
}

.mainContent {
	display: block;
	width: 960px;
	float: left;
	background-color: Black;

	
}

.mainShadowHolder {
	display: block;
	width: 976px;
	float: right;
	background-image: url('../images/rightShadow.gif');
	background-repeat: repeat-y;
	background-position: right;
	
}

.mainContentContainer {
	display: block;
	width: 959px;
	float: right;
}

.mainHeader {
	display: block;
	width: 958px;
	float: left;
	
}

.mainMenu {
	display: block;
	width: 958px;
	float: left;
	height: 21px;
	padding-top: 5px;
	
}

.menuHolder {
	display: block;
	width: 380px;
	float: right;
	text-align: left;
	padding-right: 10px;

}

.mainMenuItem {
	display: block;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
}

.mainMenuPipe {
	display: block;
	width: 5px;
	float: left;
	text-align: center;
}

.mainMenuItem a {
	display: block;
}

.subMenuHolder {
	display: none;
	position: absolute;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 150px;
	text-align: left;
	background-color: #ffffff;
	

}

.subMenuHolder a {
	padding-left: 10px;
	padding-bottom: 2px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.subMenuItem a {
	padding-top: 4px;
	padding-bottom: 4px;
}

.subMenuItemTop a {
	padding-top: 10px;
	border-top: solid 1px #000000;
}

.subMenuItemBottom a {
	padding-bottom: 10px;
	border-bottom: solid 1px #000000;
}

.menuOut {
	color: #000000;
	text-decoration: none;
}

.menuOut:hover {
	color: #276bbc;
	text-decoration: underline;
}

.menuOver {
	color: #276bbc;
	text-decoration: underline;
}

.menuSelected {
	color: #276bbc;
	text-decoration: underline;
}

.subMenuOver {
	color: #276bbc;
	text-decoration: underline;
}

.subMenuOut {
	color: #000000;
	text-decoration: none;
}

.subMenuOut:hover {
	color: #276bbc;
	text-decoration: underline;
}

.subMenuSelected {
	color: #276bbc;
	text-decoration: underline;
}

/*
.linkHolder {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

.linkHolder a {
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
}

.menuOut {
	color: #002e6c;
}

.menuOut:hover {
	color: #2b83ec;
}

.menuOver {
	color: #2b83ec;
}
*/

.contentBodyHeader, .servicesHolder, .leftHolder, .rightHolder {
	margin-top: 8px;
}

.mainBody {
	display: block;
	width: 958px;
	float: left;
	background-color: White;
	padding-bottom: 3px;
	text-align: left;
	font-family: Arial;
	
	background-image: url('../images/menu2BG.jpg');
	background-repeat: no-repeat;
}



.bodyFooter {
	display: block;
	width: 958px;
	float: left;
	height: 11px;
	background-image: url('../images/footerBarBG.gif');
	
}

.mainFooterHolder {
	display: block;
	width: 969px;
	float: left;
	
}

.mainFooterContainer {
	display: block;
	width: 969px;
	float: right;
	background-color: Fuchsia;
}

.mainFooter {
	display: block;
	/*width: 958px;*/
	width: 969px;
	height: 66px;
	float: right;
	background-image: url('../images/footerRoundBG.gif');
	background-repeat: no-repeat;
	text-align: center;
}

.contentLinks {
	display: block;
	width: 958px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #666666;
	font-family: Arial;
	line-height: 20px;
	padding-top: 15px;
}
	
.contentLinks a {
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
}

.contentLinks a:hover {
	color: #777777;
}


