#pageBody {
	background-color: #f9d455;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; 
}

#pageSection { 
	background-color: #f9d455;
	border: 1px solid #303234;
}

#summarySection {
	background-color: #f9d455;
}

#summarySection h1 {
	color: #111111;
	font-size: 24pt;
	text-align: center;
}

#summarySection p {
	color: #111111;
}

#contentSection {
	background-color: #f9d455;
}

#contentSection h2 {
	color: #111111;
	font-variant: normal;	
}

#contentSection h3 {
	color: #111111;
	font-variant: normal;
}

#contentSection p {
	color: #111111;
}

#contentSection li {
	color: #888888;
}

#contentSection a:link { color: #FFFFFF;}
#contentSection a:visited { color: #FFFFFF;}
#contentSection a:hover { color: #FFFFFF; text-decoration: underline;}
#contentSection a:active { color: #FFFFFF;}

#contentSection img {
	border: #2c2d2e;
}

#contentSection p.caption {
	border-color: #a86b6f;	
}

#footerSection p {
	color: #4d4c3b;
}

#navigationSection li a:link { font-weight: bold; color: #FFFFFF; text-shadow: 1px 1px 2px #000000;}
#navigationSection li a:visited { font-weight: bold; color: #FFFFFF; text-shadow: 1px 1px 2px #000000;}
#navigationSection li a:hover { font-weight: bold; color: #FFFFFF; text-decoration: underline; text-shadow: 1px 1px 2px #000000;}
#navigationSection li a:active { font-weight: bold; color: #FFFFFF; text-shadow: 1px 1px 2px #000000;}

#navigationSection li.menugap {
	padding-top: 30px;
}