@charset "utf-8";
html,body,div,span{
margin:0;
padding:0;
}
html, body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	background-color: #B3E3E7;
	height:100%;
	background-image: url(images/r03-1.jpg);
}
img {
	border:none;
}
a:active, a:focus {outline:none;}
a {
	color: #16186B;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

#MainContainer {
	height: 100%;
	width: 1000px;
	margin: auto;
	background-color: #B3E3E7;
}
#Header {
	height: 100px;
	width: 100%;
	margin-bottom: 10px;
	vertical-align: middle;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#LeftCol {
	width: 250px;
	float:left;
	margin-right:5px;
}
#RightCol {
	width: 745px;
	float: right;
}
#footer{
	width:100%
	color:#999999;
	height:50px;
	text-align: center;
	vertical-align: middle;
	color: #666666;
}
.clear {
	clear:both;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}


/*---------------------list & lnb start here------------------------------*/
.LeftMenu {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	width: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.LeftMenu li {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	padding-left:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #CEEEF0;
	background-position: left;
}

.LeftMenu li a{
	color:#333333;
	display:block;
	padding:3px;
	padding-left:9px;
	text-decoration: none;
}
.LeftMenu li a:hover{
	color:#ffffff;
	background-color: #7BD0D7;
}
.LeftMenu li .selected{
	color: #ffffff;
	color:#ffffff;
	padding-left:9px;
	background-color: #54C2CB;
}
.LeftMenu li a .sublink {
	color:#333333;
	padding-left:15px;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	background-position: left;
	}

/*---------------------list & lnb close here------------------------------*/
.bg_index {
	background-image: url(images/mainImage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.enter_but {
	margin-left:890px;
	margin-top:300px;
}
p {
	line-height: 18px;
	padding-right: 10px;
}
