body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #f2e1d2;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 25px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f4ab6d;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #666666;
	line-height: 25px;
}
.footer {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.footerimage {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 820px;
}

.br {
	line-height: 5px;
}
.overflow {
	overflow-y: scroll;
	height: 280px;
	padding-right: 10px;
}
.divider {
	background-image: url(../images/divider.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.plumbob {
	background-color: #FFFFFF;
	background-image: url(../images/rightfoot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	width: 12px;
}
#plumbobrollover {
	z-index: auto;
	position: relative;
	top: 500px;
	left: 12px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

/* whats new */
.lightp {
	background-color: #F4F4F4;
	padding: 10px;
}

.darkp {
	background-color: white;
	padding: 10px;
}