/* CSS Document   Created by Ryan M. Ross - www.ryanmross.com     */

/* Body*/
.bodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.bodyTextBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.bodyMainHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #663333;
}


/* Top Navigation */
.topNavi a:link, .topNavi a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: f5f08d;
	font-weight: bold;
	text-indent: 1em;
	text-decoration: none;
}
.topNavi a:hover,.topNavi a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: f5f08d;
	font-weight: bold;
	text-indent: 1em;
	text-decoration: underline;
}




/* Right Future Event Box */
.futureEventBox {
	background-color: #fdede1;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	border: thin solid #f9cbcc;
}

.futureEventBoxHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: 5e608d;
}


/* Left Navigation */
.leftNavi a:link, .leftNavi a:visited   {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-indent: 25px;
	text-decoration: none;
	text-align: left;
	display: block;
}
.leftNavi  a:hover, .leftNavi a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #371F27;
	font-weight: bold;
	text-indent: 25px;
	text-align: left;
	display: block;
	text-decoration: underline;
}


/* Disclaimer Text */
.discliamer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.bodySubHeaderCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #663333;
}
