body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: url(media/bkg.jpg) repeat-x #004964;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url(media/arrow_25.gif);
}

body a:link { color: #55ABC4; text-decoration: underline; }
body a:visited { color: #55ABC4; text-decoration: underline;}
body a:hover { color: #7EA3B1; text-decoration: underline; }

p { margin-top: 5px; margin-bottom:7px; }

h1 {color: #FFFFFF; font-size:20px; font-weight: normal; margin-top: 10px; margin-bottom: 15px;}
h2 {color: #FFFFFF; font-size:15px; font-weight: normal; margin-top: 15px; margin-bottom: 15px;}
h3 {color: #FFFFFF; font-size:14px; font-weight: normal; margin-top: 15px; margin-bottom: 10px;}

h3 a:link {text-decoration: none;}
h3 a:visited {text-decoration: none;}
h3 a:hover {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: 900px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
}
	
#header {
	width: 900px;
	position: relative; 
}
	
#mainContent { 
	width: 790px;
	position: relative;
	margin-top: 17px;
	padding-left: 60px;
	padding-right: 50px;
}
	
	
#nav {
	width: 900px;
	position: relative;
}

#footer {
	width: 100%;
	position: relative;
	border-top: #336D83 solid 1px;
	margin-top: 30px;
	text-align: center;
	
	font-size: 11px;
	line-height: 23px;
	color: #7EA3B1; 
}

#footer a:link { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: none; }

.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 }

.errors { font-size:12px; color:#FF0000; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }

#tmdcredit {
	width: 100%;
	position: relative;
	margin-top: -10px;
	text-align: center;
	
	font-size: 10px;
	color: #7EA3B1; 
}

#tmdcredit a:link { color: #7EA3B1; text-decoration: none; }
#tmdcredit a:visited { color: #7EA3B1; text-decoration: none; }
#tmdcredit a:hover { color: #FFFFFF; text-decoration: none; }

