body {
	background-color: #E0E0E0;
	background-image: url("../images/bg.gif");
	background-position: top;
	background-repeat: x-repeat;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}

table, tr, td, div {
	empty-cells: show;
}

.main {
	width: 753px;
	background-color: #FFFFFF;
}

.mainside {
	width: 1px;
	background-color: #6B6C6F;
}

.headerbar {
	height: 8px;
	background-color: #F78F1D;
}

.horzline {
	height: 1px;
	background-color: #6B6C6F;
}
.contentbarleft {
	width: 8px;
	background-image: url("../images/content-bar-left.gif");
	background-position: left;
	background-repeat: y-repeat;
}
.contentbarmiddle {
	width: 9px;
	background-image: url("../images/content-bar-middle.gif");
	background-position: left;
	background-repeat: y-repeat;
}
.contentbarright {
	width: 8px;
	background-image: url("../images/content-bar-right.gif");
	background-position: left;
	background-repeat: y-repeat;
}

.contentmenu {
	width: 220px;
	padding: 20px 0px 30px 15px;
	vertical-align: top;
}

.contentarea {
	width: auto;
	padding: 10px;
	padding: 20px 10px 10px 15px;
	vertical-align: top;
}

.contentblockarea {
	vertical-align: top;
}

.contenttitle {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #6b6c6f;
	padding-bottom: 10px;
}

.contentbody a:link, .contentbody a:active, .contentbody a:visited {
	color: #F78F1D;
	font-weight: bold;
	text-decoration: underline;
}

.contentbody a:hover {
	color: #6B6C6F;
	font-weight: bold;
	text-decoration: underline;
}

.contentbody {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-align: left;
	color: #363636;
}


.footer {
	padding-top: 5px;
	padding-left: 3px;
	text-align: left;
	font-size: 9px;
	color: #222222;
	text-decoration: none;
}

.credits {
	padding-top: 5px;
	padding-right: 3px;
	text-align: right;
	font-size: 9px;
	color: #222222;
	text-decoration: none;
}
.credits a:link, .credits a:active, .credits a:visited {
	color: #909090;
	text-decoration: none;
}
.credits a:hover {
	color: #F78F1D;
	text-decoration: underline;
}