@charset "UTF-8";
/* CSS Document */

A:link {
	color: #92A0C7;
	font-weight: bold;
	}
	
A:visited {
	color: #666666;
	font-weight: bold;
	}
	
A:hover {
	text-decoration: underline;
	}

body {
	background-color:#666666;
	margin: 0px;
	padding: 0px;
	color:#666666;
	}
	
h1 {
	color: #003333;
	font-size: large;
	font-weight: bold;
	}

h2 {
	color: #003333;
	font-size:medium;
	font-weight: bold;
	}
	
sup {
	vertical-align: top;
	}
	
.Site {
	width: 1008px;
	height: 648px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -504px;
	padding: 0px;
	background-color: white;
	}

.Site img {
	border:0px;
	padding: 0px;
	margin: 0px;
	}
	
.header {
	width: 1008px;
	height:148px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
.menu {
	width: 193px;
	height: 225px;
	position: absolute;
	top: 148px;
	left: 0px;
	}
	
.submenu {
	width: 105px;
	height: 225px;
	position:absolute;
	top: 148px;
	left: 193px;
	}
	
.left {
	width: 335px;
	height: 275px;
	position:absolute;
	bottom: 0px;
	left: 0px;
	}
	
.easyto {
	width: 311px;
	height: 87px;
	position:absolute;
	bottom: 0px;
	left: 336px;
	}
	
.right {
	width: 362px;
	height: 345px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	}
	
.Content {
	width: 340px;
	height:430px;
	overflow: auto;
	padding-right: 10px;
	position: absolute;
	top: 100px;
	left: 300px;
	z-index: 10;
	}
	
.banner {
	width: 1008px;
	height: 90px;
	position: absolute;
	top: 648px;
	left: 50%;
	margin-left: -504px;
	}
	
.Video {
	width: 450px;
	height: 350px;
	position: absolute;
	top: 100px;
	left: 300px;
	z-index: 400;
	}
	
.ScrollingText {
	width: 220px;
	height: 240px;
	position: absolute;
	top: 150px;
	right: 40px;
	z-index: 500;
	}
	
.PDFlink {
	width: 365px;
	position: absolute;
	top: -10px;
	left: -35px;
	}
