@charset "UTF-8";
/* CSS Document */

#contentArea {
	min-height: 1100px;
}

#mainContent {
	background-image: url(../images/homeImage.jpg);
	background-repeat: no-repeat;
}
#mainContent img {
	border: none;
}
#contentArea #twocolumnOne {
	width: 275px;
	margin-top: 20px;
}
#contentArea #twocolumnOne img {
	float: left;
	margin-right: 5px;
}
#contentArea #twocolumnTwo {
	width: 275px;
	margin-top: 50px;
}
#contentArea #twocolumnTwo img {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}

/*Satellite Links layout*/
#satellites {
	width: 525px;
	margin-top: 30px;
}
#satellites div {
	height: 90px;
}
#satellites div img {
	float: left;
	margin-right: 20px;
	border: none;
}

/*End Satellite Links Layout*/
h2 {
	clear: left;
}
/* IE7 hack - Only IE7 will see this*/
#contentArea #twocolumnTwo {
	*margin-top: 0px;
}
#contentArea #twocolumnOne {
	*margin-top: 0px;
}
/*End IE7 hacks*/
#contentArea .twoColumnThree {
}
h3 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
h2 {
	padding-top: 20px;
}