html {
	height:100%
}
body {
	background-color: #FFFFFF;
	height: 100%;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: 12px;
}
.bodytext {
	font-size: 125%;
	line-height: 18px;
}

#pagewrap {
	width: 100% ;

}
#navbox, #flashbox, #persistentnavbox, #rightcontent {
	display:none;
}
#leftcontent {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
li {
	font-size: 100%;
}
#leftcontent li {
	font-size: 120%;
}
#leftcontent li li {
	font-size: 100%;
}
#leftcontent p {
	font-size: 125%;
	line-height: 18px;
}
#leftcontent div {
	font-size: 125%;
	line-height: 18px;
}
#footer {
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 10px;
}
.footertext {
	font-size: 14px;
	
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h3 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 200%;
	color: #CC0000;
	text-transform: uppercase;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
}
h4 {
	font-size: 150%;
	color: #000000;
}
h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #990000;
	letter-spacing: 0.1em;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
h6 {
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#headerprint {
	width: 100%;
}

