body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background: #DDDDDD;
}

body a:link { color: #C50E10; text-decoration: underline; }
body a:visited { color: #C50E10; text-decoration: underline;}
body a:hover { color: #333333; text-decoration: underline; }

li { list-style-image: url(media/bullet_11.gif); }


/*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: 850px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
}
	
#header {
	width: 825px;
	position: relative; 
	padding-left: 12px;
	padding-right: 13px;
	background: url(media/shell_10.jpg) repeat-y #FFFFFF;
}
	
#content { 
	width: 825px;
	position: relative;
	padding-left: 12px;
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 30px;
	background: url(media/shell_10.jpg) repeat-y #FFFFFF;
}
	
#mainContent {
	width: 773px;
	position: relative;
	padding-left: 32px;
	padding-right: 20px;
}
	
#nav {
	width: 825px;
	height: 46px;
	position: relative;
	padding-left: 12px;
	padding-right: 13px;
	background: url(media/shell_10.jpg) repeat-y;
	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 46px;
	font-weight: bold;
	color: #FFFFFF; 
}
	
#nav a:link { color: #FFFFFF; text-decoration: none; }
#nav a:visited { color: #FFFFFF; text-decoration: none; }
#nav a:hover { color: #EFC26F; text-decoration: none; }
#nav li { list-style: none; display: block; padding: 0px; padding-left: 28px; float:left; margin: 0px; }
	#nav li .currentPage { color: #EFC26F; text-decoration: none; }
#nav ul {  margin: 0px; padding: 0px; }

#navBkg { 
	width: 820px;
	height: 46px;
	background: #C50E10;
	padding-left: 5px;

}
	

#footer {
	width: 850px;
	position: relative;
	padding-top: 25px;
	background: url(media/shell_13.jpg) no-repeat #DDDDDD;
	
	font-size: 12px;
	line-height: 23px;
	color: #666666; 
}

#footer a:link { color: #666666; text-decoration: none; }
#footer a:visited { color: #666666; text-decoration: none; }
#footer a:hover { color: #C50E10; text-decoration: none; }
#footer li { list-style: none; display: block; padding: 0px 10px; float:left; }
#footer ul {  margin: 0px; margin-top: 7px; }

.divPop { z-index:99; position:fixed; width:100%; top:0px; left:0px; height:100%; background-image:url(media/divBack.png) }

/*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 }

.red { color: #CC0000}
.red a:link { color: #CC0000}
.red a:visited { color: #CC0000}
.red a:hover { color: #666666}

.errors { font-size:12px; color:#FF0000; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }
