@CHARSET "UTF-8";

body {
	width: 100%;
	background: #dee0eb;
}

#bodyContent {
	display: block;
	width: 950px;
	height: auto;
	min-height: 500px;	
}

#header {
	background: url(../images/headerbg.jpg) top left repeat-x #babfd7;
	display: block;
	height:125px;
	text-align: left;
	border: 2px solid #333333;
	color: #333333;
	font-size: 35px;
	font-family: "trebuchet ms", arial;
	padding: 25px 0 0 15px;

}

.homepageContentLeft {
	width: 400px;	
}
.contactInfoBox {
	display: block;
	text-align: left;
	margin: 0 0 0 15px;
	
}

.vertBox {
	display: block;
	background: url(../images/vertLine.png) top right repeat-y;
	padding: 0 0 0 35px;
}

.newsletterBox {
	width: 250px;
	padding: 10px 10px 10px 75px;	
}
.readingBox {
	width: 350px;
	height: 250px;
	padding: 10px 200px 10px 10px;	
}


.radioBox {
	position: relative;
	top: 0px;
	left: 0px;	
}