@font-face{
	font-family: 'MuseoSans';
	src: url(/sys/MuseoSans.eot);
	src: url(/sys/MuseoSans.eot?#iefix) format('embedded-opentype'),
		url(/sys/MuseoSans.woff) format('woff'),
		url(/sys/MuseoSans.ttf) format('truetype'),
		url(/sys/MuseoSans.svg#MuseoSans500) format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
    margin: 0;
	padding: 0;
	height: 100%;
	background: url(../images/bg_image.jpg) no-repeat center center fixed;
	background-size: cover;
	overflow-y: scroll;
	font-family: "MuseoSans", Sans-Serif;
}
body {
	color: #000;
	margin: 0;
	padding: 0;
}
a {
	border:none;
	outline: none;
    text-decoration: none;
	color: #0071B5;
}
a img {
	border: none;
}
#Header {
	background-color: #fff;
	opacity: 0.95;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100px;
	margin: 0px auto;
	
	border-bottom: 1px  #363636;
	
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
#Header div {
	position: relative;
	width: 900px;
	height: 100px;
	margin: 0px auto;
}
#Header span {
	letter-spacing: -2px;
	color: #00335d;
	font-size: 48pt;
	line-height: 70px;
}
#Main {
	position: absolute;
	width: 960px;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0px auto;
	
	letter-spacing: -1px;
	line-height: 20pt;
	font-size: 14pt;
}
#Main ul {
	position: absolute;
	top: 0px;
	left: 660px;
	width: 300px;
	float: left;
	padding: 5px 0px;
	margin: 0;
	list-style-type: none;
	background-color: #fff;
	opacity: 0.95;
	border-left: 1px  #363636;
	border-bottom: 1px  #363636;
	border-right: 1px  #363636;
	
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
#Main ul li {
	height: 40px;
	font-size: 12pt;
	padding: 5px 20px;
	text-align: right;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#Main ul li:hover {
	background-color: #fff;
	opacity: 0.8;
	height: 50px;
}
#Main ul li div#liT {
	font-size: 14pt;
	font-weight: bold;
	position: relative;
	padding: 0;
	margin: 0;
	
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#Main ul li:hover div#liT {
	color: #007eb8;
}
#Main div[name="Content"] {
	background-color: #fff;
	opacity: 0.95;
	padding: 20px;
	width: 600px;
	border: 1px #363636;
	margin: 10px;
	margin-bottom: 50px;
	
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#Main div[name="Content"] span {
	letter-spacing: -2px;
	font-size: 20pt;
}

#Footer {
	background-color: #fff;
	font-size: 10pt;
	padding: 2px 2px 0px;
	opacity: 0.9;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 30px;
	border-left: 1px  #363636;
	border-top: 1px  #363636;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}

#FooterB {
	width: 900px;
	margin: 0px auto;
	line-height: 30px;

}


