@charset "utf-8";
h1, h2, h3, p, ul, li {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {

font-family: georgia, times new roman, times, serif ;
color: #000;

}

a img {
border: 0;
} 


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

.bandcontent {
	margin: 0 auto;
	width: 780px;
	padding: 0px;
	text-align: left;
	position: relative; /*need this for the right column layout*/
	
}


#header {
	display: none;
	
}


#header img {
	
	display: none;
	
}


#navbar {
	
	display: none;
	
}



#sidebar1 {
	display: none;
}




div#members {
	
	display: none;
	
	}





/* left navigation links styles */

.feature {
	display: none;
	
	
}




/*end left column text area styles */



.twoColElsLt #mainContent {
 	margin: 0 50px 0 50px; 
	padding: 0 20px 20px;
	position: relative;
} 



#mainContent p {
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 10px;
	
}



#mainContent h1, #mainContent h2, #mainContent h3 {
	
	font-weight: bold;
	padding-top: 10px;
	
}


#mainContent h1 {
	
	font-size: 14px;
	padding: 50px 0 10px 0;
	
	}


#mainContent h2 {
	
	font-size: 12px;
	
	}
	
#mainContent h3 {
	
	font-size: 10px;
	font-style: italic;
	
	}	
	



 #mainContent ul, ol {

	margin: 0;
	padding: 20px 0 20px 10px;
}


#mainContent li {

		font-size: 10px;
		list-style: disc;
		padding: 0 0 15px 25px;
	
}



#mainContent table {
	
	font-size: 10px;
	color: #000;
	width: 800px;
}

#mainContent table caption {
	
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	
}

#mainContent table th {
	
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	width: 198px;
	
}
					
					

#mainContent table td {
	
	width: 198px;
	padding: 10px;
	vertical-align:top;
	border: 1px solid #eee;
	
}


/*end #mainContent div styles */



#mainContent #search {

	display: none;

}




#footer_wrapper {

padding: 0;
margin: 0;
border-top: 2px solid #fefe00;

}

#footer {
	color: #333333;
	padding: 10px;
	width: 100%;
	}


#footer p {

display: none;

}


	

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.noborder img {

border: 0;

}

