body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
}

h1 {
	font-size: 18px;
	color: #003C72;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

h2 {
	/*display: inline;*/
	font-size: 15px;
	color: #003C72;
	font-weight: normal;
	/*text-transform: uppercase;*/
	margin: 0 0px 10px 0px;
}

h3 {
	font-size:13px;
	color:#fff;
	text-transform: uppercase;
	font-weight: normal;
	margin:0 0 15px 0;
}

h4 {
	font-size:12px;
	color:#fff;
	font-weight: normal;
	margin:0 0 10px 0;
}

#scrollingContent p {
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

a {
	color: #003C72;
	text-decoration: none;
}

a:hover {
	color: #1e6e9e;
	text-decoration: none;
}

hr {
	margin: 20px 0;
	height: 1px;
	border: none;
	border-top: 1px solid #CCCCCC;
	color: #CCCCCC;
}


/* Sets the footer text */

#footer {
	color: #666;
	font-size: 8px;
	/*font-weight: bold;*/
	text-align: right;
	text-transform: uppercase;
}

#footer a {
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
}

/* Custom Styles for dropdown */

.textHighlightBlue {
	font-weight:bold;
	color:#003C72;
}

.textHighlightBrown {
	font-weight:bold;
	color:#B09C78;
}

.pageImageRight {
	float:right;
	margin:0 0 15px 15px;
	border:1px solid #fff;
}

