body {
	margin-top: 0px;
	background-image:url(assets/bg_slice.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #022941;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0172BE;
	position: relative;
	height: 75px;
	padding-top: 10px;
	top: 10px;
}
#header #name {
	font-weight: bold;
	font-size: 1.7em;
}
#header #slogan {
	color: #0073bd;
	font-size: 1.1em;
}
#header #logo {
	position: relative;
	width: 85px;
}
#header #headerText {
	margin: 0px;
	width: 400px;
	position: absolute;
	left: 95px;
	top: 14px;
}
#header #todaysDate {
	width: 300px;
	position: absolute;
	left: 627px;
	top: 30px;
	text-align: right;
	color:#00886B;
	font-size: 1em;
}
#ContentWrapper {
	width: 930px;
	background-image: url(assets/content_slice930.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 13px;
	margin-bottom: 10px;
}

#menu {
	text-align: left;
	font-size: 0.8em;
	width:160px;
	position: absolute;
	
}
#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	display: block;
	color: #ffffff;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	background-color: #0172BE;
	font-weight: bold;
	border-bottom: 8px solid #FFFFFF;
}
#menu li a:hover {
	display: block;
	color: #000000;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	border-bottom: 8px solid #FFFFFF;
	background-color: #b5cde8;
	font-weight: bold;
}
#menu #webSearch {
	padding-left: 10px;
}
#menu #webSearch .searchButton {
	background-color: #0172BE;
	color:#FFFFFF;
	margin-top: 0.5em;
	width:70px;
}
#image {
	background-color: #FFFFFF;
	width: 760px;
	height: 235px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: relative;
	left: 170px;
	z-index: 1;
}
#contentHomePage {
	background-color: #FFFFFF;
	width: 760px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0172BE;
	position: relative;
	left: 170px;
}
#contentHomePagePro {
	background-color: #FFFFFF;
	width: 760px;
	height: 235px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: relative;
	left: 170px;
	z-index: 1;
}
#content {
	margin-left: 170px;
	width: 760px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00886B;
	padding-top: 5px;
	margin-bottom: 10px;
}
#HomePageContent {
	margin-left: 170px;
	width: 760px;
	height: 300px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00886B;
	padding-top: 0px;
	background-color:#FFFFFF;
	
}
#imageHomePage {
	margin-left: 170px;
	width: 760px;
	height: 450px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00886B;
	padding-top: 5px;
	background-color:#FFFFFF;
}
#imageHomePageTest {
	margin-left: 170px;
	width: 760px;
	height: 450px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00886B;
	padding-top: 5px;
	background-color:#FFFFFF;
}
#imageHomePageShowInfo {
	margin-left: 170px;
	width: 760px;
	height: 1070px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00886B;
	padding-top: 5px;
	background-color:#FFFFFF;
}
#content p {
	font-size: 0.8em;
}
#contentHomePage p {
	font-size: 0.8em;
}
#content #Text {
	width: 595px;
	min-height:510px;
	_height:510px;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}
#content #Text h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
#content #Text h3 {
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
}
#content #Text .subHeading {
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
}
#content #Text ul {
	font-size: 0.8em;
}
#content #Text ol {
	font-size: 0.8em;
}
#content #Text ol ul {
	font-size: 100%;
}
#imageHomePage ul a{
	color: #00886B;
	text-decoration: underline;
	font-weight:bold;
}
#imageHomePage ul a:hover{
	font-weight:bold;
	text-decoration: underline;
	color: #00886B;
}
#content #Text a {
	color: #00886B;
	text-decoration: underline;
	font-weight:bold;
}
#content #Text .loginButton {
	width:65%;
	background-color: #0172BE;
	line-height:25px;
	padding-left:5px;
	font-size: 1.2em;
}
#content #Text .loginButton a{
	color:#FFF;
	text-decoration:none;	
}
#content #Text .loginButton a:hover{
	color:#FFF;
	text-decoration:underline;
}
#content #Text .loginButtonStudents {
	width:65%;
	background-color: #0172BE;
	line-height:25px;
	padding-left:5px;
	font-size: 1.2em;
}
#content #Text .loginButtonStudents a{
	color:#FFF;
	text-decoration:none;	
}
#content #Text .loginButtonStudents a:hover{
	color:#FFF;
	text-decoration:underline;
}
#content #Text .parentPayButton {
	line-height:25px;
	padding-left:5px;
	font-size: 1.2em;
    text-align: center;
}
#content #Text .parentPayButton a{
	color:#0172BE;
	text-decoration:none;	
}
#content #Text .parentPayButton a:hover{
	color:#0172BE;
	text-decoration:underline;
}
#content #Text .pollButton {
	line-height:25px;
	padding-left:5px;
	font-size: 1.2em;
    text-align: center;
}
#content #Text .pollButton a{
	color:#0172BE;
	text-decoration:none;	
}
#content #Text .pollButton a:hover{
	color:#0172BE;
	text-decoration:underline;
}
#content #Text .studentsButton {
	line-height:25px;
	padding-left:5px;
	font-size: 1.2em;
    text-align: center;
}
#content #Text .studentsButton a{
	color:#0172BE;
	text-decoration:none;	
}
#content #Text .studentsButton a:hover{
	color:#0172BE;
	text-decoration:underline;
}
#content #Text .parentsButton {
	line-height:25px;
	padding-left:5px;
	font-size: 1.2em;
    text-align: center;
}
#content #Text .parentsButton a{
	color:#0172BE;
	text-decoration:none;	
}
#content #Text .parentsButton a:hover{
	color:#0172BE;
	text-decoration:underline;
}

