BODY {
	/* margin-left: 40px;
	margin-right: 20px;
	margin-top: 60px;
	background-color:"#BBBE92"; */
	background : url("../images/main_bg6.jpg");
}

A {
	color: #575D3D;
}

A:hover {
	color: #000000;
}

A.linkStyle {
	text-decoration: none;
}

A.linkStyle:Hover {
	text-decoration: underline;
	color: #302030;
}

.homeSplash {
	background: url("../images/misc/home_splash6.gif");
	width:400;
	height:142;
}

/* --------------- */
/* Main body text  */
/* --------------- */
.listText {
	font: 14px "Futura Lt BT";
}

.bodyText { 
	text-decoration: none;
	color: #353557; 
	font: 16px "Futura Lt BT", "Arial", Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 0px;
	}
/*
Table { 
	text-decoration: none;
	color: #575D3D; 
	font: 16px "Futura Lt BT", "Arial", Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 0px;
	}
*/	
	
/* Page sub titles */

/* Bold Big Title */
.titleTextTop {
	color: #9B6200;
	font: bold 18px Verdana, "Arial Black", Helvetica;
	letter-spacing: 10px
	}


.bigTitle {
	color: #9B6200; 
	font: 28px Times, "Futura Md BT", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0px
	}

.titleText {
	color: #0C1561; 
	font: bold 18px "Futura Md BT", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0px
	}	

/* Title (bold in purple) */
.titleText2 {
	color: #0C1561; 
	font: bold 14px "Futura Md BT", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0px
	}

/* Title (big bold in blue) */
.titleText3 {
	color: #91A5D5; 
	font: 20px "Futura Md BT", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0px
}

/* Lite Small Title */
.titleText4 {
	color: #00247E; 
	font: 20px bold "Futura Lt BT", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0px
}

.titleText5 {
	color: #D8834C; 
	font: bold "Futura Md BT";
	letter-spacing: 0px
}

/* beige Bold Title */
.titleTextInvert {
	color: #9B6200; 
	font: 28px Verdana, Arial, Helvetica;
	letter-spacing: 0px
	}
	
/* Light text next to catagory titles */		
.lightText {
	color: #AD747F; 
	font: bold italic 11px Verdana, Arial, Helvetica, sans-serif
	}
	
.tableTitle {
	background: #000000
	}
	
.tableSubTitle {
	background: #996666
	}
	
.tableBody {
	background: #339966
	}

.tableText {
	text-decoration: none; 
	color: #00247E;
	font: 14px "Futura Lt BT",Arial, Verdana, Helvetica, sans-serif; 
	letter-spacing: 0px 
	}

.bioimg {
	border: double #91A5D5 2px;
}
	
/* ------------------------------- */
/* right column text and formating */
/* ------------------------------- */

.sideBorder { 
	border: 1px solid #FEE2C7 
	}
	
.sideText { 
	text-decoration: none; 
	color: #58595B; 
	font: 11px Futura Lt BT, Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px 
	}

.sideTextBold { 
	text-decoration: none; 
	color: #8E9134; 
	font: bold 11px Futura Md BT, Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px 
	}

/* ------------------------ */
/* Drop down menu formating */
/* ------------------------ */


/* Main sections link colour */

.topBG {
	background: #FF9B4F;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:19px;
	z-index:9
	}
	
.toplink {  
	color: #FFFFFF; 
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	font-style: normal; 
	text-decoration: none
	}
.toplink:hover {
	color: #FFFFFF
	}

.mainDiv {
	position:absolute;
	left:20px;
	//top:40px;
	width:107%;
	height:1000px;
	z-index:0
	}
