/* ---------STRUCTURE OF WHOLE SITE  -------- */    
html,body{margin:2px 0px 0px 0px;
	padding:0;
	background-color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 90%;
	text-align: center;
	height:100%;}

#container {position: relative;
	width: 824px;
	margin: 0;
	padding: 0;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;}

#header {position: relative;
	width:824px;
	height:75px;
	margin:0;
	padding:10px 0 0 0;
	background-color:#C0C0C0;}

#nav {position: relative;
	float: left;
	width:789px  !important;
	w\idth:824px;
	padding:20px 20px 5px 15px;
	background-color:#FFFFFF;}
	
#content {position: relative;
	float:left;
	width:784px  !important;
	w\idth:824px;
	background-color:#FFFFFF;
	padding:20px 20px 20px 20px;}

#footer {position: relative;
	float: left;
	width: 824px;
	font-size: 75%;}	
/* ---------END STRUCTURE OF WHOLE SITE -------- */ 


/* ---------START HEADER PROPERTIES. This formats the any text in the header that is in the headertext class.-------- */
p.headertext {  
	font-family: "lucida handwriting", Arial, Helvetica, Verdana, sans-serif;	
	font-size: 3em;
	margin:0;
	padding:0;
	color: #2F4F4F;
	text-align: left;}
/* ---------END HEADER PROPERTIES -------- */


/* ---------NAVIGATION BAR PROPERTIES -------- */ 
/* ---------The UL container is a list, LI is each list item, bullet point etc. The As are link formatting.-------- */   
div#nav ul {
	padding:5px 10px 0 0;
	margin: 0;
	font-size:100%;}

div#nav li {
	position: relative; 
	float: left; 
	list-style-type: none;
	border-right: 1px solid #C7C7C7;
	padding:5px 20px 0 10px;}

div#nav li a:link {	font-weight:bold;
			text-decoration:none;
			color:#2F4F4F;}

div#nav li a:visited {	font-weight:bold;
	  		text-decoration:none;
			color:#2F4F4F;}

div#nav li a:hover {text-decoration:underline;
	  	  		font-weight:bold;
	    	  		color:#2F4F4F;}

div#nav li a:active {text-decoration:underline;
	  	  		font-weight:bold;
	    	  		color:#2F4F4F;}
/* ---------END NAVIGATION BAR PROPERTIES -------- */


/* ---------START FOOTER PROPERTIES -------- */    	
/* ---------The UL container is a list, LI is each list item, bullet point etc. The As are link formatting.-------- */   
ul.footerlinks li {
	position: relative; 
	float: right;	
	list-style-type: none;	
	font-weight:bold;
	margin: 10px 10px 10px 10px;}	
	
ul.footerlinks li a:link {
	display: block;
	font-weight:bold;
	text-decoration: none;	 
	color: #2F4F4F;}	
	
ul.footerlinks li a:visited {font-weight:bold;
	  		text-decoration:none;
			color:#2F4F4F;}

ul.footerlinks li a:hover {
	color: #2F4F4F; 
	font-weight:bold;
	text-decoration:underline;}  	
/* ---------END FOOTER PROPERTIES -------- */


/* ---------FONT SETTINGS FOR WHOLE SITE  -------- */    
/* ---------The IMG is settings for images. H1 is formatting for header text. P is formatting for paragraphs. The As are link formatting.-------- */   
img{	border:none;
	padding:0;
	margin:0;}

h1{	font-size:2em;
        font-weight:bold;
        text-align:left;
        padding:10px 0 0 0;
        color:#2F4F4F;}

p{	font-size:1em;
	font-weight:normal;
	color:#333;}

p a:link {text-decoration: none;
	color: #2F4F4F;	}
	
p a:visited {text-decoration:none;
	color:#2F4F4F; }

p a:hover, a:active {text-decoration:underline;
    	  	color:#2F4F4F;  }
/* ---------END FONT SETTINGS FOR WHOLE SITE */


/* ---------Box */
.alertbox {
    width:750px !important;
    width:772px;
    border:1px solid #C0C0C0;  /* FOR DIFF COLOURED BORDER CHANGE THIS, IE GREY: #C0C0C0 */
    background-color:#FFFFFF;  
    padding:10px 10px 10px 10px;
    text-align:left;
    }

.alertbox p {
    padding:0px 0px 0px 0px;
    color:#000000;
    }

.alertbox img { margin:2px 2px 2px 2px;} 
/* ---------END Box */
