body{
	background: white;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: top;
}



/*new styles*/

div{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.home-background{
	background-image: url(coreimages/homebg.jpg);
	background-color: #FFFFDB;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.home-content{
	background-image: url(coreimages/background3.jpg);
	background-repeat: no-repeat;
	background-position: center 25px;
}

.home-content-img1{
 background-image: url(/includes/template/coreimages/background1.jpg);
 background-repeat: no-repeat;
 background-position: center 25px;
}
 
.home-content-img2{
 background-image: url(/includes/template/coreimages/background2.jpg);
 background-repeat: no-repeat;
 background-position: center 25px;
}
 
.home-content-img3{
 background-image: url(/includes/template/coreimages/background3.jpg);
 background-repeat: no-repeat;
 background-position: center 25px;
}
 

.home-logo{
	padding:13px 0px 13px 0px;
}

.home-strapline{
	padding:13px 0px 13px 0px;
}

.home-text{
	width:280px; 
	font-size:9pt; 
	padding:13px 0px 13px 0px;
 }
 
.home-maintained-link{
	font-size:8pt;
	font-weight:bold;
	color:#5B4543;
	text-decoration: none;
}

.home-nav-links{
	font-size:10pt;
	font-weight:bold; 
	color:#4E2200; 
	text-decoration:none;
}

a:hover.home-nav-links{
	color:blue;
}	