@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
	background-color:#FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
}
#wrapper {
	margin: 0 auto;
	width: 1005px;
	text-align: left;
}
#banner {
	background:url(images/mcl_ban_tft.jpg) no-repeat;
	width:1000px;
	height:230px;
	float:left;
	z-index:1;
}
#nav {
	background:#0f1292;
	width:200px;
	height:3125px;
	z-index:1;
	float:left;
}
#contentctr {
	background:#FFFFFF;
	border-right:3px solid #CC0000;
	width:480px;
	float:left;
}
#contentctrym {
	background:#FFFFFF;
	width:780px;
	float:left;
	padding-left:20px;
}
#contentctrym table {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}
#contentctrym h2 {
	padding-left:10px;
}
#contentctr h3 {
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
}
.contentctrtext {
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
}
.contentrttext {
	padding-right:10px;
	padding-left:10px;
}
#contentrt {
	background:#FFFFFF;
	width:290px;
	float:left;
}
#contentrt ol {
	padding-left:20px;
	padding-right:10px;
}

.contentrttext1 {
	color: #FF0000;
	font-weight: bold;
	padding-bottom:10px;
}
.contentrttext2 {
	font-size: x-small;
}
#footer {
	background:url(images/footer.gif) no-repeat;
	width:1000px;
	height:150px;
	float:left;
	padding-top: 50px;
}
a:link {
	color: #9A0000;
	text-decoration: none;
}
a:visited {
	color: #0F1292;
	text-decoration: none;
}
a:hover {
	color: #F3C903;
	text-decoration: none;
}
a:active {
	color: #000033;
	text-decoration: none;
}
.left {
	float: left;
	border: thin solid #9A0000;
	margin-left:10px;
	margin-right: 8px;
}
.contentctrymbox {
	padding: 10px;
	border: thin double #9A0000;
}

.right {
	float: right;
	border: thin solid #9A0000;
	margin-left: 8px;
}
#contentctrym ul {
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	list-style: disc inside;
}
#contentctr ul {
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	list-style: disc inside;
}
.notice {
	font: italic bold normal 14px Arial, Helvetica, sans-serif;
	color: #CC0000;
	padding: 10px;
	height: 75px;
	width: 400px;
	border: 5px double #0F1292;
	margin-left: 20px;
}
hr {
	color:#000099;
	padding-left:20px;
	padding-right:20px;
}
.style5 {
	color: #FF0000;
	font-weight: bold;
}
.style6 {font-size: medium}
.style7 {color: #FF0000}
.style8 {
	font-size: medium;
	color: #FF0000;
	font-weight: bold;
}
.style9 {color: #9A0000}

.thanks {
	font-size:18px;
	font-weight:bold;
	color:#F00;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
}
