body {	

	background-color: #fff;
	margin: 0;
  	padding: 0;
}	

#homeDisplayBox {

	position: relative;
	
	
}

html>body #homeDisplayBox {
	
	height: auto;
	min-height: 200px;
}

#homeDisplayBox .text {

	position: relative;	
	left: 185px;
	
	font-family: "Times New Roman", Serif;
	font-size: 12pt;
	color: #033193;
}

#homeDisplayBox .headline {
	
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #033193;
}

#homeDisplayBox .featureButton {
	
	position: relative;
	font-family: "Times New Roman", Serif;
	font-size: 12pt;
	color: #ff6818;
}

#homeDisplayBox .featureButton a {
	
	text-decoration: none;
	color: #033193;
}

#homeDisplayBox .featureButton a:hover {
	
	text-decoration: none;
	color: #ff6818;
}

#homeLeftBox {

	position: relative;	
	padding: 5px;
	height: auto;
}

#homeRightBox {

	position: relative;
	padding: 5px;
	height: auto;
}

.headline {

	font-family: "Times New Roman", Serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	color: #033193;
}

.copy {

	font-family: "Times New Roman", Serif;
	font-size: 11pt;
	
	color: #033193;
}

.textButton {

	float: right;
	font-family: "Times New Roman", Serif;
	font-size: 11pt;
	
	color: #ff6818;
}

.textButton a {
	
	text-decoration: none;
	color: #033193;
}

.textButton a:hover {
	
	text-decoration: none;
	color: #ff6818;
}

.solidLine {

	position: absolute;
	
	width: 250px;
	height: 1px;
	
	border-top-style: solid;
	border-width: 1px;
	border-color: #ff6818;
}

#pageText {

	margin: 20px 20px 50px 15px;
	background-color: #fff;
	
	font-family: "Times New Roman", Serif;
	font-size: 12pt;
	color: #033193;
}

#pageText .pageHeader {

	font-size: 22pt;
	font-style: italic;
	color: #ff6818;
}

#pageText .pageSubHeader {

	font-size: 16pt;
	font-style: italic;
	color: #ff6818;
}

#pageText .indent {

	padding-left: 20px;
}

#pageText .solidLine {

	position: absolute;
	
	width: 495px;
	height: 1px;
	
	border-top-style: solid;
	border-width: 1px;
	border-color: #033193;
}

#pageText .leftImg {

	border-color: 033193;
	margin: 0px; 
	
	float: none;
}

#pageText .headerImage {

	margin: 0px; 
	border-color: 033193;
	float: left;
}

#pageText img {

	border-color: 033193;
	margin-left: 25px; 
	margin-bottom: 10px; 
	float: right;
}

#pageText a {

	text-decoration: none;
	color: #ff6818;
}

#pageText a:hover {

	text-decoration: underline;
}


#highlightBoxOne {

	width: 495px;
	height: auto;
	padding: 10px;
	
	background-color: #fac4a7;
	
	font-family: "Times New Roman", Serif;
	font-style: italic;
	font-size: 12pt;
	color: #033193;
}

html>body #highlightBoxOne {
	
	width: 475px;
}

#highlightBoxTwo {

	width: 495px;
	height: auto;
	padding: 10px;
	
	background-color: #b2c3e5;
	
	font-family: "Times New Roman", Serif;
	font-size: 12pt;
	color: #033193;
}

html>body #highlightBoxTwo {
	
	width: 475px;
}

#highlightBoxTwo .header {
 
 	font-size: 14pt;
}

#highlightBoxTwo .solidLine {

	position: absolute;
	
	width: 475px;
	height: 1px;
	
	border-top-style: solid;
	border-width: 1px;
	border-color: #033193;
}

#highlightBoxTwo .textButton {

	float: right;
	font-family: "Times New Roman", Serif;
	font-size: 12pt;
	
	color: #ff6818;
}

#highlightBoxTwo .textButton a {
	
	text-decoration: none;
	color: #033193;
}

#highlightBoxTwo .textButton a:hover {
	
	text-decoration: none;
	color: #fff;
}

#pageFade {
		
	height: 100% !important;
	
	background: url(images/shadow.gif);
	background-repeat: repeat-y;
}

#footer {

	padding-top: 2px;
	
	font-family: Times New Roman, Serif;
	font-size: 10pt;
	color: #033193;
	text-align: right;
}

#footer a {

	text-decoration: none;
	color: #033193;
}

#footer a:hover {

	color: #ff6818;
	text-decoration: underline;
}