/* css styles */

body,
.content {   	
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #4e4e4e;
}
h1 {
 	font-size: 29px;
 	color: #449BEA;
 	margin:0px;
 	padding:0px; 
}
h2 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

/********************
  HEADER STYLES
  *******************/

.banner-title-small {
 	font-size: 12px;
 	color: #003366;
 	font-weight:bold; 
}
.banner-title-medium {
 	font-size: 12px;
 	color: #003366;
 	font-weight:bold; 
}
.banner-title-link {
 	font-size: 15px; 
}

.footertxt {
 	font-size: 11px;
 	color: #4e4e4e; 
}

/********************
  NAVIGATION STYLES
  *******************/
  
.home,
.about,
.events,
.donations,
.supporters,
.their-story,
.comments,
.gallery,
.sponsors,
.contact {
	font-weight:bold;
}

.home a:hover,
.about a:hover,
.events a:hover,
.donations a:hover,
.supporters a:hover,
.their-story a:hover,
.comments a:hover,
.gallery a:hover,
.sponsors a:hover,
.contact a:hover, 
a:hover {
	text-decoration:underline;
}
.home a,
.about a,
.events a,
.donations a,
.supporters a,
.their-story a,
.comments a,
.gallery a,
.sponsors a,
.contact a,
a {
	text-decoration:none;
}

.home a {
	color: #036042;
}
.about a {
 	color: #FA6626;
}
.events a {
	color: #FE85CF;
}
.donations a {
 	color: #5B547E;
}
.supporters a {
	color: #FEDC0C;
}
.their-story a {
	color: #92B83E;
}
.comments a {
	color: #01A2C8;
}
.gallery a {
 	color: #DC1220;
}
.sponsors a {
 	color: #006870;
}
.contact a {
	color: #845345;
}

/********************
  MAIN STYLES
  *******************/
	
.boxtitle {
	font-size:14px;
}
div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

