/* -------------top Content area ----------------*/
#topContent {
	height: 12.1em;
	margin-top: .5em;
	margin-bottom: .5em;
}

#imgLeft {
	float: left;
	width: 15.3em;
	height: 12.1em;
}


#imgRight {
	float: right;
	width: 13.1em;
	height: 12.1em;
}

#headContent {
	float: left;
	width: 19em;
	height: 12.1em;
	text-align: center;
}

#headContent h2 {
	width: 19em;
	font-size: 2.4em;
	padding-top:  .5em;
	padding-bottom: .5em;	
}

#headContent p {
	width: 28em;
	font-size: 1.6em;
	font-weight: bold;

}



/* ---------------column Content (columns) area --------------------*/

#columnContent {
	position: relative;
	margin-bottom: .5em;
}

#pinkBar {
	position: absolute;
	top: 0em;
	left: 0em;
	z-index: -5;
	background-color: #e776b8;
	width: 75em;
	height: 2.2em;
}

#leftColHeader, #rightColHeader {
	background-color: #e776b8;
	width: 29.5em;
}

#leftColHeader h2, #rightColHeader h2 {
	font-size: 1.8em;
	text-align: center;
}

#leftColumn {
	float: left;
	width: 29.5em;
	margin-right: .7em;
	/*
height: 50em;
*/
}

.whiteBkgrnd {
	background-image: url('../images/support/whiteBkgrnd4.png');
	background-repeat: repeat-y;
	height: 19em;
	margin-top: .5em;
	padding: .5em 3em;
	text-align: center;
}

.pinkBkgrnd {
	background-image: url('../images/support/pinkBkgrnd4.png');
	background-repeat: repeat-y;
	height: 23.5em;
	margin-top: .5em;
	padding: .5em 3em;
	text-align: center;
}

.yelloBkgrnd {
	background-image: url('../images/support/yelloBkgrnd.png');
	background-repeat: repeat-y;
	height: 18.5em;
	margin-top: .5em;
	padding: .5em 3em;
	text-align: center;
}

.bluBkgrnd {
	background-image: url('../images/support/bluBkgrnd4.png');
	background-repeat: repeat-y;
	height: 17em;
	margin-top: .5em;
	padding: .5em 3em;
	text-align: center;
} 

.whiteBkgrnd h3, .pinkBkgrnd h3, .yelloBkgrnd h3,
.bluBkgrnd h3, #sponsors2010 h3, #sponsors2007 h3, 
#sponsors2004 h3 {
	font-size: 1.8em;
	padding-bottom: .3em;
}

.whiteBkgrnd p, .pinkBkgrnd p, .yelloBkgrnd p, 
.bluBkgrnd p, #sponsors2010 p, #sponsors2007 p, 
#sponsors2004 p {
	font-size: 1.4em;
	/*
padding: 0em 2em .5em;
*/
}

#midColumn {
	float: left;
	width: 14.6em;
	height: 50em;
/*
	margin-left: .7em;
*/
}

#img1, #img4 {
	width: 14.6em;
	height: 10.5em;	
}

#img2 {
	width: 14.6em;
	height: 16.6em;	
}
#img3 {
	width: 14.6em;
	height: 11.8em;	
}

#img5 {
	width: 14.6em;
	height: 10.9em;	
}

#img6 {
	width: 14.6em;
	height: 13.7em;	
}

#rightColumn {
	float: right;
	width: 29.5em;
	/*
height: 50em;
*/
}

  #giftLeft {
 	float: left;
	width: 12em;
	padding-top: 3em;
 }
 
 #giftRight {
 	float: right;
	width: 9.7em;
	height: 10.2em;
 }
 
 /* ----------------------bottom Content (previous sponsers) --------------- */
 
/*
 #bottomContent {
 	background-color: green;
	height: 5em;
 }
*/
 
#sponsors2010 {
	background-image: url('../images/support/yelloBkgrnd.png');
	margin-bottom: .5em;
}

#sponsors2007 {
	background-image: url('../images/support/drkGrnBkgrnd.png');
	margin-bottom: .5em;
}

#sponsors2004 {
	background-image: url('../images/support/purpleBkgrnd4.png');
	margin-bottom: 1em;
}

#sponsors2010 h2, #sponsors2007 h2, 
#sponsors2004 h2 {
	font-size: 2.4em;
	padding:: .5em;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
}
 
#sponsors2010 h3, #sponsors2007 h3, 
#sponsors2004 h3 {
	font-size: 1.8em;
	padding: .5em;
}

#sponsors2010 p, #sponsors2007 p, 
#sponsors2004 p {
	font-size: 1.4em;
	padding: .5em;
}
 
 .bold {
 	font-weight: bold;
 }
 
 .txt8 {
 	font-size: .8em;
 }
 
 .italic {
 	font-style: italic;
 }
 
.sponsorHeader {
	display: inline-block;
	color: #fff;
	background-color: #6bb26f;
	margin-top: .4em;
}

