body {
	background: url(../images/bg.jpg) #971b1b repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	background-color: #991b1b;
}
#logo {
	height: 83px;
	width: 803px;
	background: url(../images/logo_bg.jpg) repeat-x;
}



#topBox {
	width: 790px;
	margin: 0 auto;
	background-color: #fff;
}



#leftCol {
	width: 192px;
	margin-top: 15px;
}
#leftCol h1 {
	font: 22px "Times New Roman", Times, serif;
	color: #0a1f53;
	margin-left: 24px;
	margin-bottom: 5px;
	text-transform:capitalize;
	margin-top: 0;
}
#leftCol ul {
	margin: 0;
	padding: 0 0 10px 0;
}
#leftCol li {
	margin: 0;
	padding-left: 25px;
	list-style: none;
	line-height: 18px;
}
#leftCol a:link, #leftCol a:visited, #leftCol a:active {
	color: #575757;
	text-decoration: none;
}
#leftCol a:hover {
	color: #9f3535;
	text-decoration: underline;
}




#rightCol {
	width: 598px;
}
#rightCol a:link,#rightCol a:visited,#rightCol a:active {
	color: #4a6eab;
	text-decoration: none;
}
#rightCol a:hover {
	color: #fff;
	background: #4a6eab;
	text-decoration: none;
}





#topImg {
	width: 599px;
	height: 205px;
	margin-top: 9px;
}






#bottomBox {
	width: 790px;
	height: 181px;
	background-color: #fff;
}
#bottomBox table {
	margin:0;
	padding: 0;
}





#testimonials2 {
	width: 422px;
	height: 181px;
	background: url(../images/testimonials_bg02.jpg) no-repeat;
}
#testimonials2 a:link, #testimonials2 a:visited, #testimonials2 a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #4a6eab;
}
#testimonials2 a:hover {
	color: #fff;
	background: #4a6eab;
	text-decoration: none;
	font-weight: bold;
}
.testimonialsTitle {
	font: 23px "Times New Roman", Times, serif;
	color: #fff;
}
#testimonialsBtmBox {
	width: 387px;
	height: 98px;
	margin-left: 16px;
}
#testimonialsPhoto {
	width: 80px;
	height: 80px;
	float: left;
}
.testimonialsText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
.testimonialsLink {
	font: 13px Arial, Helvetica, sans-serif;
	color: #2f4477;
	font-weight: bold;
}




#calendar2 {
	width: 368px;
	height: 181px;
	background: url(../images/calendar_bg2.jpg) no-repeat;
}
#calendar2 a:link, #calendar2 a:visited, #calendar2 a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #4a6eab;
}
#calendar2 a:hover {
	color: #fff;
	background: #4a6eab;
	text-decoration: none;
	font-weight: bold;
}
.calendarTitle {
	font: 25px "Times New Roman", Times, serif;
	color: #fff;
}
.calendarText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
#calendarLink {
	width: 358px;
	height: 12px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #2f4477;
	font-weight: bold;
	padding-left: 5px;
}







#content {
	font: 12px Arial, Helvetica, sans-serif;
	color: #575757;
	padding-right: 5px;
}

#content h1 {
	font: 22px "Times New Roman", Times, serif;
	color: #4460a5;
	border-bottom: 1px solid #e3e3e3;
	display: block;
	height: 30px;
	margin-bottom: 5px;
}
#content h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #666;
	display: block;
	height: 25px;
	margin-bottom: 5px;
}
#content p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #575757;
	margin-top: 2px;
	margin-bottom: 10px;
	line-height: 20px;
}


.staffName {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}
.newsDate {
	font: 11px Arial, Helvetica, sans-serif;
}
.footerLink, .footerLink a:link, .footerLink a:visited, .footerLink a:active {
	color: #fff;
	text-decoration: underline;
}
.footerLink a:hover {
	color: #4460a5;
	background: #fff;
	text-decoration: none;
}