/*--Reset all browsers to common set of defaults--*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/*--SET PAGE Properties--*/
body {	background-color: #bbbbbb;}/*--SET PAGE BACKGROUND COLOUR-*/

h1 {
	font-size: 40px; font-family: Arial, Helvetica, sans-serif; color: #0000FF; margin-bottom: 20px; padding-bottom: 10px;  }/*--SET FONT FOR PAGE HEADER--*/
h2  {font-size: 20px;	font-family: Arial, Helvetica, sans-serif;	color: #000000; margin-bottom: 6px;}/*--SET FONT FOR content heading--*/
h3  {font-size: 18px;	font-family: Arial, Helvetica, sans-serif;	color: #000000; margin-bottom: 4px;}/*--SET FONT FOR subheading--*/
p    {font-size: 14px;	font-family: "Times New Roman", Times, serif;	color: #000000; margin-bottom: 3px;} /*--SET FONT FOR paragraphs--*/
#page {
	width: 980px; /*--SET PAGE width -*/
	margin-left: auto;
	margin-right: auto;
	
	height: 680px;
	padding-left: 10px;
	border: 2px solid #0000aa;
	
	background-color: #DCF1E3;/*--SET PAGE BACKGROUND COLOUR-*/
}
#top { width: 900px; }/*--SET top width -*/


	
#content { 
	position: absolute;
	float: left;
	top: 60px;
	margin-left: 240px;
	width: 712px; /*--SET content width -*/
	background-color: #FFFFFF;
	padding: 5px;	
}	

#navigation {
	width: 210px; /*--SET navigation width -*/
	list-style: none;
	background-color: #CCCCCC;
  	margin-left: 0px;
  	margin-right: 0px;
 	 padding: 0;
 	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
#navigation p { padding-left: 5px;  }

#navigation a {
  
	margin-left: 10px;
	color: #000;
  	font-size: 11px; /*--SET navigation FONT -*/
	font-family: Arial, Helvetica, sans-serif;
  	text-transform: uppercase;
  	text-decoration: none;
	border: 1px solid #999;
	border-bottom: none; 
  	padding: 7px 15px 7px 30px;
	display: block;
	background-color: #E7E7E7; 
  	/*background-image: url(images/nav.png); 
  	background-repeat: no-repeat; 
  	background-position: 0 2px;*/
  	zoom: 1; 
}

#navigation a:hover {
  font-weight: bold;
  background-color: #B2F511;
  background-position: 3px 50%;
}
#navigation li { width: 200px; }

#home #homeLink {
  background-color: #FFFFFF;
  background-position: 97% 100%;
  padding-right: 15px;
  padding-left: 30px;
  font-weight: bold;
}




