@charset "utf-8";
/* CSS Document */


body {
	background-color: #d4d4d4;	background-image: url(../images/background.jpg);	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c35656;
	text-decoration:none;	
}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c35656;	
	text-decoration:underline;
}

.topLeftClear {

}

.topLeft {
	background-image:url(../images/topLeft.png);
	background-repeat:no-repeat;

}

.topMiddle {
	background-image:url(../images/topMiddle.png);

}

.topRight {
	background-image:url(../images/topRight.png);
	background-repeat:no-repeat;

}

.topRightClear {

}


.contentLeftClear {

}

.contentLeft {
	background-image:url(../images/contentLeft.png);

}

.contentMiddle {
	background-image:url(../images/contentMiddle.png);

}

.contentRight {
	background-image:url(../images/contentRight.png);
}

.contentRightClear {

}

.bottomLeftClear {

}

.bottomLeft {
	background-image:url(../images/bottomLeft.png);
	
}

.bottomMiddle {
	background-image:url(../images/bottomMiddle.png);
}

.bottomRight {
	background-image:url(../images/bottomRight.png);

}

.bottomRightClear {

}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4f4f4f;	
}

.footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4f4f4f;
	text-decoration:none;	
}

.footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c35656;	
	text-decoration:underline;
}

.container{
	height:280px;
        overflow:auto;
}

.containerLg{
	height:280px;
        overflow:auto;
}

.mainContent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px;
	overflow:auto;
}

.eventsContent{
	background-color:#EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.gallery{
	position:relative;
	bottom:0px;
	vertical-align:bottom;
}

.menu{
	background-image:url(../images/separator.gif);
	background-repeat:repeat-y;
	background-position:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	margin:5px;
	height:340px;
}

.menu a{
	color: #424242;
	text-decoration:none;
}

.menu a:hover{
	color: #c35656;
	text-decoration:none;
}

.form{ 
	background-color: #F2F2F2; 
	border: 1px solid #c35656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
 }

