#mainDisplay
{
  position: absolute;
  overflow: hidden;
  top:  5px;
  left: 5px;
  margin: 0px;
  padding: 0px;
  border: none;
}

body
{
  overflow: hidden;
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  background: #31302B;
  color: #FFD;
}

h4
{
  text-align: center;
  font-weight: bold;
}

h6 
{
	color: #AAA;
	font-size: 10px;
}
	
h6 a:link 
{
	color: #CA6;
}

a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #776677;
  border: none;
  outline: none;
}

a:active
{
  border: none;
  outline: none;
}

a:focus
{
  border: none;
  outline: none;
}

a:link 
{
	color: #FFFF99;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
a:visited 
{
	color: #EEAA66;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-decoration: none;
  border: none;
  outline: none;
}

a:selected
{
  border: none;
  outline: none;
}

.sub 
{
	font-size: 12px;
	font-weight: bold;
}
.small 
{
	font-size: 14px;
	font-weight: bold;
}

#wallpaperContainer
{
  position: relative;
  top:  0px;
  left: 0px;
  overflow: hidden;
  width: 1000px;
  height:  1000px;
  margin: 0px;
  padding: 0px;
  border: none;
}

#wallpaper
{
  position: absolute;
}

#bannerContainer
{
  z-index: 50;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 140px;
}

#banner
{
  display: block;
  margin: 0px auto;
}

#navContainer
{
  z-index: 50;
  position: absolute;
  left: 0px;
  top: 150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em gray;
	height: 28px;
	width: 100%;
	text-align: center;
}

#navContainer a 
{
	padding-right: 12px;
	padding-left: 12px;
}

#thispage 
{
	color: #FFFFFF;
	background-color: #776677;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
}

.verticallyCentred
{
  vertical-align: middle;
}

.horizontallyCentred
{
  text-align: center;
}

#textContainer
{
  z-index: 50;
  position: absolute;
  left: 0px;
  top: 200px;
  width: 1000px;
  overflow: hidden;
}

.titleContainer
{
  height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFDD;
  overflow: hidden;
  text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em gray;
}

.headingContainer
{
  height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFDD;
  overflow: hidden;
  text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em gray;
}

#leftTextBoxContainer
{
  float:  left;
  width:  33%;
  margin: 20px;
}

#leftTopicSelectorContainer
{
  float: left;
  width: 200px;
  margin: 20px;
}

#centreTextBoxContainer
{
  margin: 0 auto;
  width: 60%;
}

#leftTextBox
{
  text-align: justify;
}

#rightTopicListingContainer
{
  float: right;
  width: 38%;
  margin: 20px;
}

#rightTextBoxContainer
{
  float: right;
  width:  33%;
  margin: 20px;
}

.sectionSelector
{
  font-size: 16px;
  line-height: 22px;
  color: #E7A863;
}

.smallIndent
{
  padding-left: 15px;
}

.sectionFont
{
  font-size: 16px;
  line-height: 22px;
}

.listingFont
{
  font-size: 14px;
  line-height: 17px;
}

.textSection
{
}

#announcementsSection
{
}

#scholarshipsSection
{
}

#importantDatesSection
{
}

#teachersSection
{
}

#adviceSection
{
}

#committeeMembersSection
{
}

.largeIndent
{
  padding-left: 30px;
}
.
#rightTextBox
{
  text-align: justify;
}

#mainTextBox
{
  text-align: justify;
}

#footerContainer
{
  float: clear;
  position: relative;
  top: 0px;
  height: 15px;
}

#centredTeacher
{
  display: block;
  margin: 0px auto;
  text-align: center;
  line-height: 15px;
}

#selectTeacher
{
  position: absolute;
  left: 200px;
}

#teacherSelector
{
}

.teacherImage
{
  border-style: solid;
  border-width: 2px;
  border-color: #31302B;
}

.bioBox
{
  text-align: center;
  text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em gray;
}

#teachersInGeneral
{
  margin: 0 auto;
  width: 60%;
  color: #FFFFDD;
  text-align: justify;
  text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em gray;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

#teachersInGeneralTextBox
{
}

#christineBioBox
{
}

#lisaBioBox
{
}

#jimBioBox
{
}

#christineTextBox
{
}

#lisaTextBox
{
}

#jimTextBox
{
}

#footer
{
  text-align: center;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 8px;
}

/* Scrolling text */
.scrollingText 
{ 
  z-index: 50;
  overflow: hidden;
}

.textBox
{ 
  overflow: hidden;
  color: #FFFFDD;
  text-align: justify;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em gray;
}

.scrollIndicator
{
  opacity: 0.0;
  filter: alpha(opacity=0);
  display: block;
  margin: 0px auto;
  padding: 2px;
}
