html, body {
	width: 100%;
	height: 100%;
	background-color:#ce0308;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

#left_col {
	padding-top: 50px;
	float:left;
	width:20%;
	vertical-align:top;
	text-align:left;
	font-size: 1em;
}

#left_col a:link {
	color: #FFF;
	text-decoration: none;
}

#left_col a:visited {
	color: #FFF;
	text-decoration: none;
}

#left_col a:hover {
	color: #FFF;
	text-decoration: none;
}

#content {
	float:right; 
	left: 3%;
	width:77%;
	text-align:justify;
	padding-right: 5px;
}

#content img {
	padding-left: 5px;	
}

#content hr {
	color: #fff;
	margin-top: 2px;
}

#content a:link {
	color: #FFF;
	text-decoration: none;
}

#content a:visited {
	color: #FFF;
	text-decoration: none;
}

#content a:hover {
	color: #FFF;
	text-decoration: none;
}

#fact_box {
	text-align: center;
	margin-left:5px;
}

#fact_box hr {
	width: 80%;
}

#footer_nav a:link, a:visited, a:hover {
	color: #000;
	text-decoration:none;
}

.page_heading {
	font-weight:bold;
	font-size:1.5em;
}

.para_heading {
	font-weight:bold;
	font-size:1.2em;
}

.team_member_heading {
	font-weight: bold;
	font-size: 1.1em;
}

