/* -------------------------------------------------------------------------------- */
/* handles the background color & font family */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-repeat: repeat;
	background-position: top;
	background-image: url(images/_background.jpg);
}
/* ----------------------------------------------------------------------------------- */

.IndexContent {
	background-image: url(images/_index_lft_bgrd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 390px;
	width: 296px;
	background-repeat: no-repeat;
	max-width: 296px;
	overflow: hidden;
}
.mainContent {
	height: 213px;
	width: 477px;
	background-image: url(images/txt_area.jpg);
	background-repeat: no-repeat;
}
.NewsMain {
	background-repeat: repeat-y;
	width: 979px;
	overflow: visible;
	background-image: url(images/news_bgrd_top.jpg);
}

.contactLFT {
	background-image: url(images/contact_lft.jpg);
	background-repeat: no-repeat;
	width: 489px;
	height: 211px;
}
.contactRGT {
	background-image: url(images/contact_rgt.jpg);
	background-repeat: no-repeat;
	height: 211px;
	width: 490px;
}
.mainHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
a:link {
	color: #00006b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00006b;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #E0E0E0;
}
.Index_h1 {
	font-size: 14px;
	font-weight: bold;
	color: #00006b;
}
.Index_Content {
	font-size: 12px;
	color: #000;
}
.HomeLink {
	color: #00006b;
}
.HomeBold {
	font-weight: bold;
}

