@charset "utf-8";
#colA/* CSS Document */

{
	background-image: url(../images/homeBG-A.jpg);
	height: 410px;
	background-color: #f8f7f6;
	background-repeat: no-repeat;
	background-position: top;
	color: #603813;
}
#colB {
	background-color: #fdfbf8;
	background-image: url(../images/homeBG-B.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 410px;
	color: #CE7c17;
}
#colC {
	background-color: #f4f7f4;
	background-image: url(../images/homeBG-C.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 410px;
	color: #386E30;
}
#colC h2 {
	color: #386E30;
}

#colB h2 {
	color: #CE7B13;
}

table {
	font-size: 12px;
}

table img {
	padding-right: 6px;
	padding-left: 20px;
}
#wrapper #content #colA a {
	color: #006695;
	text-decoration: none;
}
#wrapper #content #colA a:hover {
	text-decoration: underline;
}
