@charset "utf-8";
/* CSS Document */

#topBanner {
	height: 67px;
	width: 750px;
	clear: both;
}
#topLeft {
	float: left;
	height: 67px;
	width: 125px;
	background-color: #80589A;
	background-image: url(img/about-side1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#topMiddle {
	float: left;
	height: 67px;
	background-color: #8C65A7;
	width: 27px;
}

#topContainer {
	background-color: #9F6FBD;
}
#leftColumn {
	float: left;
	height: 100%;
	width: 123px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9F6FBD;
	background-image: url(img/about-side.gif);
	background-repeat: no-repeat;
	background-color: #C7C7C7;
	display: block;
}


#about #topNav ul {
	padding-left: 390px;
}
#about #midBanner {
	background-image: url(img/about-side2.gif);
}
.backtotop {
	color: #80589A;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.backtotop:hover {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#about h1 {
	font-weight: bold;
	color: #80589A;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
