﻿.pageDiv {
	clear: both;
 }

.leftDiv {
    width: 275px;
	float: left;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 10px;
}
.testHeader {
    font-weight: bold;
    margin-bottom: 15px;
}
.testItem {
    border-top: 1px solid #ADD8E6;
}
.brochureHeader {
    font-weight: bold;
    padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ADD8E6;
}
.brochureItem {
    font-size: 10px;
    font-weight: bold;
	margin-left: 10px;
    padding-bottom: 3px;
	border-bottom: 1px solid #ADD8E6;
}
.brochureItem a {
    color: #000;
    text-decoration: none;
}
.brochureItem a:hover {
    color: #666;
    text-decoration: underline;
}
.otherLogos {
    margin-top: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
}
.rightDiv {
    width: 470px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
}
.section{
	float: left;
	width: 85px;
	padding-right:15px;
	padding-bottom:20px;
}
.section2{
	float: left;
	width: 85px;
	padding-right:15px;
	padding-bottom:10px;
}
.sectionHeader{
    font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
.sectionIcon{
	margin-bottom: 19px;
	text-align: center;
}
.para{
	text-align:left;
}
h4 {
    font-size: 12pt;
	margin: 0px;
}
p {
	margin-bottom: 20px;
}