.pageProperties {
	background-color: #FFFAE7;
	margin: 0px;
	text-align: center;
}
.bkgrndTop {
	background-image:      url(../images/shadowTop.jpg);
	background-repeat: no-repeat;
}
.bkgrndMiddle {
	background-image:      url(../images/shadowBkgrnd.jpg);
	background-repeat: repeat-y;
}
.bkgrndNav {
	background-image:     url(../images/navBkgrnd.jpg);
	background-repeat: no-repeat;
}
.bkgrndBottom {
	background-image:      url(../images/shadowBottom.jpg);
	background-repeat: no-repeat;
}.bodyBorder {
	border: 1px solid #E5E5E5;
	padding: 47px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.bodyContent {
	padding-right: 47px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.bodyMenu {
	border-left: 1px solid #E5E5E5;
	padding-left: 24px;
	padding-bottom: 47px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	font-style: italic;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
a {
	color: #800812;
	text-decoration: none;
}
a:hover {
	color: #EC931F;
	text-decoration: none;
	border-bottom: 1px dashed #EC931F;
}
.fontOrange {
	color: #EC931F;
}
.fontHeader {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.fontSmall {
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
}
.box {
	border: 1px dashed #EC931F;
	text-align: center;
	padding: 12px;
}
.yellowHighlight {
	background-color: #FFFF00;
	color: #000000;
	padding: 7px;
}
