#content
{
	padding: 0.5em 0.5em 0.5em  0.5em;
	background: transparent;
}

#content .header
{
	margin-left: auto;
	margin-right: auto; 
	margin-top:1em;
	margin-bottom: 1em;
	padding: 0.3em;
	text-align:center;
	border-bottom: solid 1px #7a7a7a;
	width:80%;	
}


#content .ocean_hightlight
{
	color:#1e91af;
	font-weight:600;
}


#content h1 {
	font-size: 1.7em;
	color: #1e91af;
	padding-bottom: 10px;
	font-weight: bold;
}

#content h2 {
	font-size: 1.4em;
	color: #1e91af;
	padding-bottom: 10px;
	font-weight: bold;
}

#content h3 {
	font-size: 1.3em;
	color: #1e91af;
	padding-bottom: 10px;	
}

#content p 
{
	text-indent: 1.5em;
	margin: 1em;
	line-height: 150%;	
}

#content img
{
	margin: 0.3em 1.5em 0.3em 1.5em;
}

#content .float_left_non_clear
{
	float: left;
}

#content .float_left
{
	clear: left; 
	float: left;     
}

#content .float_right_non_clear
{
	float: right; 
}

#content .float_right
{
	clear: right;
	float: right;      
}

#content .hcenter
{	
	clear:both;
	display: block;
	margin-left: auto;
	margin-right: auto; 
	text-align: center; 
}

#content .clearBoth
{
	clear:both;
}

#content .marg_top
{
	margin-top: 1em;
}

#content .marg_bottom_big
{
	margin-bottom: 3em;
}
/*