body {
	padding: 0;
	margin: 0 0 18px 0;
	color: black;
	background-color: white;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #ba122b;
}
a:focus, a:hover, a:active {
	color: #005ec4;
}
a img {
	border: none;
}
#popup {
	width: 560px;
}
#popup td {
	vertical-align: top;
}
#about #logo, #about #circle {
	background-color: #005ec4;
}
#admissions #logo, #admissions #circle {
	background-color: #f79642;
}
#pastoral #logo, #pastoral #circle {
	background-color: #ab035c;
}
#academic #logo, #academic #circle {
	background-color: #821c6b;
}
#creative #logo, #creative #circle {
	background-color: #ba122b;
}
#sports #logo, #sports #circle {
	background-color: #61bf1a;
}
#out #logo, #out #circle {
	background-color: #fcc917;
}
#news #logo, #news #circle {
	background-color: #75d1e0;
}
#contact #logo, #contact #circle {
	background-color: #bad405;
}
#logo img, #circle img, #photos2 img, #foot img {
	display: block;
}
#content {
	padding: 18px;
}
#photos1 {
	text-align: right;
}
#photos1 img {
	float: right;
}
#back {
	margin: 7px 0 0 18px;
	font-size: 0.65em;
}
#back a:link, #back a:visited {
	color: black;
}
#back a:focus, #back a:hover, #back a:active {
	color: red;
	text-decoration: underline;
}
#close {
	color: white;
	height: 39px;
}
#closewindow {
	margin-top: 7px;
	text-align: center;
	font-size: 0.65em;
}
#close a:link, #close a:visited {
	color: white;
}
#close a:focus, #close a:hover, #close a:active {
	color: red;
	text-decoration: underline;
}
#about #close {
	background-image: url(../popups/images/foot-about.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #005ec4;
}
#admissions #close {
	background-image: url(../popups/images/foot-admissions.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #f79642;
}
#pastoral #close {
	background-image: url(../popups/images/foot-pastoral.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #ab035c;
}
#academic #close {
	background-image: url(../popups/images/foot-academic.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #821c6b;
}
#creative #close {
	background-image: url(../popups/images/foot-creative.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #ba122b;
}
#sports #close {
	background-image: url(../popups/images/foot-sports.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #61bf1a;
}
#out #close {
	background-image: url(../popups/images/foot-out.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fcc917;
}
#news #close {
	background-image: url(../popups/images/foot-news.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #75d1e0;
}
#contact #close {
	background-image: url(../popups/images/foot-contact.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #bad405;
}


h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 1.25em;
}
h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 0.95em;
}
h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-size: 0.8em;
}
#about h1 {
	color: #1c1475;
}
#admissions h1 {
	color: #bf5c00;
}
#pastoral h1 {
	color: #ff0b93;
}
#academic h1 {
	color: #4d2942;
}
#creative h1 {
	color: #87212e;
}
#sports h1 {
	color: #144d29;
}
#out h1 {
	color: #f7a30a;
}
#news h1 {
	color: #009ca3;
}
#contact h1 {
	color: #61bf1a;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 0.8em;
	line-height: 1.5;
}
p.captions {
	font-style: italic;
	font-size: 0.7em;
	margin-bottom: 0;
}
blockquote {
	margin: 0 1.5em 1em 1.5em;
	font-size: 0.8em;
	line-height: 1.5;
}
ul, ol, dl {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 0.8em;
	line-height: 1.5;
}
ul ul, ol ol, ol ul, ul ol {
	font-size: 100%;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
.floatl {
	float: left;
	margin: 3px 10px 0 0;
}
.floatr {
	float: right;
	margin: 3px 0 0 10px;
}
div.floatr {
	font-style: italic;
	font-size: 0.7em;
	text-align: right;
}
div.floatr img {
	display: block;
}
.clear {
	clear: both;
}
.small {
	font-size: 0.75em;
}