
html {
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

* {
	margin:0;
	padding:0;
}

body {
	background:#72938c
}

h1 {
	font-size:150%;
	font-style:normal;
	font-weight:bold;
	vertical-align:center;
}

h2 {
	font-size:120%;
	font-style:normal;
	font-weight:bold;
	vertical-align:center;
	margin-bottom:1em;
}

h3 {
	font-size:110%;
	font-style:normal;
	font-weight:bold;
	vertical-align:center;
	margin-top:1em;
	margin-bottom:0.5em;
}

.headline {
	font-size:130%;
	font-style:normal;
	font-weight:bold;
	vertical-align:center;
	margin-top:1em;
	margin-bottom:0.5em;
}

h4.headline {
	font-size:150%;
}

p {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	margin-bottom:1em;
}

#header {
	background:#326b5e;
	height:128px;
	width:900px;
	margin:0 auto;
	display:block;
}

#logo {
	background:#326b5e url(images/school_logo_2.jpg) no-repeat;
	height:128px;
	width:218px;
	display:inline;
	float:left;
}

#title {
	background:#326b5e url(images/background3.jpg) no-repeat;
	height:128px;
	width:682px;
	display:inline;
	float:left;
}

#menubar {
	background:#72938c;
	width:900px;
	height:30px;
	margin:0 auto;
	list-style:none;
	display:block;
	font-size:20px;
	line-height:30px;
}

#menubar li {
	background:#326b5e url(images/tabs/corner_left.gif) no-repeat left;
	height:30px;
	float:left;
}

#menubar li.selected {
	background:#234e44 url(images/tabs/corner_left.gif) no-repeat left;
}

#menubar li a {
	background:url(images/tabs/corner_right.gif) no-repeat right;
	height:30px;
	line-height:30px;
	color:#c9a422;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:5px;
	text-decoration:none;
}

#menubar li a span{
	height:30px;
}

#menubar li:hover {
	background:#234e44 url(images/tabs/corner_left.gif) no-repeat left
}

#submenubar {
	background:#234e44;
	width:900px;
	height:30px;
	margin:0 auto;
	list-style:none;
	display:block;
	font-size:14px;
	line-height:30px;
}

#submenubar li {
	background:#234e44;
	float:left;
}

#submenubar li a {
	height:30px;
	line-height:30px;
	color:#c9a422;
	padding-left:15px;
	padding-right:15px;
	padding-top:9px;
	padding-bottom:8px;
	text-decoration:none;
}

#submenubar li:hover a span {
	font-weight:bold;
}

#submenubar li.selected a span {
	font-weight:bold;
}

#content {
	background:#EEEEEE;
	color:#234e44;
	width:900px;
	margin:0 auto;
	display:block;
	overflow:auto;
}

.indent {
	padding:10px;
	padding-top:20px;
}

#footer {
	background:#326b5e url(images/footer.jpg) no-repeat;
	color:#234e44;
	height:100px;
	width:900px;
	margin:0 auto;
	display:block;
	font-size:70%;
}

img {
	border:none;
}

.illustrations {
	display:block;
	float:right;
}

.illustrations-alt {
	display:block;
	float:left;
}

.illustrations  *,
.illustrations-alt * {
	display:block;
	float:none;
	margin-bottom:2em;
}

th, td {
	padding:6px;
}

th {
	padding-left:0px;
}

table.staff tbody tr th {
	vertical-align:top;
	text-align:left;
}

table.staff tbody tr td {
	padding:6px;
}

table.community tbody tr th {
	vertical-align:top;
	text-align:left;
	width:350px;
}

table.community tbody tr td {
	padding:6px;
}

table.diary tbody tr.first th {
	padding-top:16px;
	font-weight:bold;	
}

table.diary tbody tr th {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	width:300px;
}

table.diary tbody tr td {
	padding:6px;
}

table.gallery {
	width:100%;
	text-align:center;
}

table.gallery tbody tr td {
	padding-bottom:3em;
	font-weight:bold;
}

table.results * {
	text-align:center;
	vertical-align:center;
}

table.results {
	margin-bottom:2em;
}

table.results col {
	width:4em;
}

table.results tbody th {
	width:8em;
	vertical-align:center;
}

table.results tbody {
	padding:100em;
}

td.na {
	color:silver;
}

tr.table-spacer {
	font-size: 10%;
}

ol.curriculum-topics li {
	list-style-position: inside;
}

li.admissions-item {
	list-style-position: inside;
	padding-bottom: 0.5em;
}

li.admissions-sublist-item {
	padding-bottom: 0;
	padding-left: 2em;
	list-style-position: inside;
	list-style-type: lower-roman;
}