@charset "UTF-8";
body {
	font-family: Verdana;
	font-size: small;
	background-color: #BCACCD;
	margin:0px;
	padding: 0px;
}

h4 {
	font-weight: bold;
	text-align: center;
}
/*using the repeat-y gets the bottom part of the wavy purple to fill down as needed*/
#wrapper {
	font-family: Verdana;
	width: 800px;
	margin-top: 30px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	/*background-image:url(images/leftRepeat.jpg);
	background-repeat: repeat-y;*/
}

#banner {
	margin:0;
	background-image:url(images/topBanner.jpg);
	background-repeat:no-repeat;
	height:137px;
	text-align: center;
	background-color: #FFFFFF;
	background-position: center center;
    display:block;
    text-indent:-9999px;
}

#nav {
	background-color: #492167;
	padding-right:20px;
	background-image:url(images/nav.jpg);
	height:29px;
	color:#FFF;
	text-align:right;
	font-weight:bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:x-small;
}

#nav a:link {
	color: #FFF;
	text-decoration: none;
}

#nav a:visited {
	color: #FADD44;
	text-decoration: none;
}
/*this alllows a different link tab to appear when ON the CURRENT page*/
#nav a#current {
	color: #999;
	text-decoration: line-through;
}


#nav a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:link  {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


a:visited  {
	color: #BCACCD;
	text-decoration: none;
	font-weight: bold;

}
a:hover  {
	color: #BCACCD;
	text-decoration: underline;
	font-weight: bold;
}
#left {
/*	background-color:  #E5DAEB;
*/	background-image: url(images/leftSideNoPurple_Mission.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 415px;
	width: 220px;
}


#right {
	background-color: #E5DAEB;
	background-repeat:repeat-y;
	width: 204px;
	text-align: center;
	margin: 0px;
	padding: 0px;
/*	background-image: url(images/rtAbout2.jpg);
*/	float:right;
}

/*used on the rt side info for the location of each weekend*/
.rtLocation {
	font-size:smaller;
}

/*to get the right side wavy purple graphic to repeat down as neede*/
#rightBottom {
	background-color: #E5DAEB;
/*	background-repeat: repeat-y;
	background-image: url(images/rtSideInv.jpg);
*/	float: right;
	width:204px;
	height: 413px;
}

#content {
	background-color: #FFFFFF;
	font-family: Verdana;
	margin:0px;
	padding-left:3px;
	padding-right:3px;
	width:353px;
	float:left;
	height: auto;
}

/*only needed on the register page for the form */
#content_register {
	background-color: #FFFFFF;
	font-family: Verdana;
	margin:0px;
	padding-left:3px;
	padding-right:3px;
	width:550px;
	height: auto;
	float:left;
	text-align: left;
}


#footer {
	text-align: center;
	background-color:#492167;
	text-align:center;
	color:#ffffff;
	clear: both;
	font-size:x-small;
}
.new {
	font-weight: bold;
	color: #F00;
}
.purple {
	font-weight: bold;
	color: #492167;
	font-style:italic;
}
.gold {
	font-weight: bold;
	color: #FFD600;
	font-style:italic;
}

.smallFont {
	font-size:.75em;
}


