body {
	background-color: #EBE7DB;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 15px 0px 0px 0px;
}
.bg-left {
	background-image: url(images/bg-left.gif);
	background-repeat: repeat-y;
	width: 20px;
}
.bg-right {
	background-image: url(images/bg-right.gif);
	background-repeat: repeat-y;
	width: 20px;
}
.bg-menu {
	background-image: url(images/bg-menu.gif);
	background-repeat: repeat-x;
	height: 44px;
}
.bg-footer {
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 799px;
}
.bg-footer1 {
	background-image: url(images/bg-footer1.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 799px;
}
.footertext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.redlinks { color: maroon; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14px; text-decoration: none; }
.footerlinks:hover {
	color: #FFCA2D;
	text-decoration: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #040300;
}
.bodytext_bold { color: gray; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; }
