body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E8EAEC;
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

body a:link { color: #009BFF; text-decoration: underline; }
body a:visited { color: #009BFF; text-decoration: underline;}
body a:hover { color: #82878C; text-decoration: underline; }

p { margin-top: 5px; margin-bottom:7px; }

h1 {color: #009BFF; font-size:16px; font-weight: normal; margin-top: 15px; margin-bottom: 15px;}
h2 {color: #009BFF; font-size:14px; font-weight: bold; margin-top: 12px; margin-bottom: 12px;}
h3 {color: #009BFF; font-size:14px; font-weight: normal; margin-top: 15px; margin-bottom: 15px;}

form { margin:0px; }

.submit  { border:1px solid #000000; }
.fieldname { font-weight:bold; }



/*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: 808px;
	left: 25px;
	top: 25px;
	position: relative;
}
	
#header {
	width: 800px;
	position: relative; 
}
	
#mainContent { 
	width: 808px;
	position: relative;
	background-image:url(media/bkg_01.jpg);
}
	
	
#nav {
	width: 808px;
	height: 33px;
	position: relative;
	background-image: url(media/nav_01.jpg);
	
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
	color: #FFFFFF; 
	text-align: center;
}
	
#nav a:link { color: #FFFFFF; text-decoration: none; }
#nav a:visited { color: #FFFFFF; text-decoration: none; }
#nav a:hover { color: #86B9DF; text-decoration: none; }

#footerNav {
	width: 808px;
	height: 30px;
	padding-top: 20px;
	position: relative;
	background-image: url(media/footer_01.jpg);
	background-repeat: no-repeat;
	
	font-size: 16px;
	line-height: 20px;
	color: #E8EAEC;
	text-align: center;
}

#footerNav a:link { color: #E8EAEC; text-decoration: none; }
#footerNav a:visited { color: #E8EAEC; text-decoration: none; }
#footerNav a:hover { color: #82878C; text-decoration: none; }

#footer {
	width: 808px;
	position: relative;
		
	font-size: 12px;
	line-height: 35px;
	color: #7B7E81;
	text-align: center;
}

#footer a:link { color: #000000; text-decoration: underline; }
#footer a:visited { color: #000000; text-decoration: underline; }
#footer a:hover { color: #82878C; text-decoration: underline; }

#certBadge {
	width: 212px;
	height: 267px;
	padding-left: 47px;
	padding-top: 43px;
	background-image: url(media/shell_03.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
}

#certBadge a:link { color: #000000; text-decoration: underline; }
#certBadge a:visited { color: #000000; text-decoration: underline;}
#certBadge a:hover { color: #333333; text-decoration: underline; }

#listseperator { background-color:#dedede; color:#dedede; height:1px; }

#membersLogin { background-image: url(media/shell_login_01.jpg); width: 238px; height: 91px; font-size: 11px; padding-left:13px; padding-top: 28px;}
#membersLogin a:link { color: #000000; text-decoration: underline; }
#membersLogin a:visited { color: #000000; text-decoration: underline;}
#membersLogin a:hover { color: #333333; text-decoration: underline; }
#line { background-color:#cccccc; height:1px; }

.certtable { font-size:11px; }

/*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: #333333 }
.blue { color: #009BFF }

.errors { font-size:12px; color:#FF0000; }
.compulsary { font-size:18px; color:#FF0000 ; font-weight: bold; }
.box { border:1px #cccccc solid; padding:3px; }

.selectedNav { color: #FF9900; }