body {
	font: 12px verdana, arial, helvetica, sans-serif;
	backgound-color: #dddddd;
	line-height: 1.3em;
	background: #000;
	margin: 0px;
}

small {
	font-size: 10px;
	line-height: 11px;
}

.pageTitle {
	color: #660000;
}

a {
	color: #660000;
} 

a:hover {
	color: #cc0000;
}

blockquote {
	margin: 10px;
}

.red {
	color: #cc0000;
}
legend {
	font-weight: bold;
}

h3 {
	font-size: 20px;
	font-wieht: bold;
}

h4 {
	font-size: 16px;
	font-wieht: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.2em;
}

hr {
	border-top: 1px solid #cdb094;
	border-bottom: 1px solid #cdb094;
	border-right: none;
	border-left: none;
}
/*=============== header styles ================*/
.top {
	background: url(images/headerbg.jpg) repeat-x;
}

.header {
	position: relative;
	width: 800px;
	margin: 0px auto;
	height: 98px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;	
}

.headerNav {
	position: absolute;
}
/*=============== center page styles ================*/
.center {
	background: #802506;
}
.content {
	margin: 0px auto;
	width: 800px;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	background: url(images/contentBG.jpg);
	padding-bottom: 15px;

}
.cTopCap {
	width: 734px;
	margin: 0px auto 0px auto;
	padding-top: 50px;
	/*filter:alpha(style=0,opacity=80);
	opacity: .8;
	-moz-opacity: .8;	*/
}

.cContent {
	height: 400px;
	overflow: show;
	width: 734px;
	margin: 0px auto;
	background: url(images/contentBoardBG.jpg);
	/*filter:alpha(style=0,opacity=80);
	opacity: .8;
	-moz-opacity: .8;*/
}

div>.cContent {
	height: auto;
	min-height: 400px;
	
}

.cBottomCap {
	width: 734px;
	margin: 0px auto;
	
	/*filter:alpha(style=0,opacity=80);
	opacity: .8;
	-moz-opacity: .8;*/
}

.cPad {
	padding: 0px 10px;
	margin: 0px;
}

.bottom {
	border-top: 2px solid #bf9c55;
}

/*=============== footer styles ================*/
.footer {
	width: 800px;
	margin: 0px auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #fff;
	font-size: 10px;
}
.fPad {
	padding: 10px 30px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #cc0000;
}

.creditBanner {
	padding: 1px 5px 2px 5px;
	line-height: 10px;
	text-align: center;
	background: #333;
	margin-bottom: 10px;
	color: #999;
}

.creditBanner a {
	text-decoration: none;
	color: #999;
}

/*=============== gallery ===================*/

.sideMenuLink {
	display: block;
}

.sideHeaderText {

}

.sMenuLinkContainer {
	
	
}
.sMenuLinkTD {

	
}
/*=============== calendar ==================*/
.calendarEvent {
	position: absolute;
	padding: 5px;
	border: 1px solid #333;
	background: #ffffff;
	width: 200px;
	visibility: hidden;
	text-align: center;
	
}
.calendarLink {
	line-height:11px;
	margin-bottom: 4px;
	display: block;
	text-decoration: none;
}
.calendarEvent h5 {
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #333;
}


.error {
	border: 3px double #900;
	color: #900;
	font-weight: bold;
	padding: 5px;
	background: #ffffcc;
}

/*==== index styles =====*/

.cImg {
	border: 1px solid #333;
}

.indImg {
	margin: 0px 10px 10px 0px;
}

.noTop {
	padding-top: 0px;
}

.indBox {
	clear: both;
	margin-top: 3px;
}