/* CSS Document */

/* CSS Document */
img {
	display: none;	 
}

.aligncentre {
	text-align: center;
}
body {
	background-color: #FFFFFF0;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bold{
	font-weight: bolder;	
}
.bgdark {
	background-color: #FFFFFF;
}
.bgwhite {
	background-color: #FFFFFF;
}
.bgred {
	background-color: #FFFFFF;
}
.bgyellow{
background-color: #FFFFFF;
}
.container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
.fltleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.header {
	float: left;
	width: 960px;
	margin-top: 0px;
	height: 200px;
	display: none;	
}
.bottomsection {
	float: left;
	width: 960px;
}
.headertext {
	float: left;
	width: 960px;
	font-weight: bolder;
	margin-top: 20px;
}
.hideprint{
	display: none; 
}
h1 {
	line-height: 0.9;
	font-size: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	color: #000000;
	font-weight: bolder;
}
h2 {
	line-height: 0.9;
	font-size: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #000000;
	font-weight: bolder;
}
h3 {
	line-height: 0.9;
	font-size: 24px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	font-weight: bolder;
}

hr.style-seven {
	height: 40px;
	border-style: solid;
	border-color: #000000;
	border-width: 2px 0 0 0;
	border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
	display: block;
	content: "";
	height: 40px;
	margin-top: -41px;
	border-style: solid;
	border-color: #000000;
	border-width: 0 0 2px 0;
	border-radius: 30px;
}

.rightcolumn {
	display:none
	float: left;
	width: 150px;
	margin-left: 20px;
}
.logo {
	float: left;
	height: 200px;
	width: 416px;
}
.mainTitles {
	float: left;
	width: 380px;
}
.margbttm10 {
	margin-bottom: 10px;
}
.margtop10 {
	margin-top: 10px;
}
.margtop20 {
	margin-top: 20px;
}
.margtop25 {
	margin-top: 25px;
}
.margtop30 {
	margin-top: 30px;
}
.margtop40 {
	margin-top: 40px;
}
.margtopneg3 {
	margin-top: 10px;
}
.margbttmneg20 {
	margin-bottom: -15px;
}
.margright10 {
	margin-right: 10px;
}
.margleft10 {
	margin-left: 10px;
}
.margleft50 {
	margin-left: 50px;
}
.midcolumn {
	float: left;
	width: 960px;
	margin-right: 10px;
	margin-left: 0px;
}
.midcolumn-sub {
	margin: 10px;
	width: 450px;
	float: left;
}
.padtop3{
	padding-top: 3px;
}
.padbottom3{
	padding-bottom: 3px;
}
.size12 {
	font-size: 12px;
}
.size16 {
	font-size: 16px;
}
.size18 {
	font-size: 18px;
}
.size20 {
	font-size: 20px;
}
.size24 {
	font-size: 24px;
}
.size26 {
	font-size: 26px;
}
.size28 {
	font-size: 28px;
}
.size35 {
	font-size: 35px;
}
.size45 {
	font-size: 45px;
}
.txtspace {
	line-height: 1.35;
}
.txtspacemore {
	line-height: 1.45;
}
.txtspace2 {
	line-height: 1.7;
}
.textblack {
	color: #000000;
}
.textwhite {
	color: #000000;
}
.textyellow{
	color: #000000;
}
.textred {
	color: #000000;
}
.width960 {
	float: left;
	width: 960px;
}
.width860 {
	float: left;
	width: 860px;
}
.width120 {
	float: left;
	width: 140px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: none;
}
.width300 {
	float: left;
	width: 400px;
	margin-left: 50px;
}
.width480 {
	float: left;
	width: 480px;
}
.width800{
	float: left;
	width: 960px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

a h2 {
	color: #000000;
}
.z1{
	z-index:1
}
.z2{
	z-index:2
}


