@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	font-size: 16px;
}
.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFF66;
	background-image: url(../image/bg_dark.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 60px;
}
.oneColFixCtr #container_1 {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFF66;
	background-image: url(../image/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 60px;
}
.oneColFixCtr #container_2 {
	width: 980px;
	margin: 0 auto; /* 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. */
	background-color: #FFFFFF;
	background-image: url(../image/bg_dark.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FF9;
	text-align: left;
	overflow: auto;
	padding-top: 0px;
	height: 585px;
}
.oneColFixCtr #mainCenter {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FF5;
	text-align: center;
	overflow: auto;
	height: 585px;	
}
MainHeader {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	background-color: #FF0;
	text-align: center;
}
.MainHeader {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	background-color: #FF4;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.HeadMenu {
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	white-space: normal;
	height: 23px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #container #mainContent p {
	font-weight: bold;
	font-size: 16px;
	color: #FF9;
	text-align: justify;
}
.oneColFixCtr #container #mainContent cen table p1 {
	text-align: left;
}
.oneColFixCtr #container #mainContent cen h6 {
	text-align: center;
	color: #FF9;
}
.oneColFixCtr #container_1 #mainCenter p {
	color: #FF9;
}
.oneColFixCtr #container_2 #mainCenter p {
	color: #FF9;
	text-align: center;
}
.oneColFixCtr #container_1 px {
	font-size: 8px;
}
.oneColFixCtr #container #mainCenter pi {
	text-align: justify;
}
.oneColFixCtr #container #mainContent ul li {
	text-align: left;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #FF0;
}
a:active {
	color: #FF0;
}
.oneColFixCtr #container #mainContent h1 {
	text-align: center;
}
.oneColFixCtr #container #mainContent ul {
	color: #FF9;
}
.oneColFixCtr #container #mainContent cen p {
	text-align: center;
}
.oneColFixCtr #container #mainContent cen h2 {
	text-align: center;
}
.oneColFixCtr #container #mainContent cen table {
	font-size: 14px;
}
.oneColFixCtr #container #mainContent cen table {
	color: #FF9;
}
.oneColFixCtr #container #mainContent cen table tr th {
	text-align: center;
}
.oneColFixCtr #container #mainContent table {
	color: #FF9;
}
.oneColFixCtr #container #mainContent p {
	text-align: center;
}
.oneColFixCtr #container #mainAligned h1 {
	text-align: center;
}
.oneColFixCtr #container #mainAligned ul {
	color: #FF9;
}
.oneColFixCtr #container #mainAligned cen p {
	text-align: center;
}
.oneColFixCtr #container #mainAligned cen h2 {
	text-align: center;
}
.oneColFixCtr #container #mainAligned table {
	color: #FF9;
}
.oneColFixCtr #container #mainAligned p {
	text-align: center;
}
.oneColFixCtr #mainCenter .tbl {
	text-align: left; color: #FF9;
}

