﻿@import url(layout.css);
.coloured_line_short {
	color: #F4D315;
}
.margin_bottom_8 {
	text-align: left;
	margin-bottom: 10px;
}
.centre {
	text-align: center;
}
.wider_spacing {
	margin-top: 0;
	margin-bottom: 8px;
}
.maroon_text {
	color: #800000;
}
.style4 {
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 25px;
}
.style3 {
	margin-left: 0px;
	margin-right: 14px;
	margin-top: 3px;
	margin-bottom: 0px;
}
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
}
#container {
	width: 650px;
	margin: 0 auto;
	background: #fff repeat-y 50%
top;
}
#masthead {
	text-align: left;
	width: 650px;
	padding: 0;
	background-color: #E9E9E9;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-bottom-color: #D8D8D8;
}
#navigation {
	background-position: bottom;
	background-color: #0A3E8B;
	overflow: hidden;
	background-image: url('../images/bkgd_shadow_horiz_tile.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#column_l {
	width: 480px;
	padding: 0 10px 10px 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#column_r {
	width: 200px;
	margin: 0;
	float: right;
	background-color: #E9E9E9;
	position: relative;
	right: 11px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
}
#footer {
	background-position: bottom;
	background-color: #E9E9E9;
	overflow: hidden;
	background-repeat: repeat-x;
	padding-top: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}

/* Styles for Navigation */
#navigation ul {
	border-width: thin;
	border-color: #F4D315;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top-style: solid;
	border-bottom-style: solid;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	padding: 4px;
	display: block;
}
#navigation a:hover {
	background-color: #f2f2f2;
	color: #000000;
}
/* Styles for Content */
h1 {
	color: #0B479D;
	font-size: 1.5em;
}
h2 {
	color: #0B479D;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 20px;
}
h3 {
	color: #0B479D;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
}
#column_r p {
	color: #000;
	font-size: small;
	margin: 0 0 10px 0;
	padding: 0px;
}
#column_r ul {
	margin-left: 10px;
	padding-top: 0;
	padding-left: 10px;
	vertical-align: text-top;
	line-height: 20px;
}
#column_r ul li {
	font-size: small;
	display: list-item;
	list-style-position: outside;
	text-indent: 10px;
}
/* Styles for Footer */
#footer p {
	color: #000000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
h4 {
	color: #0B479D;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
}
