body {background-color: #d8d6cd; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 0px;}

.bodytext {font-weight: normal; color: #ffffff; font-size: 12px;}
a.bodytext,  
a.bodytext:link, 
a.bodytext:visited {font-weight: normal;color: #ffffff; text-decoration:underline;}
a.bodytext:hover {text-decoration: underline;color: #b2ad9c;}

.bodytextbold {font-weight: bold; color: #ffffff; font-size: 12px;}
a.bodytextbold, 
a.bodytextbold:link, 
a.bodytextbold:visited {font-weight: bold; color: #ffffff; text-decoration:underline;}
a.bodytextbold:hover {text-decoration: underline;color: #b2ad9c;}

.bodytext14 {font-weight: normal; color: #ffffff; font-size: 14px;}
a.bodytext14,  
a.bodytext14:link, 
a.bodytext14:visited {font-weight: normal;color: #ffffff; text-decoration:underline;}
a.bodytext14:hover {text-decoration: underline;color: #b2ad9c;}

.bodytextbold14 {font-weight: bold; color: #ffffff; font-size: 14px;}
a.bodytextbold14, 
a.bodytextbold14:link, 
a.bodytextbold14:visited {font-weight: bold; color: #ffffff; text-decoration:underline;}
a.bodytextbold14:hover {text-decoration: underline;color: #b2ad9c;}

.heading {font-weight: bold; color: #ffffff; font-size: 14px;}
a.heading,  
a.heading:link, 
a.heading:visited {font-weight: bold;color: #ffffff; text-decoration:none;}
a.heading:hover {text-decoration: underline;color: #b2ad9c;}

.footertext {font-weight: normal; color: #000000; font-size: 12px;}
a.footertext,  
a.footertext:link, 
a.footertext:visited {font-weight: normal;color: #000000; text-decoration:none;}
a.footertext:hover {text-decoration: underline;color: #b2ad9c;}

.footertextsmall {font-weight: normal; color: #000000; font-size: 10px;}
a.footertextsmall,  
a.footertextsmall:link, 
a.footertextsmall:visited {font-weight: normal;color: #000000; text-decoration:none;}
a.footertextsmall:hover {text-decoration: underline;color: #b2ad9c;}

.smallwhite {font-weight: normal; color: #ffffff; font-size: 10px;}
a.smallwhite,  
a.smallwhite:link, 
a.smallwhite:visited {font-weight: normal;color: #ffffff; text-decoration:none;}
a.smallwhite:hover {text-decoration: underline;color: #b2ad9c;}

ul {margin-left: 0; padding-left: 2em;}
li {margin: 0; padding: 0;}

/* slide show code */

.carouselLeft {	
	display:none;
	background:url(../images/carousel/rotate-left.png);	
	width:40px; height:40px;
	background-position: 0px 0px;
}
.carouselLeft:hover {		
	width:40px; height:40px;
	background-position: 0px 40px;
	cursor:auto;
}
.carouselRight {
	display:none;
	background:url(../images/carousel/rotate-right.png);	
	width:40px; height:40px;
	background-position: 0px 0px;
}
.carouselRight:hover {	
	width:40px; height:40px;
	background-position: 0px 40px;


