body {	

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

#homeDisplayBox {

	position: relative;
	
	height: 295px;
	min-height: 295px;
	width: 550px;
	<!--background-image: url(images/sherry-home.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;-->
	background-color: #fff;
}


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

#homeDisplayBox .text {

	position: relative;	
	left: 200px;
	
	font-family: "Times New Roman", Serif;
	font-size: 14pt;
	color: #000;
}

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

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

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

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

#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: #760025;
}

.copy {

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

.textButton {

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

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

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

.newsLink {

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

.newsLink a {
	
	text-decoration: none;
	color: #000;
}

.newsLink a:hover {
	
	text-decoration: none;
	color: #760025;
}

.solidLine {

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

#pageText {

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

#pageText .pageHeader {

	font-size: 18pt;
	font-style: italic;
	color: #760025;
}

#pageText .pageSubHeader {

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

#pageText .pageQuote {

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

#pageText .solidLine {

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

#pageText .leftImg {

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

#pageText .centerImage {

	float: left;
}

#pageText .rightImg {

	border-color: 760025;
	margin-left: 25px; 
	float: right;
}

#pageText .supportImg {

	text-align: center;
}

#pageText a {

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

#pageText a:hover {

	text-decoration: underline;
}

#pageText a.pressRoom {

	font-size: 14pt;
}

#pageText .smallTitle {

	font-size: 10pt;
}

#highlightBoxOne {

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

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

#highlightBoxOne .textButton {

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

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

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

#highlightBoxTwo {

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

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: #000;
}

#highlightBoxTwo .textButton {

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

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

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

#footer {

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

#footer a {

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

#footer a:hover {

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