body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	background: #CCCCCC url(media/bkg.jpg) center repeat-y;
}

body a:link { color: #324C74; text-decoration: underline; }
body a:visited { color: #324C74; text-decoration: underline;}
body a:hover { color: #CC0000; text-decoration: underline; }

p { margin-top: 3px; margin-bottom:5px; }

h1 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #324C74; font-size:16px; font-weight: normal; margin-top: 20px; margin-bottom: 10px;}
h2 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:16px; font-weight: normal; margin-top: 18px; margin-bottom: 13px;}
h3 {font-family: Arial, Helvetica, sans-serif; color: #333333; font-size:13px; font-weight: bold; margin-top: 13px; margin-bottom: 5px;}

.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006666;
	display: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}






/*DIV STYLES BY ID*/
/*Padding must be subtracted from a DIV's width or height before applied.*/
/*Define text & link styles for footer & nav bars here.*/

#container {
	width: 820px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	background: #FFFFFF;
}
	
#header {
	width: 820px;
	position: relative; 
}
	
#mainContent { 
	width: 820px;
	position: relative;
}
	
	
#nav {
	width: 820px;
	height: 50px;
	position: relative;
}

#footer {
	width: 785px;
	position: relative;
	background: #324C74;
	padding-left: 35px;
	margin-top: 3px;
	
	font-size: 10px;
	line-height: 24px;
	font-weight: bold;
	color: #98a5b9; 
}

#footer a:link { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #CC0000; text-decoration: none; }

#footer p { margin-top:2px; margin-bottom:2px; line-height:14px; }

#educationNav { 
	position: absolute;
	width: 150px;
	left: 165px; 
	top: -550px;
	
	padding-left: 16px;
	line-height: 23px;
	font-size: 14px;
	color: #FFFFFF;
	background: #CC0000;
}

#educationNav a:link { color: #FFFFFF; text-decoration: none; }
#educationNav a:visited { color: #FFFFFF; text-decoration: none; }
#educationNav a:hover { color: #FFFFFF; text-decoration: none; }


/*TEXT SIZE AND COLOUR STYLES*/

.text9 { font-size:9px; line-height:13px; }
.text10 { font-size:10px; line-height:14px; }
.text11 { font-size:11px; line-height:15px; }
.text12 { font-size:12px; line-height:16px; }
.text13 { font-size:13px; line-height:17px; }
.text14 { font-size:14px; line-height:18px; }
.text18 { font-size:18px; line-height:22px; }

.black { color: #000000 }
.white { color: #ffffff }
.grey { color: #999999 }

.errors { font-size:12px; color:#FF0000; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }


