@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1032px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
}
#mainContent {
	margin-top: 65px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 44px;
	padding-bottom: 0;
	padding-left: 60px;
	background-color: #ebebeb;
	border: 1px solid #d6d6d6;
	height: auto;
}
#mainContent h1 {
	color:#333;
}
#headerZone {
	background-color: #ebebeb;
	height: 178px;
	width: 1032px;
	background-image: url(../../images/bgGray.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
}
#headerZone img {
	position:relative;
	left:34px;
	top:26px;
}
#headerZone h1 {
	position:relative;
	left:60px;
	top:43px;
	color: #FFF;
}#mainP {
	margin-top: 15px;
	margin-left: 60px;
	width: 928px;
}
.footNote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	position:relative;
	left:30px;
}
.hyperlink1 a:link {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;	
}
.hyperlink1 a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;	
}
.hyperlink1 a:active {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;	
}
.hyperlink1 a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;	
}
