 @charset "utf-8";
/* CSS Document */
/* Headers */

body, html, p, a, li, h1, h2, h3, h4, h5, h6, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
p{
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
#Container, #content, #Content, #Content #Graphic, #Content #Graphic #ScrollText {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: auto;
	width: auto;
}
#Header h1 img {
	clear:both;
	display:block;
}
#Nav, #SubNav, #TriNav, #TxtSize {
	display:none;
}
#Footer {
	clear: both;
	float: none;
	width: auto;
	margin: 0px;
	padding-top: 15px;
}
#Footer hr {
	background-color: transparent;
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #000;
	width:400px;
	height: 1px;
}
#Footer ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	text-align: center;
	width:auto;
}
#Footer ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	width:auto;
}
#Footer ul li a {
	display:none;
}
