body {
	background-color: #BBD1AA;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #333333;
}

.contentArea {
	background-color: #FFFFFF;
	width: 800px;
	border: 1px solid #000000;
	text-align: left;
}

.rightColumntext{
	float: left;
	width: 650px;
	min-height: 500px;
}

/* for Internet Explorer */
/*\*/
* html .rightColumntext {
	height: 500px;
}
/**/


/* content styles */
.content {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #5B584A;
	line-height: 1.3em;
}

a.content {
	color: #931850;
	text-decoration: underline;
	font-weight: normal;
}

a.content:hover{
	color: #A05D3C;
}

.contentHighlight {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #931850;
}

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #5B584A;
}

/* top navlinks */

a.topnavLink {
	color: #5B584A;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:17px;
	font-weight: normal;
}

a.topnavLink:hover{
	color: #931850;
}

.topnavLinkHighlight {
	color: #931850;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:17px;
	font-weight: normal;
}

/* side navlinks */

a.sidenavLink {
	color: #A05D3C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:15px;
	font-weight: normal;
}

a.sidenavLink:hover{
	color: #931850;
}

.sidenavLinkHighlight {
	color: #931850;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:15px;
	font-weight: bold;
}

/*  title styles */

.title {
	color: #35617A;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:25px;
	font-weight: bold;
}

/*  section title styles */

.sectionTitleRed {
	color: #931850;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:25px;
	font-weight: normal;
}

.sectionTitleBlue {
	color: #35617A;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:25px;
	font-weight: normal;
}

/*  section subtitle styles */

.sectionSubtitleRed {
	color: #931850;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
}

.sectionSubtitleBlue {
	color: #35617A;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
}

.sectionSubtitleGreen {
	color: #BBD1AA;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
}