.topNav
{
	background-color: #013161;
	font-family: Trebuchet MS;
	color: #ECFFFF;
	font-size: 13pt;
	height:48px;
	width:930px;
	padding-left: 65px;
	padding-top: 20px;
	
}

.topNav a
{
	font-family: Trebuchet MS;
	color: #ECFFFF;
	font-size: 13pt;
	text-decoration: none;
}

.topNav a:hover
{
	font-family: Trebuchet MS;
	color: #DA252A;
	font-size: 13pt;
	text-decoration: none;
}

#pageTitle
{
	background-color: #F2E1C3;
	font-family: Trebuchet MS;
	color: #003163;
	font-size: 20pt;
	height:57px;
	width:930px;
	padding-left: 65px;
	padding-top: 20px;
	
}

.contentBackground
{
	background-color: #F8F1DF;
}

.contentTitle
{
	background-color: #F8F1DF;
	font-family: Trajan;
	color: #003061;
	font-size: 14pt;
}

.contentBody
{
	background-color: #F8F1DF;
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 9pt;
}

.contentBodyBlue
{
	background-color: #F8F1DF;
	font-family: Trebuchet MS;
	color: #003061;
	font-size: 9pt;
}

.contentBodyQuote
{
	background-color: #F8F1DF;
	font-family: Trebuchet MS;
	color: #003061;
	font-size: 9pt;
	font-style: italic;
}

