@charset "UTF-8";
body {
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #003300;
}

ul {
	list-style-type: none;
}

.clearfloats {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	display: block;
}

#pagewrapper {
	width: 732px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	
}

.header {
	padding-top: 14px;
	padding-bottom: 14px;
}

.leftcolumn {
	float: left;
	width: 375px;
}

.leftcolumn.terms {
	padding-left: 16px;
}

.leftcolumn h1 {
	font-size: 2.4em;
	color: #003300;
	padding-bottom: 16px;
}

.leftcolumn.terms h1 {
	font-size: 1.5em;
}

.leftcolumn h2 {
	font-size: 1.5em;
	color: #003300;
	padding-bottom: 8px;
	}

.leftcolumn p {
	font-size: 1.2em;
	padding-bottom: 16px;
	line-height: 1.4em;
}

.leftcolumn a {}

.leftcolumn a:hover {}

.quote {
	display: block;
	text-align: center;
}

.smaller{
 font-size: 9px;
}

.centrecolumn {
	float: left;
	width: 169px;
}

.rightcolumn {
	float: left;
	width: 170px;
	padding-left: 17px;
}

.bullets {
	clear: both;
}

.footer {
	padding-top: 16px;
	font-size: .9em;
}
.green {color:#003300;}
