body {
	background-color: #645F4A;
	margin-top: 45px;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B2A594;
	text-decoration: none;
}

.nav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	padding-right: 50px;
	padding-left: 40px;
	color: #FFFFFF;
}
.fineprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #AEABA0;
	text-decoration: none;
	line-height: 14px;
}
.fineprint a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #AEABA0;
	text-decoration: underline;
	line-height: 14px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	padding-left: 40px;
}
.navSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
	text-decoration: none;
}
.navSub a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
.rtMargin {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 55px;
}

P a:link {
	color: #FFFFCC;
	text-decoration: none;
}

P a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

P a:visited {
	color: #FFFF99;
	text-decoration: none;
}



.contentslide{

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	margin-right: 50px;
	margin-left: 40px;
	height: 240px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	margin-right: 50px;  /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	margin-right: 50px; 
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	font-size: 14px;

}

.pagination a:hover, .pagination a.selected{
font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFF99;
	font-size: 14px;
text-decoration: underline;

}