@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #333333;
	
}
.center {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.line {
	background-color: #000000;
	height: 8px;
}
#MAIN #TOP {
	height: 200px;
	background-color: #CCCCCC;
	text-align: center;
	background-image: url(../images/heder2.jpg);
}
#MAIN.line #TOP span {
	margin-top: 80px;
}
#MAIN #HEADER_IMG {
	background-color: #fff;
}
#MAIN #HEADER #LEFT_IMG {
	background-color: #fff;
	float: left;
	height: auto;
	width: 180px;
	height: 180px;
}
#MAIN #HEADER #RIGHT_IMG {
	background-color: #fff;
	float: right;
	width: 180px;
	height: 180px;
}
#MAIN #HEADER #CENTER_HEADER {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	text-align: justify;
}
#MAIN #BODY {
background-color: #FFFFFF;
}
#MAIN #BODY #LEFT_Column {
	float: left;
	width: 180px;
}
#MAIN #BODY #RIGHT_Column {
	float: right;
	width: 180px;
}
#MAIN #BODY #CENTER_Column {
	
	margin-right: 180px;
	margin-left: 180px;
	
}
.headerText {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 180px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.bodyText {
	padding: 20px;
	text-align: justify;
}
#NAVIGATION {
	background-color: #5A1213;
	height: 30px;
	color: #FFFFFF;	
}
#NAVIGATION ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align: center;
}
#NAVIGATION li {
	display:inline;
	line-height: 30px;
	
}
#NAVIGATION li a {
	color:#FFFFFF;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
}
.linkBorderLeft{
border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	}
#NAVIGATION li a:hover {
	text-decoration: underline;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.pageTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: 8px;
	line-height:110%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #6F131C;
	text-align: center;
}
.subTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 3px;
	line-height:110%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}

#SUB_MENU ul{
	padding-left: 10px;	
}
#SUB_MENU li{
	text-align: left;
	list-style-image: url(../images/bullet_go.gif);
	list-style-type: square;
	line-height: 30px;
	list-style-position: inside;
}
#SUB_MENU li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A1213;
}
#SUB_MENU li a:hover {
	background-color: #CCCCCC;
}
.textBox {
	width: 100%;
	border: 1px solid #CCCCCC;
}
.star {color: #FF0000;}
.hrLine {
	height: 3px;
	padding-top: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.baner {
	padding: 20px;
	height: 240px;
	background-image: url(../images/baner.gif);
	background-repeat: no-repeat;
}

