@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	min-height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	height: 124px;
}
#wrap {
	width: 914px;
	margin: 0 auto;
	height: 124px;
	background-color: #FFFFFF;
}
img {
	border: none;
}
.imgBanner {
	float: left;
	margin-top: -8px;
	margin-bottom: 16px;
	margin-left: 27px;
}
.imgLogo {
	float: left;
	margin-left: 27px;
	margin-top: 30px;
}
#mainContent {
	width: 100%;
	margin: 0 auto;
}
#topper {
	width: 914px;
	background-image: url(images/content-top.png);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContainer {
	width: 914px;
	margin: 0 auto;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
}
#colLeft {
	width: 566px;
	float: left;
	margin-left: 30px;
	margin-right: 20px;
}
#colRight {
	width: 270px;
	float: left;
	display: inline;
}
.imghands {
	margin-top: 24px;
}
h1  {
	font-size: 2.3em;
	margin-bottom: 8px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #7592A0;
}
#colLeft h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 8px;
	color: #7592A0;
	letter-spacing: -1px;
}
h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 8px;
	color: #7592A0;
	letter-spacing: -1px;
	padding-bottom: 6px;
}
a {
	color: #E80070;
	text-decoration: none;
}
a:hover {
	color: #EA9D01;
}
#colRight a[href$=".pdf"], #colRight a[href$=".PDF"], #colRight a.pdf {
	padding: 2px;
	padding-left: 24px;
	background: url(images/acrobat.png) no-repeat left center;
}

p {
	font-size: 1em;
	line-height: 22px;
	color: #999999;
	margin-bottom: 10px;
}
#colLeft ul {
	list-style-type: none;
	margin-bottom: 14px;
	margin-top: 4px;
}
#colLeft ul li {
	padding: 2px 0 0 18px;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	padding-bottom: 6px;
	line-height: 16px;
	color: #999999;
}
#colRight ul {
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 4px;
}
#colRight ul li {
	font-size: 1em;
	line-height: 22px;
	color: #999999;
}
#colRight ul li a {
	color: #DA006E;
}
#colRight ul li a:hover {
	color: #EA9D01;
}
.clearThin {
	clear: both;
	height: 2px;
}
#footer {
	text-align: center;
	background-image: url(images/content-bot.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ACBEC7;
	height: 160px;
	padding-top: 60px;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
	padding-right: 10px;
	font-size: 1em;
	padding-left: 10px;
	color: #FFFFFF;
}
#footer ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #FFFFFF;
}
#footer p {
	font-size: 1em;
	color: #666666;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.contactForm {
	float: left;
	width: 270px;
	overflow: hidden;
}
.italics {
	font-style: italic;	
}	
input, textarea {
	display: block;
	width: 266px;
	float: left;
	padding: 4px 0 4px 0;
	font-size: 14px;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, sans-serif;
	color: #999999;
	border: 1px solid #CCCCCC;
}
label {
	text-align: left;
	width: 260px;
	font-size: 1em;
	display: block;
	float: left;
	margin-bottom: 6px;
	margin-top: 4px;
	color: #999999;
}
.submit {
	width: 100px;
	background-color: #DA016F;
	color: #FFF;
	font-size: 14px;
	float: left;
	display: inline;
	clear: left;
	border: 0;
	margin-top: 8px;
}
.submit:hover {
	cursor: pointer;
	background-color: #EA9D01;
}
em {
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #DA006E;
}
.success {
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #EA9D01;
	margin-bottom: 20px;
}
.error {
	margin-bottom: 20px;
	font-style: normal;
	font-weight: bold;
	color: #DA006E;
}
div.contactForm em.error, div.contactForm form em {
	color: #DA006E;
	font-style: normal;
}
.honeypot {
	margin-left: -9999px;
}
