body {
	background: #E1E0E0 url(images/bodyBG.gif);
	font: 12px tahoma,verdana,arial, sans-serif;
	line-height: 1.4em;
}

a {
	color: #C85A01;
}

li {
	margin-bottom: 10px;
}

big {
	font-size: 1.2em;
}

.top {
	width: 850px;
	height: 18px;
	margin: 0px auto;
	background: url(images/bodyTop.jpg) no-repeat;
} 

.center {
	width: 850px;
	margin: 0px auto;
	background: url(images/bodyBG.jpg) repeat-y;
}

.header {
	margin: 0px 25px 0px 25px;
}

.headerNav {
	height: 27px;
	background: #D2E0E3 url(images/headerNavBar.jpg) no-repeat;
}

.headerNav a {
	display: block;
	background: url(images/headerLinkBG.gif) no-repeat 5px 8px;
	padding: 5px 3px 5px 20px;
	font-weight: bold;
	color: #354866;
	text-decoration: none;
	margin-left: 20px;
}

.headerNav a:hover {
	color: #ff6600;
}

.content {
	margin: 1px 25px;
	
	height: 400px;
	overflow: show;
	position: relative;
}

div>.content {
	height: auto;
	min-height: 400px;
}

.footer {
	margin: 0px 25px 0px 25px;
	color: #354866;
	font-size: .9em;
}

.footer td {
	text-align: center;
	background: #F4F4F4 url(images/footerBG.jpg) repeat-x;
}

.footer a {
	color: #354866;
}

.footer a:hover{
	color: #ff6600;
}

.footerLink {
	display: block;
	float: left;
	padding: 1px 1px 1px 15px;
	margin-left: 10px;
	background: url(images/footerBullit.gif) no-repeat 2px 7px;
}

.bottom {
	width: 850px;
	height: 19px;
	margin: 0px auto;
	background: url(images/bodyBottom.jpg) no-repeat;
}

.hsep {
	height: 1px;
	background: #9AA3B2;
	margin: 3px 0px;
}

.bImage {
	display: block;
	clear: both;
}

.cPad {
	padding: 20px 20px;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.5em;
}

.pageHeading {
	color: #354866;
	margin-top: 0px;
}

.subHeading {
	color: #C85A01;
	margin-bottom: 10px;
	margin-top: 0px;
}

.leftImage {
	float: left;
	margin: 0px 15px 10px 0px;
}

.contentPad { 
	padding: 20px;
}

.newsletterSummary {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding: 0px 10px 5px 10px;
}

.newsletterSummary a {
	display: block;
	font-weight: bold;
	color: #C85A01;
}
	
.newsDate {
	color: #8b8b8b;
	font-size: .9em;
}

	
/*============= index page styles ===================*/

#testimonialLady {
	position: absolute;
	right: 0px;
	top: -115px;
	width: 330px;
	
}

#indLady {
	display: block;
	
}

.indtTestimonial {
	float: left;
	font-size: .9em;
	margin-top: 140px;
	margin-left: 10px;
	width: 130px;
	color: #666;
	
}

#indFlash {
	margin-top: 154px;
}

.error {
	border: 3px double #900;
	background: #ffffcc;
	font-weight: bold;
	text-align: center;
	color: #900;
	padding: 5px;
}

/*==============*/

.dataTable {
	width: 100%;
	border: 1px solid #ccc;
}
.dataTable th {
	color: #fff;
	background: #336699;
}

.dataTable th a {
	color: #ffff33;
}

.dataTable td {
	text-align: center;
}

.dataTable td.detail {
	text-align: left;
	border-bottom: 1px dotted #ccc;
}




