body { background-image:url(img/site_bg.jpg); background-repeat:repeat-x; background-color:#FFFFFF}

.footer_text {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	padding:12px;
}

.address {
	font-family: tahoma;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}

.contact {
	font-family: tahoma;
	color: #000000;
}
.hilite {
	background-color:#FF0;
}
.txt12pxBlk {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;
	text-align:justify;
}
.txt11pxBlk {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;
	text-align:justify;
	

}

.txt10pxBlk {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	text-align:justify;
	

}
.txt10pxBlk2 {
	font-family: tahoma;
	font-size: 12px;
	color:#414141;
	text-align:justify;
	

}


.txt11pxWht {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;
	text-align:justify;
}

.txt11pxLightBlue {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;
	text-align:justify;
}

.header {
	font-family: tahoma;
	font-size: 28px;
	font-weight: bold;
	font-style:italic;
	color: #0C113D;
	text-decoration: none;
	}
	
	
.contact_sub_header {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

.index_subhead {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #0C113D;
	text-decoration: none;
	}

.nav_subtext {
	font-family: tahoma;
	font-size: 16px;
	color: #cccccc;
}



/* links Begin */



a.nav_link:link,a.nav_link:visited, a.nav_link:active {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #E3E5F1;
	text-decoration: none;
}

a.nav_link:hover {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #FFA82C;
	text-decoration: underline;
}





a.footer_link:link,a.footer_link:visited, a.footer_link:active {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.footer_link:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}


a.text_link:link,a.text_link:visited, a.text_link:active {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.text_link:hover {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}


/* links End */
#slideshow {
		position: relative;
		width: 342px;
		height: 228px;
		overflow: hidden;
		border: 1px solid #000000;
	}
	#slideshow img {
		position: absolute;
		left: 0;
		top: 0;
		width: 342px;
		height: 228px;
	}

