@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFE6;
}
.shadow  {
	width: 816px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../Images/Gradient.png);
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: FFFFE6;
	width: 800px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.PageInformation {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.Footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
td img {display: block;}
.Banner {
	height: 235px;
	width: 800px;
}
.BottomShadow {
	height: 16px;
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}	
.NetworkingGraphicTitle {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	margin-top: -30px;
}

.hideForBot {
	display: none;
}