*{
	font-family: 'chevinpromedium';
	color:#000000;
}
html{
    overflow-y: scroll;
}
body{
	background-color:#CCCCCC;
	padding:0px;
	margin:0;
}
h2{
	 font-size:30px;
	 padding:0;
	 margin:0;
}
p{
	padding:0;
	margin:0 0 10px 0;
}
.pageWrap{
	width:1000px;
	margin:0 auto;
	padding-bottom:25px;
	background-color:#999999;
}
.header{
	width:1000px;
	position:relative;
	height:75px;
	background-color:#f3f5fa;
	border-bottom: 8px solid #96b5c6;
	text-align:left;
}
.header > h2{
	position:absolute;
	right:25px;
	bottom: 10px;
}
.intro{
	padding:30px 30px 8px 30px;
}
.innerContent{
	width:950px;
	margin:25px 25px 0 25px;
	background-color:#FFFFFF;
}
.imageCol{
	padding:20px;
	margin-left:25px;
}
.imageCol > img{
	width:145px;
}
.textCol{
	padding:20px;
	width:575px;
	margin-right:25px;
}
.textCol a{
	text-decoration:none;
	font-size:18px;
	color:#567bae;
}
.externalLink{
	margin-left:25px;
}
.footer{
	width:910px;
	padding:20px;
	background-color:#FFFFFF;
}
.left{
	float:left;
}
.right{
	float:right;
}
.bold{
	font-family: 'chevinprodemibold';
}
.center{
	text-align:center;
}
.dashedDivide{	
	width:900px;
	margin:0 25px 0 25px;
	border-bottom:dashed 1px #CCCCCC;
}
.noBorder{
	border:none;
}
.hide{
	display:none;
}
.clr{
	clear:both;
}