a {
	text-decoration: underline;
	color: #006eb9;
}

a img {
	border: none;
}

body {
	margin: 0px;
	padding: 0px;
}

div.bodyWrapper {
    overflow: hidden;
}

#pageFooterOuter {
    float:left;
    z-index:200;
    height:40px;
    width:100%;
}

div.bodyContent {
    margin: 0px auto 0px auto;
}

div.bodyContentWrapper {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    margin-top: -150px;
}

div.beginColumns {
}

div.endColumns {
	clear: both;
}

h2 {
	text-align: center;
	margin-top: 0px;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #006eb9;
}

h3 {
	margin: 16px 0px 3px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 16px; 
	color: #8cc63f;	
}

ul.first {
	margin: 0px;
	padding: 0px;
}

ul li {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #757575;
}

p {
	margin: 16px 0px 0px 0px;
	padding: 0px; 
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #757575;
}

p.emphasis {
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
	font-size: 15px;
}

p.first {
	margin-top: 0px;
}

p.intro {
	margin-top: 0px;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #006eb9;
}

