body{
	background-color: #242E3E;
	}
p{
	font-family: Arial,sans-serif;
	margin:0px;
	padding:0px;
	font-size:13px;
	}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	outline: none;
}
a:active,a:focus,a:visited,a:link {
	outline: none;
}
img {
	border: 0px;
}
.leftMenuTextArea{
	background-color: #C26E1D;
	padding: 5px 10px 5px 25px;
	text-align: right;
	}
.leftAreaTextBox, .leftAreaTextBox p {
	margin: 2px 0px 0px 0px;
	text-align: right;
	}
.rightAreaTextBox, .rightAreaTextBox p{
	margin: 2px 0px 6px 2px;
	text-align: left;
	font-size:12px;
	}
.midThinColumn{
	background-color: #663333;
}
.rightMainArea{
	background-color: #326565;
}
.homeLowerMidColumn{
	background-color:#B9C1C4;
	margin:0px 5px 0px 8px;
	height:100%;
	padding:6px;
	}
.homeLowerRightColumn{
	background-color:#B9C1C4;
	margin:0px 8px 0px 5px;
	height:100%;
	padding:6px;
	}
.midColumn{
	background-color:#B9C1C4;
	margin:20px 5px 15px 18px;
	padding:6px;
	}
.rightColumn{
	background-color:#B9C1C4;
	margin:20px 8px 0px 12px;
	padding:6px;
	}

.leftAreaDivider {
	font-size:13px;
	font-weight: bold;
	color: #E1B400;
	/*border-bottom: 1px #E1B400 solid;*/
	background-color:#663333;
	display:block;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:4px;
	margin-top:8px !important;
	margin-bottom:5px !important;
	}
.rightAreaDivider{
	font-size:13px;
	font-weight: bold;
	color: #663333;
	border-top: thin solid #663333;
	padding-top:6px;
	padding-bottom:1px;
	margin-bottom:6px;
	margin-top:8px;
	}
.leftTextArea{
	border-top: thin solid #663333;
	font-family:Arial,sans-serif;
	padding:6px;
	margin-top:10px;
}
/*	Main text area for collection pages -- pages with more than one story */
.centerTextArea{
	border-top: thin solid #663333;
	font-family:Arial,sans-serif;
	padding:6px;
	margin-top:10px;
}
/*	Main text area for detail pages -- pages with only one story */
.detailPageMainTextArea{
	font-family:Arial,sans-serif;
	padding:6px;
	margin-top:0px;
	}

.detailLink{
	}


/* Text Styles */
.pageTitle{
	font-size:26px;
	font-weight: bold;
	color: #5D0E0E;
	text-align:right;
	padding-bottom:15px;
	margin-top:10px;
	}
/*	Main story title for detail pages - pages with only one story */
.detailPageTitle{
	color:#663333;
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
}
/*	Story title for collection pages -- pages with more than one story */
.eventTitle, a.eventTitle, p.eventTitle{
	font-size:18px;
	color:#663333;
	font-weight:bold;
	padding-bottom:10px;
	margin-top:3px;
	}

.midColumn{
	font-size:13px;
}
.midColumn p{
	margin: 5px 0px 5px 0px;
}

.subHead{
	color:#663D33;
	font-size:14px;
	font-weight:bold;
	padding-top:8px;
	}
.bodyEm{
	color:#AB5F17;
	font-weight:bold;
	}
.bodySmall{
	font-size:11px;
}
.boldBody{
	color:#343434;
	font-weight:bold;
	}
	
.smallBody{
	
	}

/* Left Title */

.leftAreaTitle,.leftAreaTitle a {
	font-size:15px;
	font-weight: bold;
	color: #5D0E0E;
	}
.leftAreaTitle a:hover{
	color:#8F1616;
}

/* Left Sub-Title */

.leftAreaSubTitle a:hover{
	color:#2C5858;
}
.leftAreaSubTitle a {
	font-size:14px;
	font-weight: bold;
	color: #1C3939;
	}
.leftAreaSubTitle{
	font-size:14px; !important;
	font-weight: bold;
	color: #1C3939;
	}

.leftAreaMidTitle a:hover{
	color:#2C5858;
}
.leftAreaMidTitle a {
	font-size:13px;
	font-weight: bold;
	color: #1C3939;
	}
.leftAreaMidTitle{
	font-size:13px; !important;
	font-weight: bold;
	color: #1C3939;
	}

/* Left Text */

.leftAreaText {
	font-size:11px;
	color: #142121;
	padding: 2px 0px 4px 0px;
	}