/* Summer School Express ---------------------------------------------------- */

body {
    background-color: #0072bc;
}

.page-edges {
    background-image: url(/images/page-edges/0072bc.png);
}

/* -------------------------------------------------------------------------- */

#PageBanner {
    background-image: url(images/page-banner-summer.jpg);
    height: 360px;
    margin-top: -10px;
    margin-bottom: 10px;
    text-indent: -9999px;
}



#Brochure {
    float: right;
	margin-top: 20px;
	text-align: center;
}

#Brochure .caption {
	display: block;
	font-size: 12px;
	width: 150px;
	margin: 2px auto;
}

#LeadForm {
    margin-top: 20px;
}