#content #Text a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #Text a:hover {
	font-weight:bold;
	text-decoration: underline;
	color: #00886B;
}
#content #Text table {
	font-size: 0.8em;
}
#content #Text .highlight {
	background-color: #9CCBC5;
}
#content #Text .highlightPale {
	background-color: #D4E8E6;
}
#content #Text .highlightPaleBottomLine {
	background-color: #D4E8E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#content #Text .centre #teamPhotos {
	text-align: center;
}
#content #Text #pageTitle {
	display: none;
}
#content #Text #phoneNumbers {
	font-size: 0.8em;
}
#content #Text #phoneNumbers td {
	padding-bottom: 5px;
}
#content #Text #gallery img {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#content #rightPanel {
	width: 160px;
	position: absolute;
	height: auto;
	left: auto;
	right: 0px;
	top: 255px;
}
#rightPanel .firstPicture {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#rightPanel .secondaryPicture {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footer {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0172BE;
	width: 930px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 10px;
	padding-top: 5px;
	height: 45px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footer #imagesLeft img {
	padding-right: 10px;
}
#footer #imagesRight img {
	padding-left: 10px;
}
#footer p {
	font-size: 0.7em;
	text-align: center;
	margin-top: 4px;
}
#footer #imagesLeft {
	width: 180px;
	float: left;
}
#footer #imagesRight {
	width: 190px;
	text-align: right;
	float: right;
}
#footer .designerDetails{
	font-size:0.68em;
}
#footer .designerDetails a{
	color:#000000;
	text-decoration:none;
}
#footer .designerDetails a:hover{
	color:#000000;
	text-decoration:underline;
}

#pscroller{
	font-size: 0.8em;
	height: 1.5em;
}
.rssclass .rsstitle{
	font-weight: bold;
}
.rssclass a{
	text-decoration: none;
	color:#0172BE;
}
.latestNews {
	height: 1.5em;
	padding-bottom:5px;
}
.centre {
	text-align: center;
}
.centre table {
	text-align: left;
	font-size: 0.8em;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#subMenu {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;
}
#subMenu .selected a {
	color:#0172BE;
	font-weight: bold;
}
#subMenu .selected a:hover {
	color:#0172BE;
	text-decoration:none;
	font-weight: bold;
}
#subMenu li a {
	text-decoration: none;
	color:#000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #B5CDE8;
	font-weight: normal;
}
#subMenu li a:hover {
	text-decoration: underline;
	color:#000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #B5CDE8;
	font-weight: normal;
}
#portalForm .lable {
	text-align: right;
	float: left;
	width: 10em;
}
#portalForm .errorLable {
	color:#FF0000;
	text-align: right;
	float: left;
	width: 10em;
}
#portalForm .lableExtra {
	text-align: right;
}
#portalForm .errorLableExtra {
	color:#FF0000;
	text-align: right;
}
#portalForm .errorTextNoTextArea {
	color:#FF0000;
	text-align: left;
}
#portalForm .inputBox {
	border: 1px solid #b5cde8;
	text-align: left;
	width: 250px;
	margin-left: 1em;
}
#portalForm .inputBoxExtra {
	border: 1px solid #b5cde8;
	text-align: left;
	width: 250px;
	margin-left: 11em;
}
#portalForm .dropDown {
	border: 1px solid #b5cde8;
	text-align: left;
	margin-left: 1em;
	width: 250px;
}
#portalForm .button {
	background-color: #b5cde8;
	border: 2px outset #0172BE;
	margin-top: 0.5em;
	margin-left: 10em;
	color: #000000;
	font-weight: bold;
}
#portalForm .resetButton {
	border: 2px outset #0172BE;
	background-color: #b5cde8;
	font-weight: bold;
	color: #000000;
}
#portalForm .errorText {
	color:#FF0000;
	font-weight:bold;
}
#portalForm .errorTextExtra {
	color:#FF0000;
	margin-left: 11em;
	font-size:0.8em;
}
#content #Text .centre .photoright {
	padding-left: 10px;
}
#content #Text .boldHeading {
	color: #0172BE;
	font-weight: bold;
	font-size: 0.95em;
}
#content #Text .boldLargeText {
	font-weight: bold;
	font-size: 0.95em;
}
#content #Text .redText {
	color: #CC0000;
	font-weight: normal;
}
.orangeText {
	color: #F59237;
}
.bottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.highlightPaleBottomLine {
	background-color: #D4E8E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.tableDetails {
	text-align:left;
	padding-left:10px;
}
.floatRight{
	float:right;
	padding-left:5px;
}
.floatLeft{
	float:left;
	padding-right:5px;
}
#panels {
	width:760px;
	height:228px;
	margin:0px;
	position:relative;
	top:0px;
	font-size: 0.8em;
}
#leftPanel {
	width:244px;
	height:228px;
	float:left;
}
#leftPanel p {
	padding-left:10px;
}
#leftPanel span {
	display:none;
}
#rightPanel p {
	padding-left:10px;
}
#rightPanel span {
	display:none;
}
#middlePanel p {
	padding-left:10px;
	padding-right:10px;
}
#middlePanel span {
	display:none;
}
#middlePanel {
	width:244px;
	height:228px;
	position:absolute;
	left:258px;
}
#rightPanel {
	width:244px;
	height:228px;
	left:516px;
	float:right;
}
#rightPanel img, #leftPanel img, #middlePanel img {
	border:none;
}
