@charset "utf-8";
.Centersection {
	width: auto;
	background-position: center center;
	vertical-align: middle;
	font-family: "Adobe Garamond Pro";
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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;
	background-color: #FFFFFF;
	font-family: "Adobe Garamond Pro";
	font-size: 100%;
	text-decoration: none;
}
.container {
	font-family: "Adobe Garamond Pro";
	background-color: #FFFFFF;
	width: 780px;
	background-position: center center;
	font-weight: 700;
	color: #000000;
}

.mainContent {
	font-family: "Adobe Garamond Pro";
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	border: thin none #000000;
	float: none;
	background-position: center;
}
.menubox {
	font-family: "Adobe Garamond Pro";
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	height: auto;
	width: 99px;
}
