body {
	margin: 0px;
	text-align: left;
	background-color: #FFFFFF;
	 } 
	 
/* Sets the font family and base font size for the site. 
**NOTE: 
You never have to repeat the font family or size unless you want them to be different. 
All other fonts, e.g. in the h1, h2, and h3 are percentages of this base font, which is about 11 points */
body, body div, body p, body th, 
body td, body li, body dd, body a {
font-family: "Trebuchet MS", arial, sans-serif;
font-size: small;
}

/*  This encloses ALL DIVS and centres them. It works with the text-align center declaration in the body */
#wrapper{
margin: 0 auto;
width:680px;
text-align:left;
background-color: #00ff00;
border: 1px solid #000000;  
}


/* START Header One Layout DIVS - all contained in 'headerone'*/
		
#headerone {
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	height: 10px;
}			
				
/* END Header Two Layout DIVS */		
			
			
				
			
/* START Content DIVS */
#content{
	width: 680px;
	margin: 0px;
	padding: 0px;
		}
				

#contentcentre {
	float: left;
	width: 680px;
	margin:0px;
	padding:0px;
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	text-align: right;}
			
			
		
	#contentnav {
	float: left;
	width: 680px;
	margin:50px 0px 0px;
	padding:0px;
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	text-align: right;}
	
		#contenttext {
	float: left;
	margin:40px 40px 0px;
	padding:0px;
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	text-align: right;
	width: 600px;
	line-height: 16px;
}
			
			
		
				
				
					

								

/* END Content DIVS */
			
			
			
#footer {
	width: 680px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	background-repeat: no-repeat;
				}





a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
		}	
						
	
a:link {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../../web_images/back_arrow.gif)../../web images/back_arrow.gif):///Hard Drive 17/ Clients/Bescom/Bescom web/Test HTML Site/web images/back_arrow.gif);
	}


a:hover {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../new_images/bullet.jpg);
	}



.class1 A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000099;
	font-weight: normal;
	line-height: 18px;
		}
						
	
.class1 A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000099;
	font-weight: normal;
	line-height: 18px;
		}

.class1 A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
	line-height: 18px;
		}



img {
	border : 0px none;
}

.imgright {
	border : 0px none;
	float: right
}			
	
h1 {
	color: #000000;
	font-size : 11px;
	margin-top: 0px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: 0px;
	list-style-position: inside;
	list-style-image: url(../new_images/bullet.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
			
	
h2 {
	color: #333333;
	font-size : 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	}

h3 {
	color: #666666;
	font-size : 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	}

h4 {
	color: #333333;
	font-size : 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 30px 0px 0px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	font-style: italic;
	}

h5 {
	color: #000000;
	font-size : 11px;
	margin-top: 0px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-right: 0px;
	list-style-position: inside;
	list-style-image: url(../new_images/bullet.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}

	
div.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}	
