/* Content area on Missions Pages */
#content {
	/* border: 1px solid black; */
    font-family: Arial, Times, serif;
	width: 100%;
	min-height: 400px;
	vertical-align: top;
	color: #5C73B8;/*122D48;*/
}
#content h2{
	font-size: 1.15em;
	text-align: left;
	padding: 3px 0px 3px 5px;
	margin: 0;
	word-spacing: 0.03em;
}
#content p{
	font-size: .85em;
	text-align: left;
    padding: 5px 3px 5px 7px;
	margin: 0;

}
#content p span{ 
	font-size: .8em;
}
#content td{
	vertical-align: top;
	background-color: #EFEEFF;
	padding: 3px;
}
#content .iRight{
	background-color: #D66034;
	border: 4px solid #6D94CC;
	float: right;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 15px;
}
#content .iLeft{
	background-color: #D66034;
	border: 4px solid #6D94CC;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 15px 5px 5px;
}
#content .iCenter{
	background-color: #D66034;
	border: 4px solid #6D94CC;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
#content .italic{
	font-style: italic;
}
#content .right{
	text-align: right;
}
#content .center{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content a{
	text-decoration: none;
	color: #0A54AF;
	font-weight: bold;
}
#content a:visited{
	color: #6D94CC;
	font-weight: bold;
}
#content a:hover{
	color: #A9D172;
	text-decoration: underline;
	font-weight: bold;
}
