* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#wrapper {
	background-color: #f7f7f7;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	height: auto;
	border-right-width: 0px;
	border-left-width: 0px;
}

#wrapper #logo {
	background-color: #FFF;
	height: 300px;
	background-repeat: no-repeat;
	width: 950px;
}
#wrapper #navigation {
	height: auto;
	background-color: #FFF;
	width: 950px;
	background-image: url(../Images/navigationBufferIndex.jpg);
}

#wrapper #bodyArea {
	height: auto;
	width: auto;
	background-color: #016AA3;
	z-index: -2;
	padding-bottom: 40px;
}

#wrapper #bodyArea #textArea {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}



#mainshadow #wrapper #bodyArea #internalshadow {
	background-repeat: repeat-y;
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/shadowTextArea.jpg);
}
#mainshadow #wrapper #bodyArea #internalshadow #textArea #textLeft {
	width: 780px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	float: none;
	padding-top: 50px;
}
#mainshadow #wrapper #bodyArea #internalshadow #textArea #textLeft ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 30px;
	width: 400px;
	line-height: 20px;
}
#mainshadow #wrapper #bodyArea #internalshadow #textArea #textLeft #imageHolder {
	height: 115px;
	width: 115px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: -5px;
	padding-left: 5px;
	z-index: 99999;
}


#mainshadow #wrapper #bodyArea #internalshadow #textArea #textLeft #emailForm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	height: 85px;
	width: 460px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-image: url(../Images/emailFormBackground.gif);
	background-repeat: no-repeat;
}


#mainshadow #wrapper #bodyArea #internalshadow #textArea #textLeft #textRight {
	width: 250px;
	float: right;
	padding-left: 50px;
	height: auto;
	text-align: left;
}
#mainshadow #wrapper #bodyArea #internalshadow #textArea #textLeft img {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#wrapper #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 70px;
}
#mainshadow {
	background-image: url(../Images/shadow.jpg);
	background-repeat: repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

