/* Refinements October 20, 2005 */
/* Start of Layout and Design Scheme */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	position: static;
	border-bottom: 0px solid #FFF;
} 
#banner {
	display: none;
}
#marquee {
	display: none;
}
#navigation {
	display: none;
}
#navigationbg {
	display: none;
	border-bottom: 0px solid #FFF;
}	
#corner {
	display: none;
}
#content {
	width: 7in;
	margin-top: 0px;
	margin-left: -110px;
	position: static;
}
hr {
	color: #CCC;
	background-color: #CCC;
	width: 75%;
	margin: 10px;
}
.schoolimage { /* This is for placement of the school building images on the individual program pages */
	float: right;
	margin: 1.5em 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#esdlogo {
	font-size: 10px;
	text-align: center;
	margin-left: 2px;
}
#esdlogo img {
	margin-left: -1px;
}
/* End of Layout and Design Scheme */
/* Start of Font Styles */
h1 {
	font-size: 14pt;
	color: #069;
	margin-top: 0em;
}

h2 {
	font-size: 12pt;
	color: #09C;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 10pt;
	text-transform: uppercase;
	color: #09C;
}
.smallertext {
	font-size: 8pt;
	text-align: left;
}

.heading {
	font-size: 12pt;
	color: #09C;
	font-weight: bold;
}
.italcaption {
	font-size: x-small;
	font-style: italic;
	color: #0099CC;
}
.bold {
	font-weight: bold;
}
/* End of Font Styles */
/* Start of CSS for double column lists */
.licolsingle {
	float: left;
	width: 100%;
}
.licolsingle ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.licolsingle li {
	line-height: 15px;	
}
.licol {
	float: left;
	width: 50%;
}
.licol ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.licol li {
	line-height: 15px;	
}
.divisionlinks {
	color: #069; 
	text-transform: uppercase; 
	font-weight: bold;
}
/* End of CSS for double column lists */
