
body {
	margin: 20px;
	background: #ffffff;
	color: #333333;
	text-align: center;
	padding: 0;
}

#outer {
	text-align: left;
	border: 0px;
	width: 780px;
	margin: auto;
}

#header {
	height: 200px;
	background: #eeeeee url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color: #333333;
	width:780px;
}

#breadcrumb {
	margin-left: 20px;
	height: 20px;
	background: #ffffff;
	color: #699434;
	border: 0px;
	text-align:left;
}

#breadcrumb ol {

}

#bodyblock {
	position:relative;
	background: #ffffff;
	color: #333333;
	width:780px;
	padding:0;
}

#homeverticalbanner {
	float:left;
	background:#ffffff;
	color: #333333;
	width:292px;
}

#content {
	width: 470px;
	height: 541px;
	background: #ffffff;
	color: #333333;
	border: 0px;
	text-align: left;
}

#articles {
	width: 780px;
	height: 541px;
	background: #ffffff;
	color: #333333;
	border: 0px;
	text-align: left;
}

#latestNews {
	border-top: 1px dotted #000000;
}

#latestNewsTitle {
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	margin-top: 5px;
	padding-left: 10px;
	background-color: #ececeb;
}

#news1 {
	height: 42px;
	padding-left: 15px;
	padding-right: 5px;
	background-color: #ececeb;
}

#news2 {
	height: 42px;
	padding-left: 15px;
	padding-right: 5px;
	background-color: #ececeb;
}

#successStories {
	margin-top: 5px;
	padding-top: 5px;
	height: 295px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

#successStoriesTitle {
	padding-left: 10px;
	margin-bottom: 10px;
}

#storiesLeftColumn {
	border-right: 1px solid #cccccc;
	padding: 2px;
	padding-top: 0px;
	float: left;
	width: 230px;
	height: 250px;
}

#storiesLeftColumn p {
	margin-bottom: 0px;
}

#storiesRightColumn {
	float: left;
	width: 230px;
	padding: 2px;
	padding-top: 0px;
}

#storiesRightColumn p {
	margin-bottom: 0px;
}

#footer {
	height: 45px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background: #ffffff url(../images/footer.gif) no-repeat;
	color: #ffffff;
	border: 0px;
	margin: 0;
	margin-top: -2px;
	text-align: center;
}

#footer p {
	padding: 16px;
}