body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #70767A url(media/bkg.gif) center repeat-y;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

body a:link { color: #FF3122; text-decoration: none; }
body a:visited { color: #FF3122; text-decoration: none;}
body a:hover { color: #8C989F; text-decoration: none; }

p { margin-top: 7px; margin-bottom:9px; }

h1 {color: #8C989F; font-size:18px; font-weight: normal; margin-top: 25px; margin-bottom: 10px;}
h2 {color: #FF3122; font-size:20px; font-weight: normal; margin-top: 12px; margin-bottom: 7px;}
h3 {color: #8C989F; font-size:14px; font-weight: bold; margin-top: 12px; margin-bottom: 5px;}
h4 {color: #FF3122; font-size:14px; font-weight: bold; margin-top: 5px; margin-bottom: 5px;}




/*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: 921px;
	height: 100%;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	background: #C5CBCF;
}
	
#header {
	width: 921px;
	position: relative; 
	background: #FFFFFF;
	font-size: 13px;
	color: #FF3122;
}

#header a:link { color: #8C989F; text-decoration: none; }
#header a:visited { color: #8C989F; text-decoration: none;}
#header a:hover { color: #FF3122; text-decoration: none; }
	
#mainContent { 
	width: 921px;
	position: relative;
	background: #FFFFFF;
	padding-bottom: 30px;
}
	
	
#nav {
	width: 921px;
	position: relative;
	background: #FF3122;
	
	font-size: 11px;
	line-height: 22px;
	color: #FFFFFF; 
}
	
#nav a:link { color: #FFFFFF; text-decoration: none; }
#nav a:visited { color: #FFFFFF; text-decoration: none; }
#nav a:hover { color: #FFFFFF; text-decoration: none; }

#footer {
	width: 800px;
	position: relative;
	background: #C5CBCF;
	padding-top: 5px;
	
	font-size: 10px;
	line-height: 23px;
	font-weight: bold;
	color: #959595; 
}

#footer a:link { color: #959595; text-decoration: none; }
#footer a:visited { color: #959595; text-decoration: none; }
#footer a:hover { color: #666666; text-decoration: none; }

.divPop { z-index:99; position:fixed; width:100%; top:0px; left:0px; height:100%; background-image:url(media/divBack.png) }

.tipBox { background: #EEEEEE; padding: 15px; color: #666666; border: #8C989F 1px solid; }

/*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 }
.orange { color: #FF3122 }

.errors { font-size:12px; color:#FF0000; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }
.homeText { line-height: 23px; }

