body {
	background-color: #D0DF8C;
}

/* text formatting */
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}
.textpadding {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.members {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

/* structure */
.bandbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #F0F0EC;
	border: 1px dotted #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}
.border_topleft {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bottom {
	background-color: #D0DF8C;
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.left_blue {
	background-color: #4F8295;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: 12px;
}
.left_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.orange {
	background-color: #E2883A;
	background-image: url(../images/orange_stripe.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F1C69E;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	padding-right: 5px;
	border: 1px solid #FFFFFF;
}
.purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	background-color: #868BC1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	line-height: 17px;
	padding: 5px 10px;
}
.right_green {
	background-color: #A3B845;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.side_borders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.top_leftcorner {
	background-color: #D0DF8C;
	background-image: url(../images/groupofseven_02.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
li {
	margin-left: -40px;
	list-style-type: none;
	margin-top: 10px;
}
.bandbs a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0DF8C;
}
#complimentary {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -10px;
}

