/* CSS Document */

body {
	margin: 0;
	background: url(../images/home/bgTile.jpg);
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #402211;
	font-size: 12px;
	line-height: 16px;
}

a {
	color: #4fa0c3;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.bgWallExt {
	background: url(../images/home/topBgExt.jpg) top repeat-x;
}
.bgWallLeft {
	background: url(../images/home/bgWallLeft.jpg) top right no-repeat;
}
.bgWallRight {
	background: url(../images/home/bgWallRight.jpg) top left no-repeat;
}

.footerInfo {
	background: url(../images/home/footerInfoBg.jpg) no-repeat;
	font-size: 11px;
	line-height: 14px;
}
.footerInfo a {
	text-decoration: none;
	color: #4fa0c3;
}
.footerInfo a:hover {
	text-decoration: none;
	color: #d94723;
}

.contentAreaPad {
	padding: 15px 26px 15px 26px;
}

.subContentText {
	font-size: 11px;
	line-height: 14px;
}
.subContentPad {
	padding: 8px 20px 16px 20px;
}

.navDivTxt {
	font-size: 10px;
}
