.systemlogoplaceholder {
	color: #fff;
	height:65px;
}
.systemlogoplaceholder a {
	color: #fff;
}

#content {
	margin: 0em .75em;
	background-color: #fff;
}

/* PAGE CONSTRUCTION LAYOUT ELEMENTS */
#contentwrapper {
	margin: 0px 0px 0px 0px;
	position:relative;
	background-color: #F7F7F7;
}

#maincontent {
	margin-bottom: 10px;
	background-color: #ffffff;
}

#sitebar {
	background-color: #fff;
	text-align: left;
	min-height: 65px;
	/*border-bottom: 1px solid #D3D7D8;*/
}

#rainbow {
	top: 0;
	height: 6px;
	width:100%;
	overflow: hidden;
}

.left-col {
	background-color: transparent;
	colour: #fff;
	width: 150px;
}

#titlelinks {
	margin-right: 40px;
}
 
#titlelinks a {
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	line-height: 65px;
}
#titlelinks a {
	display: inline-block;
}
#titlelinks a:hover {
	color: #000000;
}

#sectiontabs {
	background-color: #F5F7F6;
	color: #999;
}
#sectiontabs a {
	padding: 0;
	padding-top: .2em;
	text-decoration: none;
	border-right: .1em solid #ddd;
	border-bottom: .1em solid #ddd;
	border-top: .1em solid #ddd;
	font-weight: bold;
	color: #999;
}
#sectiontabs a.active,
#sectiontabs a:hover{
	background-color: #fff;
	color: #7FBA00;
	border-top: .2em solid #7FBA00;
	border-bottom: .1em solid #fff;
}
#sectiontabs ul {
	display: table; 
	width: 100%; 
}
#sectiontabs ul li.sectiontab {
	display: table-cell;

}
#sectiontabs ul li.sectiontab a {	
	display: block;
	text-align: center;
	height: 4em;
}

.float-left {
	float: left;
	display: inline-block;
}

.float-right {
	float: right;
	display: inline-block;
}