body {
	background-color: #BECBD6;
	font-family: verdana, arial;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #666666;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#backgroundContainer {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#pageContainer {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#siteHeader {
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#siteHeader ul {
	margin: 0px;
	padding: 0px;
	margin-top: 45px;
}
#siteHeader ul li {
	list-style: none;
	display: inline;
	margin-right: -5px;
}
#locationBar {
	background-color: #DFE6EA;
	border-bottom: 1px dashed #7490A9;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}
.newsTicker {
	width: 640px;
	overflow: hidden;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #DFE6EA; /* #CBDCED; */
	border: 1px solid #CCCCCC;
	text-align: left;
	line-height: 20px;
	float: left;
}
.newsTicker span {
	padding-left: 5px;
}
.newsTicker span a {
	color: #666666;
	text-decoration: none;
}
#pageContent {
	width: 645px;
	margin-left: 5px;
	float: left;
}
.quickLink {
	display: block;
	border: 0px;
}
.serviceBox {
	width: 210px;
	height: 200px;
	background-color: #EFEFEF;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.serviceBox p {
	margin: 5px;
}
.serviceBox ul {
	padding-right: 5px;
}
.serviceBox ul li {
	list-style: url(../img/bullet.gif);
	margin-top: 5px;
}
.moreInfo {
	text-align: right;
	padding: 5px;
	display: block;
}
#logoStrip {
	clear: left;
	padding-top: 5px;
}
#siteFooter {
	clear: both;
	width: 600px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
#siteFooter span {
	display: block;
	width: 600px;
	padding-top: 5px;
	text-align: center;
	border-top: 1px dashed #999999;
}
