BODY {
	/* margin-left: 40px;
	margin-right: 20px;
	margin-top: 60px;
	background-color:"#BBBE92"; */
	SCROLLBAR-BASE-COLOR: #0052C2;
	SCROLLBAR-ARROW-COLOR: #F1F1F1;
	background : url("../images/main_bg1.jpg");
}

A {
	color: #E75001;
}

A:hover {
	color: #0052C2;
}

A.linkStyle {
	text-decoration: none;
}

A.linkStyle:Hover {
	text-decoration: underline;
	color: #302030;
}

.buttonlink {
	background-color: transparent;
	text-decoration: none;
	font-size: 10px;
	height: 20px
}

/* --------------- */
/* Main body text  */
/* --------------- */
.listText {
	font: 14px "Futura Lt BT";
}

.bodyText { 
	text-decoration: none; 
	color: #58595B; 
	font: 14px  "Futura Lt BT", Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 0px;
	}
/*
Table { 
	text-decoration: none; 
	color: #000000; 
	font: 12px "Futura Lt BT", Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px 
	}
*/	

.bioimg {
	border: double #E75001 2px;
}

.leftAlignSplash {
	position: absolute;
	left: -30px;
}

/* Page sub titles */

/* Bold Big Title */
.titleText {
	color: #0052C2; 
	font: bold 24px "Futura Md BT", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0px
	}

/* Bold Small Title */
.titleText2 {
	color: #0052C2; 
	font: bold 16px "Futura Md BT", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0px
	}

/* Lite Big Title */
.titleText3 {
	color: #E75001; 
	font: 40px "Futura Lt BT", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0px
}

/* Lite Small Orange Title */
.titleText4 {
	color: #E75001; 
	font: 14px "Futura Lt BT", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0px
}

/* Orange Bold Title */
.titleTextInvert {
	color: #E75001; 
	font: bold 12px "Futura Md BT", Arial, Verdana, Helvetica, sans-serif;
	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: #58595B; 
	font: 14px "Futura Lt BT",Arial, Verdana, Helvetica, sans-serif; 
	letter-spacing: 0px 
	}

.highlightcell {
	color: #ffffff;
	background-color: #808080;
	font-size: 12px;
}
	
/* ------------------------------- */
/* right column text and formating */
/* ------------------------------- */

.sideBorder { 
	border: 1px solid #ffffff 
	}
	
.sideText { 
	text-decoration: none; 
	color: #000000; 
	font: 11px Futura Lt BT, Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px 
	}

.sideTextBold { 
	text-decoration: none; 
	color: #1F5647; 
	font: bold 11px Futura Md BT, Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px 
	}

/* ------------------------ */
/* Drop down menu formating */
/* ------------------------ */


/* Main sections link colour */

.topBG {
	background: #d7d999;
	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
	}
