/*Page Setup*/
body {
	font-family:arial;
	font-size:10pt;
	margin:0 auto;
	padding:0 auto;
}
.main_table {
	width:977px;
	margin-left: auto;
	margin-right: auto;

}
/*End Page Setup*/

/*Header*/
.address_left {
	padding-top:20px;
	color:#646464;
	font-size:10pt;
	width:213px;
	padding-left:20px;
}
.header_middle {
	padding-top:20px;
	width:550px;
	text-align:center;
}
.address_right {
	padding-top:20px;
	color:#646464;
	font-size:10pt;
	text-align:right;
	width:213px;
	padding-right:20px;
}
.banner {
	background:url('../images/page/Dark-Blue-Swish.png') no-repeat;
	height:79px;
	width:977px;
	text-align:center;
	color:#FFFFFF;
	font-size:14pt;
}
.banner_large_text {
	font-size:20pt;
}
/*End Header*/

/*Menu*/
#menu_holder {
	width:167px;
	float:left;
	border-right:1px #646464 solid;
	padding-left:15px;
}
#main_content_holder {
	width:795px
	float:left;
}

.menu {
	background:url('../images/page/menu_bg.png') no-repeat;
	background-position:0 -56px;
	width:155px;
	height:21px;
	font-size:8pt;
	color:#FFFFFF;
	padding-left:20px;
	padding-top:7px;
}
.menu:hover {
	background:url('../images/page/menu_bg.png') no-repeat;
	background-position:0 -84px;
	width:155px;
	height:21px;
	cursor:pointer;
}

.searchbox {
	background:url('../images/page/Search-image.png') no-repeat;
	height:21px;
	border:1px solid #416D9C;
	width:150px;
	vertical-align:middle;
	padding-top:7px;
}
.spacer {
	color:#FFFFFF;
}
.grey_links {
	color:#808080;
}
.grey_links:hover {
	color:#000000;
}
.copyright {
	color:#808080;
	font-size:8pt
}
/*End Menu*/

/*Main Content*/
.table_nopad {
	padding:0;
	margin:0;
	border-collapse: collapse;
}
.center_details_box_top {
	background:url('../images/page/Centre-Detail-Box-Top.png') no-repeat;
	background-position:bottom;
	height:7px;
	width:600px;
}
.center_details_box_bottom {
	background:url('../images/page/Centre-Detail-Box-Bottom.png') no-repeat;
	height:7px;
	width:600px;
}
.center_details_box {
	width:578px;
	border-right:1px #646464 solid;
	border-left:1px #646464 solid;
	border-collapse: collapse;
	padding:10px;
	color:#808080;
	min-height:450px;
}
.center_details_box a {
	color:#808080;
}

.center_details_box a:hover {
	color:#000000;
}

.right_details_box_top {
	background:url('../images/page/Right-Detail-Box-Top.png') no-repeat;
	background-position:bottom;
	height:7px;
	width:155px;
}
.right_details_box_bottom {
	background:url('../images/page/Right-Detail-Box-Bottom.png') no-repeat;
	height:7px;
	width:155px;
}
.right_details_box {
	width:133px;
	padding:10px;
	background:#DEDEEC;
	min-height:450px;
	border-right:1px #646464 solid;
	border-left:1px #646464 solid;
	border-collapse: collapse;
	color:#416D9C;
	font-style:italic;
	font-size:8pt;
}
.printer_friendly {
	border:0px;
}
.email_friend {
	border:0px;
}

.small_grey {
	color:#808080;
	font-style:normal;
	font-size:8pt;
}
/*End Main Content*/