@charset "UTF-8";
/* CSS Document */
body{
	background-color:#f2f2f2;
	font-family:Helvetica, Arial, sans-serif;
}
p{
	font-size:15px;
	font-weight:normal;
	line-height:25px;
}
a{
	text-decoration:none;
	font-weight:bold;
	border:none;
}

#centerText{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	text-indent:20px;
	margin:auto;
	font-size:16px;
}
#text{
text-indent:30px;
text-align:left;
margin:auto;
}
#noind{
	text-align:left;
	width:550px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
}
#title2{
margin-top:25px;
text-align:center;
font-size:xx-large;
}
.red{
	color:#F00;
}
.small{
	font-size:small;
	line-height:20px;
}
#hide{
	visibility:hidden;
}
#show{
	visibility:visible;
}
.hide{
	visibility:hidden;
	color:#F00;
}
.show{
	visibility:visible;
	color:#F00;
}


/*NEW CSS*/

/*This clears the margins and padding*/
*{
	margin:0px;
	padding:0px;
}

/*This is for the top menu bar*/
#navContain{
	height:34px;
	background-color:#FFF;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#333;
	width:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#menu{
	position:relative;
	width:1000px;
	margin:auto;
	height:34px;
}

#menu ul{
	list-style:none;
	padding:0px;
	display:inline;
}

.home{
	width:160px;
	height:34px;
	background-image:url(images/menu/home.png);
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.home:hover{
	background-position:bottom;
	cursor:pointer;
}
.events{
	width:160px;
	height:34px;
	background-image:url(images/menu/events.png);
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.events:hover{
	background-position:bottom;
	cursor:pointer;
}.support{
	width:160px;
	height:34px;
	background-image:url(images/menu/support.png);
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.support:hover{
	background-position:bottom;
	cursor:pointer;
}.photos{
	width:160px;
	height:34px;
	background-image:url(images/menu/photos.png);
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.photos:hover{
	background-position:bottom;
	cursor:pointer;
}.sponsor{
	width:160px;
	height:34px;
	background-image:url(images/menu/sponsor.png);
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.sponsor:hover{
	background-position:bottom;
	cursor:pointer;
}.about{
	width:160px;
	height:34px;
	background-image:url(images/menu/about.png);
	overflow:hidden;
	float:left;
}
.about:hover{
	background-position:bottom;
	cursor:pointer;
}




/*This determins the rest of the document setup - TEMPLATE*/
#container{
	width:1000px;
	margin:auto;
	position:relative;
}

#invisibleBox{
	margin:auto;
	position:relative;
	width:690px;
}

#bgContainer{
	position:relative;
	width:690px;
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
	float:left;
}
#band{
	width:664px;
	height:75px;
	float:left;
	margin-left:13px;
}


#content{
	width:590px;
	float:left;
	margin-left:50px;
	margin-top:25px;
}

#logo{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:155px;
	height:61px;
	margin-top:18px;
	float:left;
}

#bgFoot{
	background-image:url(images/bgFoot.png);
	background-repeat:no-repeat;
	background-position:top;
	width:690px;
	float:left;
	height:94px;
	margin-left:155px;
}

#bgFoot2{
	background-image:url(images/bgFoot.png);
	background-repeat:no-repeat;
	background-position:top;
	width:690px;
	float:left;
	height:94px;
}

.color{
	background-color:#ffcccc;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ff0000;
}