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

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

#content {
	margin-bottom: 0;
	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;
}

#content a {
	padding-left: 60px;
}

#content p {
	margin: 0 0 0 0;
	padding: 0 0 10px 120px;
}