#container {
	position: relative;
	width: 815px;
	height: auto;
	padding: 0px;
	background-image: url(../images/background-container2.jpg);
	background-repeat: repeat-y;
	float: left;
}

#centerCol {
	position: relative;
	float: left;
	width: 390px;
	height: auto;
	background-color: transparent;
	border-top: 4px solid white;
	border-right: 4px solid white;
	border-bottom: none;
	border-left: 4px solid white;
}

#centerCol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #315589;
	margin: 0px;
	padding: 10px 15px 5px 15px;
}

#centerCol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	padding: 5px 15px 5px 15px;
	line-height: 1.5em;
}

.centerColImg {
	width: 390px;
	border-bottom: 4px solid white;
}

#centerColBox {
	position: relative;
	width: 362px;
	height: auto;
	background-color: #EDF3DD;
	border: 4px solid white;
	margin: 20px 10px 50px 10px;
	float: left;
	display: inline;
}

#centerColBox h1 {
	font-weight: bold;
	font-size: 11px;
	padding: 20px 10px 0px 75px;
	margin: 0px;	
	line-height: 1.25em;
}

#centerColBox p {
	font-weight: normal;
	padding: 5px 10px 5px 75px;
	margin: 0px;	
	line-height: 1.25em;
}

#rightCol {
	position: relative;
	float: left;
	width: 230px;
	height: auto;
	border-top: 4px solid white;
	background-color: transparent;
}

.rightColHeaderImg {
	position: static;
	padding: 20px 0px 10px 15px;
}

#rightCol h1 {
	position: relative;
	width: 180px;
	height: auto;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../images/white-bullet2.gif);
	background-repeat: no-repeat;
	padding: 0px 10px 0px 15px;
	margin: 5px 0px 0px 12px;
	line-height: 1.25em;
}

#rightCol p {
	line-height: 1.25em;
	width: 180px;
	padding: 0px 10px 10px 28px;
}

#rightCol .readMore {
	position: relative;
	line-height: 1.25em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
