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

/*General Layout*/

body{
	background:#000;
	color:#FFF;
	text-align:center;
	font-size:100%;
}

img{
	border:none;
}

h1{
	text-align:center;
}

td{
	text-align:center;
	vertical-align:middle;
}

/*Index Containers*/

#container{
	margin:auto;
	padding:0px;
	width:800px;
}

#header{
	
}

#menu{
	float:left;
	margin:auto;
	width:200px;
}

#content{
	float:left;
	width:580px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:10px;
}

#footer{
	clear:both;
}

#footer a:link{
	color:#FFF;
	font-size:medium;
}

#footer a:visited{
	color:#C00;
	font-size:medium;
}

/*Content Containers*/

/*Home Page*/

#welcome{
	text-align:justify;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

/*News Page*/

#news{
	text-align:justify;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

/*Schedule Page*/

#schedule th, tr, td{
	text-align:left;
}

/*Members Page*/

#members{
	
}

#members h1{
	clear:both;
}

.bio{
	float:left;
	width:286px;
	height:200px;
	text-align:left;
	border:1px solid #666;
	padding:1px;
}

.bioImage{
	float:left;
	width:100px;
	height:100px;
	padding-right:5px;
}

/*Gallery Page*/

#gallery{
	
}

#imageLink{
	float:left;
	width:160px;
	padding:5px;
}

#galBackLink{
	clear:both;
}

.galLink a:link{
	color:#FFF;
	font-size:1.5em;
}

.galLink a:visited{
	color:#C00;
	font-size:1.5em;
}
	
/*Information Page*/

#details{
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

#links{
	text-align:left;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

#links a:link{
	color:#FFF;
	font-size:1.5em;
}

#links a:visited{
	color:#C00;
	font-size:1.5em;
}

#info{
	text-align:justify;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

#info h2{
	text-align:center;
}

/*Contact Us Page*/

#contact{
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

#request{
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

#request h3{
	text-align:center;
}

#search{
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

#search h3{
	color:#F00;
	display:inline;
}

#search h4{
	display:inline;
}

.searchBoxes{
	display:none;
}


#searchResult td,th{
	text-align:left;
	min-width:150px;
	padding-left:5px;
	padding-right:5px;
}

#messageResult a:link, a:visited{
	color:#FFF;
	font-size:1.5em;
}

#requestResult a:link, a:visited{
	color:#FFF;
	font-size:1.5em;
}

/*Join Us Page*/

#join{
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

/*Sponsor Us Page*/

#sponsor{
		 
}
