html, body {
	background: #94B0BE;
	font: small/1.5 verdana,arial,helvetica,sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
td {
	vertical-align: top;
}
a:link {
	text-decoration: none;
	color: #94B0BE;
}
a:visited {
	text-decoration: none;
	color: #94B0BE;
}
a:active {
	text-decoration: none;
	color: #94B0BE;
}
a:hover {
	color: #F6AD28;
}
.hrLine {
	border-bottom: 2px #94B0BE solid;
}
.mainTable {
	width: 760px;
	margin: 15px;
	text-align: left;
}
.logoRow {
	background: #fff;
}
.flashRow {
	background: url(../images/pageTopRight_back.gif) top left no-repeat;
	background-color: #fff;
}
.leftPad {
	background: #fff;
	width: 26px;
}
.leftPadBody {
	background: url(../images/pageLeftBody.gif) bottom no-repeat;
	background-color: #fff;
}
.rightPad {
	background: #fff;
	width: 25px;
}
.rightPadBody {
	background: url(../images/pageRightBody.gif) bottom no-repeat;
	background-color: #fff;
}
.navRow {
	background: #F6AD28;
	text-align: right;
	width: 709px;
}
.bodyRow {
	background: url(../images/pageBack.gif) bottom no-repeat;
	background-color: #fff;
	padding-top: 25px;
	height: 300px;
}
.contentFrame {
	width: 385px;
	height: 250px;
}
.leftColumn {
	width: 200px;
}
.leftColumnFront {
	width: 320px;
	text-align: center;
}
.bodyColumn {
	width: 509px;
}
.bodyColumnFront {
	width: 409px;
}
.bodyContent {
	padding-left: 120px;
}
.bodyContentFront {
	padding-left: 0;
	padding-top: 35px;
}
.footer {
	width: 100%;
	font-size: 10px;
	padding: 5px 25px;
}
.footer a:link {
	font-weight: bold;
	color: #fc6;
}
.footer a:visited {
	font-weight: bold;
	color: #fc6;
}
.footer a:active {
	font-weight: bold;
	color: #fc6;
}
.footer a:hover {
	font-weight: bold;
	color: #F6AD28;
}