@charset "utf-8";


html, body {
	background: #B0E2F9;
	background-image:url(/images/background.jpg);
	background-position:top;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	height:auto;
	min-width:1000px;
}	
.clearer {
	clear:both;
	width:100%;
	height:0;		
}
.horizontalSpacer {
	width: 1000px;
	height: 25px;
	clear:both;
}
.horizontalSpacer2 {
	width: 1000px;
	height: 10px;
	clear:both;	
}	
.contentArea {
	width: 1000px;
	min-width:1000px;
	height:auto;
	margin:0 auto;
}	
a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#eb0a8d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	text-decoration:underline;
}	
a:visited {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#eb0a8d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#59b2da;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	text-decoration:none;

	
		
	
	
/*Homepage - Styles*/	
}
.header {
	width: 1000px;
	height: 370px;
	min-width: 1000px;
	margin:0 auto;
}	
.homeContent {
	width: 960px;
	min-width:960px;
	background-color:#446574;
	height:660px;
	margin:0 auto;		
}	
.column1 {
	width: 465px;
	height:100px;
	float:left;
	margin: 0 0 0 10px;
	_margin-left:5px;
	color:#FFFFFF;
	font-size:12px;
}	
.featuredImage {
	width: 465px;
	height:300px;
	margin: 0 0 10px 0;
	background-color:#f4e816;	
}	
.column2 {
	width: 465px;
	height:100px;
	float:left;
	margin: 0 0 0 10px;
	_margin-left:5px;	
}	
.featuredCopy {
	width: 465px;
	height:300px;
	margin: 0 0 0 0;
	background-color:#FFF;	
}	
.featuredCopy h1 {
	margin: 0 0 0 24px;
	_margin-left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	letter-spacing: -1px;
	color:#eb0a8d;
}	
.featuredCopy p {
	margin: 10px 0 0 24px;
	_margin-left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	width:415px;
	text-align:justify;
	line-height:18px;	
}	
.bottomLogos {
	width: 960px;
	min-width:960px;
	background-color:#fff;
	height:55px;
	margin:0 auto;
}	
.bottomLogos img {
	margin:0 0 0 0;
	float:left;	
}	
.bottomLogos a:link {
	font-family: "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	letter-spacing: -1px;
	color:#59b2da;
	margin:10px 20px 0 0;
	float:right;
	text-decoration:none;
}	
.bottomLogos a:visited {
	font-family: "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	letter-spacing: -1px;
	color:#59b2da;
	margin:10px 20px 0 0;
	float:right;
	text-decoration:none;	
}
.bottomLogos a:hover {
	font-family: "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	letter-spacing: -1px;
	color:#eb0a8d;
	margin:10px 20px 0 0;
	float:right;
	text-decoration:none;
}	
.homeNavDivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color: #fff;
	text-decoration: none;	
	margin:0 4px 0 4px;
	_margin-left: 2px;

}	
.copyright {
	width: 960px;
	min-width:960px;
	background-color:#d8f1fd;
	height:25px;
	margin:0 0 50px 20px;
	_margin-left:10px;
}	

.copyright p {
	font-size:11px;
	margin:7px 20px 0 0;
	float:right;
	
