body {
	font-size: 0.9em;
	font-family: Geneva, "Lucida Grande", Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;	
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h2 { 
    font-size: 1.5em; 
    margin-top: 20px; 
	}
h3 { font-size: 1.3em; }
h4 { font-size: 1.0em; }

strong {
	font-weight: bold;
	color: #333;
    }

.highlightblue { color: #2b4696; }
.highlightred { color: #d61e41; }
.highlightgreen { color: #009865; }
.large { font-size: 1.1em; }

#header {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	height: 120px;
	}

#pcontainer {
	width: 900px;
	background: transparent;
	margin: -25px auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
    }

#pheader h1 { 
    font-family: "Tekton Pro", Geneva, "Lucida Grande", Verdana, "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 3em;
	color: #d60144;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#pnav {
	width: 100%;
	height: 2em;
	background: url(/growingup/participants/images/yellow.gif) repeat #fbbd1a;
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#pnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#pnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 5.5em;
	border-right: 1px solid #000;
	}

#pnav ul li a {
	display: block;
	height: 2em;
	line-height: 2em;
	padding-left: 8px;
	background: #2b4696;
	text-decoration: none;
	color: #fff;
	margin: 0;
}
#pnav ul li a.blue {
	background: #2b4696;
	color: #fff;
}
#pnav ul li a.green {
	background: #009865;
	color: #fff;
}
#pnav ul li a.yellow {
	background: #fbbd1a;
	color: #000;
}
#pnav ul li a:hover, #pnav ul li a.green:hover, #pnav ul li a.yellow:hover {
	background: #d60144;
	color: #fff;
}

#pmainContent {
	margin: 0;
	padding: 0 20px;
    border: 2px solid #2b4696;
	border-top: 0;
}
.artcol {
	float: right;
	width: 122px;
	margin: 24px 0 1.5em 20px;
}
.artcol img {
	border: 1px solid #009865;
	margin-bottom: 30px;
	width: 120px;
	height: 100px;
	}

#pfooter p {
	font-size: 0.85em;
	margin: 2em 0 0.5em 0;
	
}
#pfooter a {
	text-decoration: none;
}
#pfooter a:hover {
	text-decoration: underline;
}

