* {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
}
body {
	background-color: #FFFFFF;
	background-image: url(../Images/BODYBG.gif);
	background-repeat: repeat-x;
}
a {
	color: #333333;
	border: 0px dashed #666666;
}
a:hover {
	color: #FF9900;
}


img {
	display: block;
	border: 0px dashed #0000FF;
}
#BG {
	background-image: url(../Images/Bg_main_04.jpg);
	background-repeat: repeat-y;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#container {
	background-image: url(../Images/Bg_main_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#head {
	position: relative;
	height: 175px;
}
#nav {
	position: absolute;
	top: 150px;
	left: 20px;
}
#nav a {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../Images/btn_nav0.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 16px;
	width: 77px;
	margin-right: 2px;
	text-align: center;
	padding-top: 9px;
}
#nav .thispage {
	color: #000000;
	background-image: url(../Images/btn_nav1.gif);
}
#main {
	margin-top: 8px;
}
#leftcontent {
	display: inline;
	float: left;
	width: 200px;
}
#megcontent {
}
#megcontent table {
	margin-top: 10px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 18px;
	font-size: 14px;
	color: #FF9C00;
}
#megcontent li {
	background-image: url(../Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

#megcontent a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
}
#megcontent a:hover {
	color: #CCFF00;
}
#maincontent {
	display: inline;
	float: left;
	width: 675px;
}
#textcontent {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#foot {
	clear: both;
	float: none;
}
#downlist {
	margin: 10px;
}

