@charset "utf-8";
/* CSS Document */

#servwrapper {
	height: 1400px;
	width: 870px;
	margin: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	overflow: hidden;
	background-image: url(../images/backstripe.jpg);
	background-color: #0073A0;
	background-repeat: repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.topic {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.staffcolumn {
	width: 280px;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 1400px;
}
.servcolumn {
	height: 1400px;
	width: 588px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
	font-size: 12px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.rightalign {
	text-align: right;
	background-color: #999999;
}
.staffnames {
	background-color: #FF9900;
	font-weight: normal;
}

