@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}
html body {
	height:100%;
	width:100%;
	background:#F4F3F2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636
}
a {color:#005b7f;; font-weight:bold;
}
table tr td{padding:4px;}
a:hover{text-decoration:none;}
.mainContainer {
	width:800px;
	display:block;
	margin: 0 auto;
	height:700px;
}
#containerTable {
	width:100%;
	height:100%;
	padding:0;
	margin:0px;
	border:0px;
	background:url(/_images/System/HYC_BG.jpg) no-repeat center;
}
#player{
border:1px solid #D8D8D8; width:482px;}
.bannerContainer {
	width:100%;
	height:200px;
	display:block;
}
.leftBorder {
	width:6px;
	height:100%;
	background-image:url(../_images/System/border-left.gif);
	float:left
}
.structureContainer {
	width: 782px;
	float:left;
	border:3px solid #fff;
	height: auto;
}
.rightBorder {
	width:6px;
	height:100%;
	background-image:url(../_images/System/border-right.gif);
	float:left;
}
.topBorder {
	width:790px;
	height:6px;
	background-image:url(../_images/System/border-top.gif);
	margin: 0 auto;
}
.bottomBorder {
	width:790px;
	height:6px;
	background-image:url(../_images/System/border-bottom.gif);
	margin: 0 auto;
	clear:both;
	margin-top:-7px;
}
.logo {
	width:215px;
	height:30px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:40px 0px 112px 0px;
	font-size:10px;
}
.navigation {
	width:215px;
	height:326px;
	display:block;
}
.navigation ul {
	list-style:none;
	color:#fff;
	margin-left: 2px;
}
.navigation ul li a {
	width:183px;
	height:auto;
	display:block;
	padding:10px 0px 10px 30px;
	color:#fff;
	text-decoration:none;
	background:url(../_images/System/arrow-white.gif) no-repeat;
	background-position:10px 18px;
	/*border-bottom:1px solid #afb5bb;
	border-top:1px solid #afb5bb;*/
	margin-top:15px;
	font-size: 12px;
}
.navigation ul li a:hover {
	color:#2f2f2f;
	background:url(../_images/System/arrow-black.gif) no-repeat #fff;
	background-position:10px 18px;
	display:block;
	
}
.navigation ul li ul {
	list-style-type:square;
	margin-left:45px;


}

.navigation ul li ul li a {
	border:none;
	padding:0px;
	margin:0px;
	width:150px;
}
.navigation ul li ul li a:hover {background:none; text-decoration:underline; color:#fff; 
}
.leftColumn{
	width:215px;
	height:auto;
	float:left;
}
.contentContainer {
	width:485px;
	height:445px;
	float: left;
	padding: 215px 40px 30px 40px;
}
.contentContainer h1{
	color:#00152a;
	font-weight:normal;
	font-size: 22px;
	display: block;
	float: left;
}
.contentContainer h2 {
	color:#005b7f;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	display: block;
	clear: left;
	width: 100%;
}
.contentContainer h3 {
	color:#005b7f;
	font-size:13px;
}
.contentContainer p{
	padding-bottom:10px;
}

.contentContainer ul {
	margin-left:15px;
	list-style:square;
	color:#FF9900;
	margin-bottom:5px;
	display: block;
}


.contentContainer ul .li{
	color:#363636;
}
.contentContainer .tools{
	display:block;
	width:75px;
	height:15px;
	clear:right;
	float: right;
	margin-top: 5px;
	padding: 3px;
}
.tools a{text-decoration:none; font-size:11px; font-weight:normal;}
.tools a:hover{text-decoration:underline;}
