body.company {
	background-color: #71188C;
}

body.company #links {
	margin-top: 17px;
}

/* page header */
#breadcrumbs {
	color: #d1d1d1;
	font-size: 9px;
	margin-left: 5px;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #d1d1d1;
	text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs a:active {
	text-decoration: underline;
}

.active {
	color: #fff;
}

/* main generic content area */
#main {
	float: left;
	margin: 15px 20px 0 15px;
	overflow: hidden;
	width: 602px;
}

.mainSection {
	margin-bottom: 23px;
}

.contentHalf {
	float: left;
	margin: 10px 25px 26px 0;
	width: 435px;
}

.contentHalf.contentHalfR {
	margin-right: 0;
}

/* main generic section, rounded corners w/bgs */
.section {
	margin: 0 0 24px 0;
}

/* sidebar generic content area */
#sidebar {
	float: left;
}

.sidebarSection {
	margin-bottom: 23px;
}

/* sidebar generic section link */
.sectionLink {
	clear: left;
	height: 16px;
	margin: 5px 0 0 16px;
	overflow: hidden;
}






