/* Styles that control the presentation of the content area of the index.html page*/

#logoextension {
	margin-left: auto; margin-right: auto;
	margin-top: 0; margin-bottom: 0;
	width: 800px;
}

#content {
	margin-bottom: 0;
	margin-top: 30px;
	margin-left: auto; margin-right:auto;
	width: 800px; 
	background-color: #ffffff;
	color: #000066;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#content h2 {
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	margin: 1em 0 1em 0;
}

#content h3 {
	text-align: left;
	font-size: 1em;
	margin: 1em 60px 1em 300px;
}

#content p {
	margin: 0 60px 0 318px;
}

#leftcolumn img {
	margin: 0 0 0 0;
	padding-bottom: 20px;
}

#leftcolumn {
	margin-left: 20px;
	float: left;
	text-align: center;
}

.clearer {
	clear: both;
}