@charset "utf-8";

body {
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg_image.png);
}
.oneColFixCtrHdr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header_bg.png);
	height: 185px;
	width: 1024px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/body_bg.png);
	height: 547px;
	width: 1024px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer_bg.png);
	height: 57px;
	width: 1024px;
}
.html {
}
.style20 {font-size: 16px; font-weight: bold; color: #FFFFFF; }
.style21 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style22 {
	font-size: 14px
}
.style23 {
	font-size: 12px;
	color: #FF0000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #F09F7D;
}
a:active {
	text-decoration: none;
}
.email_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.main_content {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

