/* CSS Document */

body {
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	width:760px;
	margin: 0px auto;
	}

h1 {
	font-size: 130%;
	margin-top:0;
	color: #0031AD;
	}

h2 { 
	font-size: 110%;
	color: #0031AD;
}	
h3 { 
	font-size: 102%;
	color: #0031AD;
	}

a, a:link, a:visited {
	color: #0031AD;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	background-color:#0031AD;
}
	

/*--------STRUCTURAL---------*/


#containerleft {
	float:left;
	width:20%;
	}


#containermiddle {
	float:left;
	width:76%;
	margin-left:2%;
	margin-top:0;
	}
	
/*-----------TOP-------------*/

#masthead {
	margin:0;
	height: 100px;
	margin-top:1%;
	background-image:url(http://www.sqa.org.uk/mini/images/5-14.gif);
	background-repeat:no-repeat;
	margin-left:28px;
	}
	
#masthead h1 {
	font-size: 180%;
	padding-left:138px!important;
	padding-left:146px;
	margin-top:4%;
	width:60%;
	color:#EF4136;
	float:left;
}

#masthead ul {
	float:right;
	width:10%;
	margin-top:4%;
	font-size:80%;
	list-style: none;
	list-style-image:none;
}
	
/*-----------MENU-------------*/

/* css for use with menu */

#nav {
	border-top: 1px solid #0031AD;
	font-weight:bold;
	font-size:82%;
}
#nav ul {
	list-style: none;
	list-style-image:none;
	margin:0;
	padding:0;
}
#nav li {
	border-bottom: 1px solid #0031AD;
}
#nav li a:link, #nav li a:visited {
	display:block;
	padding: 0.4em;
	border-left: 1px solid #0031AD;
	border-right: 1px solid #0031AD;
	color: #0031AD;
	text-decoration: none;
}
#nav li.hot a:link, #nav li.hot a:visited {
	color: #EF4136;
}

#nav li a:hover {
	background-color: #F7DE19;
	color: #0031AD;
}
#nav ul ul {
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	margin-left:0px;
	border-top: 2px solid #0031AD;
}
#nav ul ul li {
	border-bottom: 1px solid #0031AD;
	margin:0;
}
#nav ul ul a:link, #nav ul ul a:visited {
	background-color: #ffffff;
	color: #0031AD;
	padding-left:20px;
}
#nav ul ul a:hover {
	background-color: #F7DE19;
	color: #0031AD;
}
/* accessibility */

.hide {
	display:none;
	}
	
#skiplinks {
	display: none;
	}
	
/* form */
.label {
	padding-left:1px;
	padding-right:2px;
	padding-top:2px;
	vertical-align:top; 
	display:block; 
	font-weight:bold;
	float: left;
	text-align: right;
}

#ERROR {
	border: none; 
	font-weight: bold; 
	padding-left: 5px; 
	width: 300px; 
	color: rgb(255, 0, 0); 
	background-color: white;
}

.spacer {
	height:5px;
}
