@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #39403D;
	top: 0px;
	background-color: #78857E;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-top: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

}
.style1 {
	color: #39403D;
	font-size: 21px;
	font-family: "Tw Cen Mt";
}
.style2 {
	color: #39403D;
	font-size: 10px;
	font-family: "Tw Cen Mt";
}
.style3 {
	color: #2E4952;
	font-size: 16px;
	font-family: "Tw Cen Mt";
}
.style4 {
	color: ##39403D;
	font-size: 11px;
	font-family: "Verdana";
}
a:link {
	color: #2E4952;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2E4952;
}
a:hover {
	text-decoration: underline;
	color: #2E4952;
}
a:active {
	text-decoration: none;
	color: #2E4952;
}
