div.centerajax {
	text-align: center;
	background-image: url('../images/stripes.png');
	width: 760px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	overflow-y: scroll;
	position: relative;
	float: left;
	z-index: 0;
}
div.servicetitle {
	height: 30px;
	background-image:url('../images/menucap.png');
	color: white;
	color:white;
	text-align: center;
	background-color: #2b4672; 
	font-size: 14pt;
	font-weight: bold;
	padding-top: 3px;
}
div.servicetext {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #CCCCCC gray #AAAAAA #CCCCCC;
	text-align: left;
	background-color: white;
	padding: 10px;
}
div.servicebullets {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #CCCCCC gray #AAAAAA #CCCCCC;
	text-align: left;
	background-color: white;
	padding: 10px;
}

div.newsentry {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #CCCCCC gray #AAAAAA #CCCCCC;
	text-align: left;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.newstitle {
	font-size: 12pt;
	font-weight: bold;
}
div.newstext {
	font-size: 10pt;
	font-style: italic;
}
div.newslink.a {
	text-decoration: underline;
}
hr.newsdivider {
	width: 150px;
}
div.faq {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #CCCCCC gray #AAAAAA #CCCCCC;
	text-align: left;
	background-color: white;
	padding: 10px;
}