@charset "UTF-8";
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	background-color: #000;
	
}

.oneColFixCtr #container {
	width: 750px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:14px;
	background-color: #D6F3F7;
	height: auto;
	margin: auto;
}

.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	background-color: #9CE3E7;
	height:60px;
	width: 750px;
	text-align: center;
	}
	
.oneColFixCtr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

.BannerHome {
	width: 540px;
	height:315px;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
.BannerScroll {
	width: 600px;
	height: 50px;
	}

.BannerInPrint {
	width: 750px;
	height:125px;
}

.floating {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

.stylebold1 {	font-size: 12px;
	font-weight: bold;
}
 
.styleredital {
	color: #CC0000;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}
.stylebold {
	font-size: 14px;
	font-weight: bold;
}
.mainContent {
	float: left;
	width: 730px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	background-color: #D6F3F7;
}
.mainContentRight {
	float: right;
	width: 185px;
	clear: both;
}
.mainContentLeft {
	float: left;
	width: 275px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.imageblock {
	width: 570px;
	float: left;
}
p {
	font-size:14px
}

p12 {font-size:12px}

