h3 {
	color:#000;
	font-weight:bold;
	}
body {
	background-color: #000;
	background-image:url(../img/bck.jpg);
	background-repeat:repeat-x;
	margin-left:0px;
	margin-top:16px;
	margin-right:0px;
	margin-bottom:0px;
	}
hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #d5d5d6;
	border-style: none none dotted;
	margin-top:20px;
	margin-bottom:20px;
	}
#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;
	background-image:url(../img/headers/loading.gif);
	background-repeat:no-repeat;
	}
#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;
	}	
#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.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	}	
#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;
	width:515px;
	border:none;
	text-align:left;
	padding-left:219px;
	}	
#print { /* Printer ONLY copy that appears at the top of page */
	float:left;
	border:none;
	width: 750px;
	text-align:center;
	display:none;
	}	

/* 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;
	}	
#thumbnails {
	float:left;
	border:none;
	width: 160px;
	padding-top:30px;
}	

/* Text Styles */

body,td,th {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	color: #58595B;
	}
p {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	color: #58595B;
	line-height:18px;
	padding-right:20px;
	}
a {
	text-decoration:none;
	color:#00ADEF;
	font-size:11px;
	}
a:link {
	text-decoration:none;
	font-size:11px;
	}
a:visited {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
a:active {
	text-decoration:none;
	}	
UL {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	color: #58595B;
	line-height:18px;
	padding-right:20px;
}

/* Custom Styles */
	
	
.smallprint {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height:18px;
	text-decoration:none;
	}
h1 {
	font-family: Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-size: 20px;
	color: #58595B;
	font-weight:normal;
	}
.sub-heading {
	font-family: Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-size: 13px;
	color: #A7A9AC;
	line-height:30px;
	}
.body-heading {
	color:#000;
	font-weight:bold;
	}
.body-link {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #00ADEF;
	line-height:18px;
	}
.red {color: #FF0000} /* Want red text? Use this bad boy! */

/* Menu Styles */

.menu-item { /* Standard menu box (grey with slight indent) */
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #000;
	display: block;
	background-color: #E5E5E5;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 17px;
	margin-bottom: 3px;
	}
.menu-title { /* Main menu title (dark grey with white type) */
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
	display: block;
	background-image:url(../img/nav-back.gif);
	background-repeat:no-repeat;
	background-color: #4C4C4C;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top:12px;
	margin-bottom: 3px;
	}
.menu-sub-title { /* Turquoise, selected menu header */
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	color: #FFF;
	display: block;
	background-color: #00ADEF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 17px;
	margin-bottom: 3px;
	}
.menu-dropdown { /* Deeper grey, shows the selected dropdown subnav */
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #FFF;
	display: block;
	background-image:url(../img/menu-spacer.gif);
	background-repeat:no-repeat;
	background-color: #97999C;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 38px;
	margin-bottom: 3px;
	}
.menu-select { /* Normal, selected title */
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #FFF;
	display: block;
	background-color: #97999C;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 17px;
	margin-bottom: 3px;
	}
.menu-dropdown-noselect { /* Not selected subnav, light grey but indented */
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #000;
	display: block;
	background-image:url(../img/menu-spacer.gif);
	background-repeat:no-repeat;
	background-color: #E5E5E5;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 38px;
	margin-bottom: 3px;
	}
.menu-link {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration:none;
	}
.sub-menu-link {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration:none;
	}
.dropdown-link {
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	}
	
/* Image Styles */

.image {
	padding-top:20px;
	}
.button {
	padding-top:10px;
	}
.thums {
	padding-bottom:20px;
	}
.thumbnails {
	padding-bottom:10px;
	}
.form-grad  { 
	background-image:url(../img/form-back.gif);
	background-repeat:repeat-x;
	border:solid;
	border-width:1px;
	border-color:#666;
	font-family: Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	}