/* CSS Document */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

boldtext{
padding: 2px;
font-family: Arial,sans-serif;
font-size: 12px;
font-weight: bold;
}


a:link, a:visited{
	color: #000066;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	color: #000066;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 120%;
 font-family: Arial, Helvetica, sans-serif;
 color: #000066;
 margin:10px 0;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


#masthead{
	background-color: #FFFFFF;
	width: 720px;
	height: 110px;
	background-image: url(School%20Logo%20colour.gif);
	background-repeat: no-repeat;
font-size:40px;
font-style:italic;
line-height:110px;
padding-right:40px;
}


#headerband{
	clear: both;
	width: 100%;
	background-color:#0000FF;
	font-size: 90%;
	color: #FFFFFF;
	font-weight:bold;
	text-indent: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}


#nav{
float:left;
width: 24%;
background-color: #FF0000;

}

#content{
width: 760px;
background-color:#FFFFFF;

}

#contentarea{
float: right;
width: 74%;
background-color:#FFFFFF;
text-align:left;
font-size: 12px;
margin-right: 3px;
padding-left: 6px;
padding-top: 6px;



}

#bottom{
clear: both;
width: 100%;
	font-size: 75%;
	color: #cccccc;
	margin-top: 0px;
	background-color:#0000FF;
	text-align:center;
}

#image1{
float:right;
padding: 3px;
text-align:center;
width: 240px;
	
}






#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-top: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;

  color:#FFFFFF;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color:#FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color:#CCCCCC;
	padding: 2px 0px 2px 10px;
	color: #000066;
	font-size: 14px;
}

 #nav ul a:link, #nav ul a:visited {display: block;}
#nav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #nav li {border-bottom: none;}
	
	
#nav{
	width: 180px;
	background-color: #0000FF;
}

#form{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	
}


	
