@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
<!-- 

<!--This information must be adjusted to stretch the background image for the left menu bar the full length of the body. -->
.twoColHybLtHdr {
}
.twoColHybLtHdr #container {
	background-image: url(../images/subnavbg_blue.png); /*Everthing else defined in Master.css*/
}
.twoColHybLtHdr #mainContent { 
	background: url("../images/page_bg.png") center top repeat-y;
/*	padding: 0;
	border: 0;
	margin: 0; /* all defined in Master.css */
}
<!--This is the CSS for the background image on the Home page of the oescal.org website, index.htm-->
.mainBody { 
	font-family: Verdana, Geneva, sans-serif
	font-size: 18pt;
	background-color: #FFFFFF;
	margin: 0 1em;
	border: 0;
	padding: 0;
}

<!--This is the CSS for the body of the Home page of the oescal.org website, index.htm-->
.Intro {
	padding: 0;
	border: 0;
	margin: 0;
	font-size: medium;
}
.Intro p{
	font-size: 1em;	
}
.Intro h1{
	font-size: 150%;
	font-weight: bold;
	text-transform: capitalize;
}
.Intro #Donations {
	margin: 1em 0;
}
.Intro #Donations h1 {
	font-size: xx-large;
	font-weight: normal;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
}
.Intro #Donations p {
	border: 0;
	margin: 0;
	padding: 0;
}
.Intro #Responsibilities {
	text-align: center;
	font-size: xx-large;
	margin: 1em;
}
.Intro #Responsibilities a{
	text-align: center;
	font-size: xx-large;
	margin: 1em;
}
.Intro #FiestaInfo{
	text-align: center;
}
.Intro #FiestaInfo a{
	font-size: xx-large;
	margin: 1em;
}
.Intro #Values {
	padding: 0 4em;
	text-align: justify;
}
.Intro #Values .ValueHeading {
	font-weight: bold;
}
.Address {
	text-align: center;
	font-size: 0.875em;
	padding: 0;
	border: 0;
	margin: 0;
	margin-top: 3em;
}
.Address p{
	margin: 0;
}