body {
	background-color: #5B584A;
	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;
	min-height: 400px;
}

/* content styles */
.content {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #5B584A;
}

a.content {
	color: #A05D3C;
	text-decoration: underline;
	font-weight: normal;
}

a.content:hover{
	color: #8EA6B2;
}

.contentHighlight {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #85A073;
}

.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: #85A073;
}

.topnavLinkHighlight {
	color: #85A073;
	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: #8EA6B2;
}

.sidenavLinkHighlight {
	color: #8EA6B2;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:15px;
	font-weight: normal;
}

/*  title styles */

.title {
	color: #A05D3C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:25px;
	font-weight: bold;
}

/*  section title styles */

.sectionTitleRed {
	color: #A05D3C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:25px;
	font-weight: bold;
}

.sectionTitleBlue {
	color: #8EA6B2;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:25px;
	font-weight: bold;
}

/*  section subtitle styles */

.sectionSubtitleRed {
	color: #A05D3C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
}

.sectionSubtitleBlue {
	color: #8EA6B2;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
}

.sectionSubtitleGreen {
	color: #85A073;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
}

.sectionSubtitleLink {
	color: #A05D3C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
}

a.sectionSubtitleLink:hover{
	color: #8EA6B2;
}


