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:0px;
	padding:10px 0px 0px;
	color: #FFFFFF;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	text-align: center;
	height: 28px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #FF9999;
}
	
		#contenttext1 {
	float: left;
	width: 678px;
	margin:0px;
	padding:0px;
	color: #FFFFFF;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	text-align: center;
	height: 33px;
	vertical-align: middle;
	font-weight: bold;
	border: thin solid #FF9999;
}
	
	
		#contenttext {
	float: left;
	margin:0px 0px 20px;
	padding:15px 20px 0px;
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	text-align: right;
	width: 638px;
	line-height: 16px;
	border: thin solid #FF9999;
}
			
			
		
				
				
					

								

/* END Content DIVS */
			
			
			
#footer {
	width: 680px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	background-repeat: no-repeat;
				}





a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 18px;
		}	
						
	
a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	list-style-position: outside;
	list-style-image: url(../../web_images/back_arrow.gif);
	text-decoration: none;
../../web images/back_arrow.gif):///Hard Drive 17/ Clients/Bescom/Bescom web/Test HTML Site/web images/back_arrow.gif);
	}


a:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	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: 12px;
	text-decoration: none;
	color: #FF9999;
	font-weight: normal;
	line-height: 18px;
		}
						
	
.class1 A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FF9999;
	font-weight: normal;
	line-height: 18px;
		}

.class1 A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
		}

#current
{
	color: #666666;
}


img {
	border : 0px none;
}

.imgright {
	border : 0px none;
	float: right
}			
	
h1 {
	color: #000000;
	font-size : 12px;
	margin-top: 0px;
	font-weight: normal;
	font-family: 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 : 36px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	}

h4 {
	color: #000000;
	font-size : 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0px 10px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	}



	
div.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}	
