﻿body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #039;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

h2, h3, h4, h5, h6 {
	font-style: italic;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

a {
	color: #039;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size:12pt;	
}

a:hover {
	color: #C00;
}

#header {
	width: 100%;
	float: left;
	background-image: url(/images/template/header-bg.gif);
	background-repeat: repeat-x;
}
#headerinner {
	width: 627px;
	float: left;
	clear: right;
	background-image: url(/images/template/header-quote.gif);
	background-repeat: no-repeat;
	background-position: 300px 84px;
}

#logo {
	width: 300px;
	height: 120px;
	background-image: url(/images/template/logo.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}

#headerquote {
	margin: 0px 0px 0px 300px;
}

#menu {
	width: 100%;
	float: right;
	background-color: #E1E9F4;
	border-bottom: solid 1px #039;
}

#menu ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
}

#menu li {
	color: #039;
	font-size: smaller;
	float: left;
	margin: -4px 2px 0px 0px;
	padding: 0px;
	font-size:12pt;		
}

#menu li a.red {
	color:#C00;
}

#menu li a {
	color: #039;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size:12pt;	
}

#menu li a:hover {
	color: #C00;
}

.StaffRoom {
	text-align:left;
}

.StaffRoom h1 {
	font-size:14pt;	
	margin: 0px;
	padding: 0px;	
}

.StaffRoom h2 {
	font-size:12pt;	
}


.bodyMenuOption a {
	color: #039;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size:12pt;	
}

.bodyMenuOption a:hover {
	color: #C00;
}

.bodyMenuOptionSub a {
	padding-left:10px;
	color: #039;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size:10pt;	
}

.bodyMenuOptionSub a:hover {
	color: #C00;
}

.bodyMenuOptionSubSub a {
	padding-left:20px;
	color: #039;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size:10pt;	
}

.bodyMenuOptionSubSub a:hover {
	color: #C00;
}

#selected {
	color: #C00;
}

#content {
	float: left;
	padding: 3% 10% 1% 10%;
	text-align: justify;
	/*background-image: url(/images/template/hat-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;*/
	
}

#footer {
	clear: left;
	clear: right;
	text-align: center;
	font-style: italic;
	padding: 1% 0% 1% 0%;
	}

#footer p {
	border-top: solid 1px #039;
}

img.floatright {
	float: right;
	margin-left: 10px;
	border: solid 1px #039;
}

img.floatleft {
	float: left;
	margin-right: 10px;
	border: solid 1px #039;
}
ul.photosbullets {
	padding-left: 50px;
	list-style-position: inside;
	}
.plainlink {
	text-decoration: none;
	}