﻿html {
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #355D82;
}
#container {
	background-image: url('images/resources/axibkgnd.gif');
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 760px;
	background-color: #FFFFFF;
}
#banner {
	width: 750px;
	height: 120px;
	z-index: 105;
	left: 0px;
	top: 0px;
	position: relative;
}
#banner_logo {
	width: 120px;
	height: 120px;
	z-index: inherit;
	position: absolute;
}
#banner_image {
	padding: 0px;
	margin: 0px;
	left: 127px;
	position: absolute;
	width: 400px;
}
#banner_name {
	left: 127px;
	top: 8px;
	position: absolute;
	width: 400px;
}
#banner_tagline {
	position: absolute;
	z-index: inherit;
	left: 127px;
	top: 44px;
	width: 400px;
}
#banner_marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: absolute;
	width: 620px;
	height: 15px;
	z-index: 251;
	left: 127px;
	top: 74px;
}
#banner_menu {
	z-index: 250;
	left: 127px;
	top: 93px;
	height: 23px;
	width: 605px;
	position: relative;
}
#body_layer {
	padding: 0px;
	margin: 5px 0px 10px 127px;
	width: 620px;
	z-index: 104;
}
#body_layer p {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#body_layer dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#body_layer dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#body_layer p {
	padding: 0px;
	margin: 0px 0px 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#banner h1 {
	bottom: 0px;
	top: 0px;
}
#body_layer h1 {
	padding: 0px;
	margin: 0px 0px 18px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.80em;
}
#body_layer h2 {
	padding: 0px;
	margin: 0px 0px 18px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.80em;
}
#body_layer h3 {
	padding: 0px;
	margin: 12px 0px 12px 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.00em;
}
#body_layer h4 {
	padding: 0px;
	margin: 12px 0px 6px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#footer {
	position: relative;
	width: 750px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#footer_menu {
	padding: 0px;
	margin: 0px 0px 0px 127px;
	border: none;
	width: 605px;
	height: 23px;
}
#footer_text {
	padding: 0px;
	margin: 0px 0px 0px 127px;
	width: 620px;
	height: 27px;
	position: relative;
	top: 0px;
	left: 0px;
}
#footer_text p {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}
.align_centre {
	text-align: center;
}
.nomargins {
	margin-top: 0;
	margin-bottom: 0;
}
.stylexxx {
	font-family: Arial, Helvetica, sans-serif;
}
.parLineSpacing150 {
	line-height: 150%;
}
.parLineSpacing170 {
	line-height: 170%;
}
.style669 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 7px;
	margin-bottom: 7px;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 6px;
	margin-bottom: 6px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 0px;
	clear: both;
}
.imgLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.imgRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: blue;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: green;
	text-decoration: underline;
}
ul.menu_ul {
	list-style-type: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	float: left;
	height: 23px;
	margin: 0px;
	padding: 0px;
}
a.menu_a {
	display: block;
	background-color: #CEDE85;
	width: 100px;
	height: 23px;
	color: black;
	line-height: 23px;
	text-decoration: none;
	background-image: url('images/resources/button_100.gif');
	background-repeat: no-repeat;
}
a.menu_a:hover {
	background-position: 0px -24px;
	background-color: #ECF888;
	color: black;
}
li.menu_li {
	display: inline;
	float: left;
}
	

.style_clear_float {
	clear: both;
}
	

.style_indented {
	margin: 0px;
	text-indent: 25px;
	line-height: .75em;
	padding: 0px;
}
.style_bold {
	font-weight: bold;
}
.style_centre {
	text-align: center;
}
.style_left {
	text-align: left;
}
.style_right {
	text-align: right;
}
.style_nomargins {
	padding: 0px;
	margin: 0;
}

