@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
#container {
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	background-position: 0px 0px;
	margin-top: 1%;
	margin-bottom: 0px;
}
#header {
	position:absolute;
	left:0;
	top:0px;
	width:900px;
	height:103px;
	z-index:5;
}
#favicon {
	position:absolute;
	left:800px;
	top:5px;
	width:90px;
	height:20px;
	z-index:2;
}
.faviconText {
	color: #AFAFAF;
}
#mainBG {
	position:absolute;
	width:60px;
	height:580px;
	z-index: 0;
	clip: rect(2px,auto,auto,auto);
	visibility: visible;
	top: 0px;
	right: 810;
	left: 915px;
}
#copyright {
	position:absolute;
	left:280px;
	top:605px;
	width:600px;
	height:20px;
	z-index:1;
	text-align: right;
	color: #7D7D7D;
}
#copyright a:link, #copyright a:visited {
	font-size: 9px;
	color: #666;
	font-weight: bold;
}
#copyright a:hover {
	color: #72AFB6;
}
#mainContent {
	position:absolute;
	top:103px;
	width:850px;
	height:273px;
	left: 0px;
	padding-top: 155px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #72AFB6;
	padding-right: 25px;
	padding-left: 25px;
	overflow: visible;
}
#mainBanner {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:120px;
	z-index:0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1E1E1E;
}
body {
	background-color: #1E1E1E;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #72AFB6;
	line-height: 30px;
}
h3 {
	font-size: 12px;
	font-weight: bolder;
	color: #333;
}
h4 {
	font-size: 11px;
	font-weight: bolder;
	color: #333;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}
p {
	font-size: 10px;
	line-height: 12px;
	color: #1E1E1E;
	font-weight: normal;
	text-align: justify;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
td p {
	padding-right: 20px;
	padding-left: 20px;
}
td h4 {
	padding-left: 20px;
	paddiing-right: 20px;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
#footer {
	position:absolute;
	left:0px;
	top:543px;
	width:900px;
	height:45px;
	z-index:1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #72AFB6;
	background-color: #EBEBEB;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}
#footer a:link, #footer a:visited {
	font-size: 11px;
	color: #1E1E1E;
	font-weight: bold;
}
#footer a:hover {
	color: #72AFB6;
}
#leftFoot {
	position:absolute;
	left:78px;
	top:29px;
	width:750px;
	height:20px;
	z-index:1;
	text-align: center;
	color: #7D7D7D;
	font-size: 10px;
}
#leftFoot a:link, #leftFoot a:visited {
	font-size: 10px;
	color: #666;
	font-weight: bold;
}
#leftFoot a:hover {
	color: #72AFB6;
}

