body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin: 15px 0px 45px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	background-color: #f3f0ec;
	color: #c8b882;
	background-image: url('../images/bg.gif');
}

td, select, input {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

p, li {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.padHomeContentArea {
	padding: 0 25px;
}

.padLev2ContentArea {
	padding: 0 45px;
}

/* backgrounds */

.whiteBG {
	background-color: #ffffff;
}

.bodyBGLeft {
	background-image: url('../images/body-bg-left.gif');
	background-repeat: repeat-y;
}

.bodyBGRight {
	background-image: url('../images/body-bg-right.gif');
	background-repeat: repeat-y;
}

/* link styles */

a, a:visited {
	color: #c8b882;
	text-decoration: none;
}
a:active, a:hover {
	color: #c8b882;
	text-decoration: underline;
}


