body {
	background-color: #FFF;
	}
#handler { /* Holds everything */
	position: absolute;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	}
#flash-header { /* Header image and logo */
	float:left;
	border:none;
	width: 750px;
	height: 159px;
	margin-bottom:4px;
	display:none;
	}
#main-menu { /* Main horizontal menu (below flash header) */
	float:left;
	border:none;
	width: 750px;
	height: 28px;
	margin-bottom:13px;
	background-image:url(../img/main-menu-bck.gif);
	background-repeat:no-repeat;	
	background-color:#000;
	text-align:center;
	display:none;
	}	
#content-body { /* Main content area for site (inc. HZ lines) */
	float:left;
	border:none;
	width: 694px;
	height:auto;
	padding-top:28px;
	padding-left:31px;
	padding-right:25px;
	background-image:url(../img/cont-bck.png);
	background-repeat:no-repeat;
	}	
#footer { /* White area beneith the content (white) */
	float:left;
	border:none;
	width: 750px;
	height:27px;
	margin-bottom:13px;
	background-color:#FFF;
	}	
#copyright { /* Area for copyright links etc */
	float:left;
	border:none;
	width: 750px;
	text-align:center;
	display:none;
	}	
#print { /* Printer ONLY copy that appears at the top of page */
	float:left;
	margin-left:219px;
	border:none;
	width: 750px;
	text-align:left;
	padding-bottom:25px;
	}	

/* Content DIV's (inside the white body area) */

#left-area { /* Anything in the left hand area (1/3) */
	float:left;
	border:none;
	width: 160px;
	height: 100%;
	margin-right:28px;
	background-color:#FFF;
	}	
#content-area { /* Anything in the middle body area (2/3) */
	float:left;
	border:none;
	width: 318px;
	height: 100%;
	margin-right:28px;
	background-color:#FFF;
	vertical-align:top;
	}	
#right-area { /* Anything in the right hand area (3/3) */
	float:left;
	border:none;
	width: 160px;
	height: 100%;
	background-color:#FFF;
	}	

/* Text Styles */

body,td,th {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	}
a {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	}
a:link,a:visited,a:active {
	text-decoration: none;
	}
p {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	line-height:18px;
	padding-right:20px;
	}
	
/* Custom Styles */
	
	
.smallprint {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	line-height:18px;
	}
.heading {
	font-family: Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-size: 20px;
	color: #000;
	}
.sub-heading {
	font-family: Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	line-height:30px;
	}
.body-heading {
	color:#000;
	font-weight:bold;
	}

	
/* Image Styles */

.image {
	padding-top:20px;
	display:none;
	}
.button {
	padding-top:10px;
	display:none;
	}