@charset "utf-8";
/* CSS Document */
body{
 	margin:0px; background-image:url(../images/pagebg.gif); 
	background-repeat:no-repeat; background-position:bottom; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	}
#MainContainer{
	margin: auto auto; width:800px; height: 800px; 
	background-image:url(../images/bgm.gif); background-repeat:repeat-x;
	font-size: 12px;
	}
#LeftSide{
	width:314px; height:763px; float:left;
	}
#RightSide{
	width:486px; height:763px; float:right; 
	background-image:url(../images/contentbg.gif); background-repeat:no-repeat;
	 }
#Container{
	 padding: 10px 50px 10px 30px; /* Top Right bottom left */
	 font-family:Arial, Helvetica, sans-serif; font-size: 12px;
	 text-align: justify; color: #FFFFFF;
	 }
#Container h1{ 
	background: #7ca2e1; color: #335a95;
	font-size: 16px; padding: 0px 0px 0px 20px;
	line-height: 30px; text-align: center; }
#Container h2{ font-size: 14px; text-align: left; }
#Container h3{ font-size: 13px; text-align: left; }
#Container p{ font-weight: normal; color:#99baea; text-align: justify; font-size: 12px; margin: 3px 5px 2px 20px; /*top right bottom left*/ }
#Container ul{ list-style-type: none; margin-left: 10px; margin-top: 0px; }
#Container ul li{ font-weight: bold; color: #ccddff; border-bottom: thin ridge #0099FF; padding: 5px 0px 0px 10px; }
/*#Container ul li p{ font-weight: normal; color:#99baea; text-align: justify; font-size: 12px; margin: 3px 5px 2px 20px; /*top right bottom left }*/
#Container ul li ul{ list-style-type: circle; }
#Container ul li ul li{ color: #99baea; font-weight: normal; font-size:12px; border-bottom: none; margin: 0px 0px 0px 30px;}

#MainMenu{
	height:15px; color:#0066FF; font-size: 11px; font-weight: bold; 
	padding-left: 10px; padding-top: 2px;
	color: #000099;
	}
#SerImage{
	height:170px;
	padding: 15px 30px 5px 10px; /* Top Right bottom left */
	}
a:hover{
	color: #000099;
	text-decoration: none; 
	}
a {
	color:#0066FF; 
	text-decoration: none;
	}

.links{
	padding: 0px 30px 5px 20px; /* Top Right bottom left */
}
.links a {color:#FFFFFF; text-decoration: none;}
.links a:hover{ color:#000066;}
.links a:active { color:#000066;}
.links h1{
	background: #3e7cd9;
	color: #335a95;
	font-size: 16px;
	padding: 0px 0px 0px 20px;
	line-height: 30px;
}
.links ul{
	list-style-type: none;
	padding-right: 30px;
}
.links ul li{
	line-height:20px;
	border-bottom: thin ridge #0099FF;
	}
.links ul li ul{
	list-style-type: none;
	}
.links ul li ul li{
	line-height:17px;
	font-size:10px;
	border-bottom: none;
	}

#footer{
	clear:both;
	width:400px; float: right; margin-right: 53px;
	background: #476fb2;
	color: #092451;
	font-size: 10px;
	padding: 1px 0px 2px 0px;
	text-align: center;
}