

#content .section {
	clear: both;
	margin: 0.6em 0;
	background-color: #DEECFA;
	border-bottom: 1px solid #9FC3E5;
}
#content .section .title {
	padding: 0.8em 1.8em;
	background: #075392 url('../img/bg_sectionTitle.gif') repeat-x left bottom;
	border-top: 3px solid #1E6BAC;
	color: #F2F9FF;
	font-size: 1.4em;
}
#content .leftSide {
	width: 45.0em;
	float: left;
}
#content .rightSide p {
	width: 32.0em;
	margin: 0 0 0 2.0em;
	float: right;

}
	
.content {
	padding: .7em;
}


.welcomeText {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 1.2em 0;
	color: #151515;
}

/* ClearFix */
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display: inline;}
/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.alternate_rows td {
	padding: 0.4em 0.2em;
	border-right: 1px solid #fff;
}

