@charset "UTF-8";
/* CSS Document */
/* This CSS File sets the styles for the main text within the pages on the site */

#contentcolumn{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


#contentcolumn p{
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

#contentcolumn h1{
	font-size: 1.6em;
	font-weight: bold;
	color: #000099;

} 

#contentcolumn h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #000099;

}

.subtitle{
	font-style: italic;
	line-height: 0.8em;
	font-weight: bold;
}

.quotation{
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	text-align: right;
	text-indent: 10px;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-transform: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.picright {
	float: right;
	padding: 4px;
	margin: 6px;
}

.picleft {
	float: left;
	padding: 4px;
	margin: 6px;
}
