#wrapperMain {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

#logoTopMain {
	height: 134px;
	width: 384px;
	float: left;
}

#topNavMini {
	float: right;
	width: 356px;
	text-align: right;
	height: 30px;
	padding-top: 104px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #810307;
	font-weight: bold;
}
#topImage {
	height: 191px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#navigationBtm {
	text-align: center;
	width: 750px;
	float: left;
	margin-top: 15px;
}


#leftContent {
	width: 205px;
	float: left;
	padding-top: 10px;
}
#newEvents {
	width: 158px;
	margin-top: 10px;
	margin-left: 13px;
	background: url(../images/bgNewEvents.jpg) repeat-y;
}

#mainContent {
	width: 495px;
	float: right;
	padding-top: 8px;
	padding-right: 50px;
}

#siteInfo {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	line-height: 12px;
}


#toTop {
	width:100px;
	border:1px solid #272525;
	text-align:center;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px;
	background-color: #EB8B97;
}

#anchorBtm {
	float:right;
	width:100px;
	clear:right;
	margin-right:5px;
}
img.shadow {
	background-image:url(../images/shadow_1000_1000.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:5px 10px 10px 5px;
}

a.rolloverthumb  IMG{ /* Defines the look and Alpha state of the thumbnail */
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
}
a:hover.rolloverthumb IMG{ /* Defines the look of the thumbnail and Alpha state on the Mouse Rollover */
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
} 


.noIndent    li  {
	list-style: disc inside;
	text-indent: -38px;
}
.hrule {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 25px;
	border-top: 1px solid #CC9900;
}
.formTextField {
	border-bottom: 1px solid #810307;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	outline-style: none;
	-moz-outline: none;
}
.formTextAreaBox {
	border: 1px solid #810307;
	padding: 5px;
	background-color: #FFFFFF;
	outline-style: none;
	-moz-outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formButtons {
	border: 1px solid #810307;
	padding: 5px;
	background-color: #F4F2E8;
}
