/* Master Template for the site */

form, img, h1, h2, h3, h4, h5, p, ul, ol, fieldset
{
	padding:0px;
	margin:0px;
}

body
{
    background-position:top center;
    background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	behavior: url("csshover.htc");
}

img
{
	border:0px;
}

label
{
	font-weight:bold;
}

a, a:link, a:visited
{
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

a, a:link, a:visited, a:hover
{
	cursor:pointer;
	font-weight:bold;
}

h1
{
	font-size:20px;
	color:#FFF;
}

h2
{
	font-size:18px;
	color:#e05be4;
}

h3{}
h4{}
h5{}

address
{
	color:#000;
}

map, map area
{
	cursor:pointer;
}

label
{
	font-weight:bold;
}

/************* Class Elements *************/

.ContainerSize
{
	width:814px;
}

.WindowContainerSize
{
    width:665px;
    padding-top:40px;
}

.LeftSize
{
	width:203px;
}

.RightSize
{
	width:611px;
}

.Italic
{
	font-style:italic;	
}

.Clear
{
	clear:both;	
}

.Left
{
	float:left;	
	display:block;
}


.Right
{
	float:right;
}

.Hr
{
	height:3px;
	width:404px;
	border-top:2px solid #A2A2A2;
	margin:0px;
	padding:0px;
	font-size:0px;
}

.Middle
{
	position: relative;
	bottom: 0.3em;
}

.MaxWidth
{
	width:100%;
}

.Center
{
    text-align:center;
}

.MarginSpacer
{
    margin-top:20px;
}

.Disclaimer
{
    font-size:80%;
}

/************* Colours *************/
.White
{
	color:#FFF;	
}

.Black
{
	color:#000;	
}

.Red, .ColourRegister
{
	color:#c41130;
}

.FooterLink
{
	color:#FFFFFF;
}

.Grey
{
	color:#BFBFBF;	
}

.DarkGrey
{
    color:#2a7270;
}

.Blue
{
    color:#E05BE4;
}

.DarkBlue
{
    color:#5c82ac;
}

.Green
{
    color:#5fa917;
}

.ColourKids
{
    color:#BBD978;
}

.ColourParents
{
    color:#5163EF;
}

.ColourTeachers
{
    color:#BDAB19;
}

.ColourMisc
{
    color:#5C81AB;
}

