/* CSS Document */

body {
	font-family: "verdana", verdana, lucida, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	background-image: #CCCCCC url() no-repeat bottom right;
}


/* layout
----------------------------------------------- */
#container {
position: relative;
background: #fff ;
margin: 5px auto auto;
padding: 0px;
width: 800px;
border: 10px solid #000;
border-left: 10px solid #29304D;
border-right: 10px solid #29304D;
border-top: 0px solid #29304D;
border-bottom: 10px solid #29304D;
}

#quickSummary {
	position: absolute;
	top: 227px;
	left: 2px;
	width: 166px;
	border-bottom: 0px solid #000;
	border-right: 0px solid #000;
	height: 2000px;
}

#preamble, #explanation, #participation, #benefits, #requirements {
margin: 0px 0 0 192px;
width: 480px;
background: transparent;
}



/* header
----------------------------------------------- */

#pageHeader {
	background: url(header_003_photos_800x150.jpg) top left no-repeat;
	height: 150px;
	margin: 0;
	border-bottom: 0px solid #29304D;
	}

#pageHeader h1 {
	display: none;
	}

#pageHeader h2 {
	display: none;
	}



/* text
----------------------------------------------- */
p {
	font-size: 14px;
	padding: 5px 5px 10px 5px;
	margin: 0;
	line-height: normal;
	list-style-position: inside;
}

#quickSummary p.p1 {
margin: 0;
padding: 40px 35px 25px 28px;
font-size: 11px;
}

#quickSummary p.p2 {
margin-top: 48em;
padding: 30px 30px 20px 28px;
font-size: 11px;
}


