@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #5D79A1;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #000000;
	text-align: center;
}
a,a:hover, a:link, a:visited, a:active{
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
#footer a,#footer a:hover,#footer a:link,#footer a:visited,#footer a:active,#header a,#header a:hover,#header a:link,#header a:visited,#header a:active{
	color: #FFF;
	font-weight: normal;
	text-decoration:none;
}
#footer a:hover,#header a:hover{
	text-decoration: underline;
	color: #79AAEE;

}
#header a{
	margin-right: 20px;
}
.HFO #container, .HFO #footer {
	width: 764px;
	background: #5D79A1;
	margin: 7px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 6px solid #fff;
}
.HFO #footer {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #fff;
	border: none;
}
.HFO #header p, .HFO #footer p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 7px 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/bg_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 000.75em;
}
.HFO #mainContent {
	color: #fff;
	margin: 0px;
	padding: 0px;
	height: 442px;
	overflow: hidden;	
}
.HFO #container #lowerContent {
	color: #FFFFFF;
	background-color: #003466;
	margin: 0px;
	padding: 15px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #fff;
	padding-top: 15px;
}
#lowerContent #strapline {
	float: right;
	clear: right;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
}
.cb {
	font-size: 1px;
	clear: both;
	float: none;
}
#lowerContent #nav {
	color: #FFF;
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	white-space: nowrap;
	text-align: right;
	width: 600px;
}
#lowerContent #nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:right;
}

#lowerContent #nav li {
	list-style-type: none;
	float: left;
	margin-right: 40px;
	text-transform: capitalize;
}
#lowerContent #logo {
	padding-right: 15px;
	padding-bottom: 15px;
}
#mainContent ul,ol {
	font-size: 0.8em;
	padding-left: 2em;
	margin-left: 2em;
	margin-top: 5px;
	margin-bottom: 10px;
}
#mainContent input, #mainContent textarea {
	width: 80%;
}
#mainContent p, #mainContent table {
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#mainContent h2 {
	font-size: 0.9em;
	color: #003466;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#mainContent table h2 {
	font-size: 1.1em;
}
#logo h1{
	font-size: 1.2em;
	font-weight: bold;
}
#logo img {
	float: left;
	marginß: 10px;
}
#logo #strapline {
	color: #D6D6D6;
	margin: 0px;
	padding: 5px 0px 10px;
}
#logo #telephone {
	color: #FF9900;
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.orange {
	color: #FF9900;
}
a.grey {
	color: #D6D6D6;
}
#mainContent td p{
	width: 100%;
}#mainContent h1 {
	font-size: 1.4em;
	margin-top: 15px;
	margin-left: 15px;
	color: #003466;
	margin-bottom: 0px;
}
#mainContent #content {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	overflow: auto;
	height: 345px;
}
#prevNext{
	/*position: relative ;
	top: 335px;
	left: 0;
	z-index: 100;*/
	width: auto;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 0.9em;
	float: none;
	clear:both;
}
#prevNext a {
	color: #003466;
	font-weight: bold;
	margin: 0px;
}
#strapline p, #strapline embed, #strapline object {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
	letter-spacing: 0.1em;
}