html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #ffffff;
/*	background-image: url(i/page_bg.gif); */
/*	background-repeat: repeat-x; */
/*	background-position: top center; */
	background-color: #FBA325;
}

html, body, h1, h2, h3, h4, h5, h6, p, div, small, big, th, td, ul, ol, dl {
	font-family: arial, geneva, sans-serif;
	font-size: 11px;
}
body, th, td, p {
	font-size: 10px;
	line-height: 1.5em;
}

ul, ol {
	margin: 0em;
	padding: 0;
}
li {
	margin-left: 1.5em;
	padding: 0;
}
form {
	margin: 0;
}

a:link {
	color: #000066;
	background-color: transparent;
}
a:visited {
	color: #440044;
	background-color: transparent;
}
a:active {
	color: #990000;
	background-color: transparent;
}
a:hover {
	color: #220044;
	background-color: transparent;
}

td.address {
	font-size: 10px;
	color: #ffffff;
}
td.address a:link, td.address a:visited {
	color: #ffffff;
	text-decoration: none;
}
td.address a:active, td.address a:hover {
	color: #ffffff;
	text-decoration: underline;
}


td.footnav {
	font-size: 10px;
	color: #683F76;
}
td.footnav a:link, td.footnav a:visited {
	font-size: 10px;
	color: #683F76;
	text-decoration: none;
}
td.footnav a:active, td.footnav a:hover {
	font-size: 10px;
	color: #683F76;
	text-decoration: underline;
}

.intro {
	color: #FBA325;
	font-size: 11px;
	font-weight: bold;
}

.hc {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 6px;
	margin: 0px;
	line-height: 1.3em;
}

.hc_head {
	color: #FBA325;
	font-size: 10px;
	font-weight: bold;
}


#content, .section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	overflow:hidden;
	width:970px;
	background-color:#C2000D;
	position:relative;
	height:428px;
	float:left;
}
.section {
	width:19000px;
	position:relative;
}

	.section .sub {
		position:relative;
		float:left;
		padding:0px;
		width:970px;
		height:428px;
	}
li.sub {
	margin: 0;
	padding: 0;
}
