body {
	 margin: 0px; line-height: 15px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-color: #373c42;
}

body, table { font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height: 15px; color:#FFFFFF; }

body a:link { color: #FFFFFF; text-decoration: underline; }
body a:visited { color: #FFFFFF; text-decoration: underline;}
body a:hover { color: #666666; text-decoration: none; }

p { margin-top: 3px; margin-bottom:5px; }

h1 {color: #FFFFFF; font-size:18px; font-weight: normal; margin-top: 15px; margin-bottom: 15px;}
h2 {color: #CC3333; font-size:16px; font-weight: bold; margin-top: 15px; margin-bottom: 15px;}
h3 {color: #999999; font-size:13px; font-weight: normal; margin-top: 12px; margin-bottom: 5px;}

form { margin:0px; }


/*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: 800px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
}
	
#header {
	width: 800px;
	position: relative; 
}
	
#content { 
	position: relative;
	padding:10px;
	text-align:left;
}
	
	
#mainnav, #mainnav ul { padding: 0; margin: 0; list-style: none; border:1px; margin-bottom:3px;}
#mainnav a { color:#ffffff; text-decoration:none; }
#mainnav li { position: relative; background-color:#000000; padding-left:10px; padding-top:3px; padding-bottom:3px; border-bottom:1px #464d53 solid; }
#mainnav li:hover { background-color:#FF0000; }
#mainnav ul  { left:106px; display: none; position: absolute; top:-1px;   }
#mainnav ul li { width:80px; }
#mainnav li:hover ul, li.over ul { display: block; }


#footer {
	width: 800px;
	position: relative;
	
	font-size: 10px;
	line-height: 23px;
	font-weight: bold;
	color: #000000; 
}

#footer a:link { color: #333333; text-decoration: none; }
#footer a:visited { color: #333333; 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) }

/*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 }
.green { color: #009933; }
.red { color: #FF0000; }

.googlewindow { color: #000000; }

.errors  { font-size:12px; color:#FF0000; margin-bottom:2px; margin-left:0px; margin-top:0px; padding:0px; }
.errors li { margin-left:15px; padding:0px; color:#FF0000; margin-bottom:0px; margin-top:0px; line-height:16px; }
.compulsory { font-size:18px; color:#FF0000 ; font-weight: bold; }
.fieldname { font-weight:bold; }
.line { color: #fff; background-color: #fff; border: 1px solid #cccccc; border-style: none none solid; margin-top:0px; margin-bottom:0px; }
