
/*******************************
SOS Layout Stylesheet 
Author: Simon Sherlock
Date:	06/10/2005
********************************/ 

body 
{
 margin:20px;
 background-color:#FFFFFF;
 color: #333333;
 text-align:center;
 padding:0;
}

hr 
{
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}


#indexBody
{
 background-color: #EEE8AA;
}

#outer 
{
 text-align:left;
 border:1px solid #000000;
 width:700px;
 margin:auto;
}

#header 
{
 height:60px;
 background-color:#EEE8AA;
 /*color: #333333;*/
 border-bottom: 1px solid;
}

#hdrLeft
{
  height: 5%;
  width: 12%;
  float: left;
}

#hdrCentre
{
 width: 100%;
 float: center;
 text-align: center;
}

#bodyblock 
{
 position:relative;
 background-color: #EEE8AA;
 color: #333333;
 width:700px;
 /*padding:0;*/
}

#left-column
{
 clear:both;
 float:left;
 background-color: #EEE8AA;
 color: #333333;
 width:125px;
}

#right-column
{
 position:absolute;
 top:62px;
 right:0;
 width:125px;
 color: #333333;
}

#middle-column
{
 float:left;
 background-color:#EEE8AA;
 color: #333333;
 width:1px;
}

#content 
{
 width:550px;
 background-color:#EEE8AA;
 padding: 3px;
 text-align:left;
 border-left: 1px solid #000000;
}

/*Links in pages need an underline*/
a.simon:link, a.simon:visited
{
  text-decoration: underline;
}

a.simon:hover 
{
  color            : #00FFFF;
  font-weight      : normal;
  font-color	   : #FFFFFF;
  text-decoration  : underline;
}

#schoolImage
{
  float:left;
  clear:left;
  padding: 1;
  background-color:#EEE8AA;
}

#footer 
{
 border-top: solid black 1px;
 padding: 1px;
 text-align:left;
 background-color: #EEE8AA;
}

.buttonscontainer 
{
 width: 125px;
}

.buttonscontainer {width: 125px;}

.buttons a 
{
 color: #000000;
 background-color: #EEE8AA;
 padding: 2px;
 padding-left: 3px;
 display: block;
 border-bottom: 1px solid #FFFFFF;
 font: 13px Arial, sans-serif;
 font-weight: bold; 
 text-decoration: none;
 text-align: left;
}

#archiveTitle
{
 color: #000000;
 background-color: #EEE8AA;
 display: block;
 border-bottom: 1px solid #FFFFFF;
 font: 13px;
 font-weight: bold; 
 text-decoration: none;
 text-align: center;
}

.buttons a:hover 
{
 background-color: #778055;
 color: #FFFFFF;
 text-decoration: none;
}

