body {
	background-color: #a8abc4;
	margin: 0;
	border: 0px none;
}

a:link {color: #f68935; text-decoration: underline;}
a:visited {color: #f68935; text-decoration: underline;}
a:hover {color: #ed1f24; text-decoration: none;}
a:active {color: #ed1f24; text-decoration: none;}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #f68935;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #f68935;
}

/* Main Containers */

#container_main {
	width: 1046px;
	height: auto;
	margin: 0px auto 0px;
	background: transparent;
}
#container_main_mast {
	width: 1046px;
	height: 374px;
	margin: 0px auto 0px;
	background: url('mast_bg.gif');
}
#container_main_body {
	float: left;
	width: 1046px;
	height: auto;
	margin: 0px auto 0px;
	background-repeat: repeat-y;
	background: url('liquid_main.gif');
}

/* End Main Containers */

#flash_container_top {
	width: 902px;
	height: 196px;
	float: left;
	background: transparent;
}
#container_spacer1 {
	width: 71px;
	height: 374px;
	float: left;
	background: transparent;
}
#container_spacer2 {
	width: 26px;
	height: 285px;
	float: left;
	background: transparent;
}
#top_navigation_container {
	width: 902px;
	height: 45px;
	float: left;
	background-image: url('top_nav.gif');
}
#flash_container_bottom {
	width: 902px;
	height: 133px;
	float: left;
	background: transparent;
}
#mast_spacer {
	width: 1046px;
	height: 8px;
	float: left;
	background-image: url('mast_spacer.gif');
}
#body_container {
	width: 570px;
	height: auto;
	float: left;
	background: transparent;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #24275f;
	text-align: left;
}
#body_container_title {
	width: 285px;
	height: auto;
	float: left;
	background: transparent;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #24275f;
}
#body_container_spacer1 {
	width: 30px;
	height: 200px;
	float: left;
	background: transparent;
}
#footer {
	width: 956px;
	height: 25px;
	float: left;
	background-image: url('footer.gif');
	padding-right: 90px;
	padding-top: 55px;
	text-align: right;
	font-family: verdana, "lucida console", sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}
#footer a:link {
	color: #fff; text-decoration: none;
}
#footer a:visited {
	color: #fff; text-decoration: none;
}
#footer a:hover {
	color: #a8abc4; text-decoration: none;
}
#footer a:active {
	color: #a8abc4; text-decoration: none;;
}

/* Start of Top Navigation */

#top_nav_container {
	width: 139px;
	height: auto;
	float: left;
	background: transparent;
}
#top_nav_container_spacer {
	width: 10px;
	height: 20px;
	float: left;
	background: transparent;
}
#top_nav_container ul {
	border: 0px none;
	margin: 0px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	background: url('top_button_over.gif'); 
}
#top_nav_container ul li {
	text-align: center;
	float: left;
	padding: 0px;
	margin: 0px;
}
#top_nav_container ul li a, .navcontainer ul li a.selected {
	/* inactive option box colours */
	width: 139px;
	height: 30px; /* below baseline of button text */
	color: #24275f; /*color for up text*/
	text-decoration: none;
	padding-left: 0px;
	padding-top: 15px;
	background: url('top_button_up.gif');
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: verdana, "lucida console", sans-serif;
	font-size: 14px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom: 0px;
}
#top_nav_container ul li a:hover { 
	color: #fff; /* type colour for other option hover*/
	font-weight: bold;
	background-image: url('top_button_over.gif'); /* box colour for other option hover*/
}
#top_nav_container ul li a.selected {
	background-image: url('top_button_over.gif');
	font-weight: bold;
	color: #fff;
}

/* End of Top Navigation */
/* Start of Left Navigation */

#left_nav_container {
	width: 307px;
	height: auto;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	background: transparent;
}
#left_nav_container ul {
	border: 0px none;
	margin: 0px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	background: url('left_button_over.gif'); 
}
#left_nav_container ul li {
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#left_nav_container ul li a, .navcontainer ul li a.selected {
	/* inactive option box colours */
	width: 242px;
	height: 42px; /* below baseline of button text */
	color: #fff; /*color for up text*/
	text-decoration: none;
	padding-left: 65px;
	padding-top: 15px;
	background: url('left_button_up.gif');
	display: block;
	font-weight: bold;
	text-align: left;
	font-family: verdana, "lucida console", sans-serif;
	font-size: 14px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom: 0px;
}
#left_nav_container ul li a:hover { 
	color: #24275f; /* type colour for other option hover*/
	font-weight: bold;
	background-image: url('left_button_over.gif'); /* box colour for other option hover*/
}
#left_nav_container ul li a.selected {
	background-image: url('left_button_over.gif');
	font-weight: bold;
	color: #24275f;
}

/* End of Left Navigation */
/* Start of Call Back Button */

#callback_nav_container {
	width: 249px;
	height: 150px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	background: transparent;
}
#callback_container ul {
	border: 0px none;
	margin: 0px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	background: url('callback_button_over.gif'); 
}
#callback_container ul li {
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#callback_container ul li a, .navcontainer ul li a.selected {
	/* inactive option box colours */
	width: 120px;
	height: 35px; /* below baseline of button text */
	color: #24275f; /*color for up text*/
	text-decoration: none;
	padding-left: 129px;
	padding-top: 115px;
	background: url('callback_button_up.gif');
	display: block;
	font-weight: bold;
	text-align: left;
	font-family: verdana, "lucida console", sans-serif;
	font-size: 14px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom: 0px;
}
#callback_container ul li a:hover { 
	color: #24275f; /* type colour for other option hover*/
	font-weight: bold;
	background-image: url('callback_button_over.gif'); /* box colour for other option hover*/
}
#callback_container ul li a.selected {
	background-image: url('callback_button_over.gif');
	font-weight: bold;
	color: #24275f;
}
#callback_spacer {
	width: 46px;
	height: 40px;
	float: left;
	background: transparent;
}
#nla_logo_container {
	width: 85px;
	height: 114px;
	float: left;
	margin-top: 15px;
	margin-left: 58px;
	background-image: url('nla_logo.gif');
}
#nla_logo_container {
	width: 85px;
	height: 114px;
	float: left;
	margin-top: 15px;
	margin-left: 58px;
	background-image: url('nla_logo.gif');
}
/* End of Call Back Button */


.h2seo {

	font-size: 16px;
	font-weight: bold;
	color: #f68935;
}
.h1seo {

	font-size: 10px;
	font-weight: bold;
	color: #f68935;
}
