@charset "utf-8";
body {
	background: #999999;
	margin: 0px;
	padding: 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 1.3;
}
/* text default field */
input, select, textarea {
	font-size: 100%;
}
LI LI, LI P, BLOCKQUOTE P {
font-size:1em
}


/* basic typography */
p,
li,
ol {
	line-height: 1.4em;
}

p,
ul,
ol {
	margin-top: 5px;
	margin-bottom: 15px;
}
ol li,
ul li {
	margin-left: 20px;
}
ol li {
	list-style: decimal;
}
strong {
	font-weight: bold;
}
.center {
	text-align: center;
}


a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	padding: 1px 3px;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
H1 {
	background: #666666;
	color: #FFFFFF;
	width: 100%;
	margin-left: -35px;
	padding-left: 35px;
	padding-right: 36px;
	text-align: center;
	display: block;
	margin-bottom: 35px;
	font-size: 1.8em;
	font-weight: bold;
}  
H2 {
	color: #333333;
	font-size: 1.7em;
	font-weight: bold;
}  /* displayed at 18px */
H3 {
	color: #184890;
	font-size: 1.2em;
	font-weight: bold;
}  /* displayed at 15px */
H4 {
	color: #333333;
	font-size: 1.5em;
	font-weight: bold;
}  /* displayed at 12px */
H5 {
	color: #29537D;
	font-size: 1.3em;
	font-weight: bold;
}
H6 {
	font-size: 1.2em;
	font-weight: bold;
}
h1 a {
	color: #CC0000;
	text-decoration: none;
}
h2 a {
	color: #333333;
	text-decoration: none;
}
h3 a {
	color: #184890;
	text-decoration: none;
}
h4 a {
	color: #333333;
	text-decoration: none;
}
h5 a {
	color: #29537D;
	text-decoration: none;
}
H1 a:hover,
H2 a:hover,
H3 a:hover,
H4 a:hover,
H5 a:hover,
H6 a:hover {
	color: #333333;
}
#wrapper {
	width: 850px;
	margin: 30px auto 0px;
}
#wrapper #header {
	background: url(images/header.png) no-repeat center bottom;
	height: 5px;
	width: 854px;
}

#content-wrapper {
	border-right: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	width: 846px;
	background: url(images/bg.png) left top;
	font-size: 1.4em;
	color: #333333;
}
#spacer   {
	padding: 12px;
	width: 775px;
}
#content {
	background: #FFFFFF url(none);
	width: 800px;
	margin: -1px auto;
	position: relative;
}
.logo {
	height: 141px;
	width: 472px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}
#wrapper #footer {
	background: url(images/footer.png) no-repeat center top;
	height: 5px;
	width: 854px;
	margin-bottom: 25px;
}
table #formtext p,
table #formtext #address,
table #formtext #comments,
table #formtext #phone2,
table #formtext #mobile,
table #formtext #firstName,
table #formtext #lastName,
table #formtext #city,
table #formtext #state,
table #formtext #zipCode,
table #formtext #email {
	font-size: 16px;
	margin: 8px 0px 0px;
	padding: 0px;
}

