html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-size: 75%;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.5em;
	background: #DFE0FF url(../img/background_body.jpg) repeat-x top;
	color: #666;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, serif;
	font-weight: normal;
	color: #243B90;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.8em;
	line-height: 1.666em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.07em;
	margin: 1.07em 0;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin: 1.25em 0;
}

blockquote {
	margin: 0;
	padding: 0.75em 0 0 27px;
	background: #EEE url('../img/quote_open.gif') no-repeat top left;
}

blockquote p {
	padding: 0 27px 0.75em 0;
	background: url('../img/quote_close.gif') no-repeat bottom right;
}

a:link,
a:visited,
a:active {
	color: #2D50BB;
}

a:hover {
	color: #000;
}

a img {
	border: 0;
}

#bodyWrapper h2 a,
#bodyWrapper h3 a,
#bodyWrapper h4 a {
	color: #243B90;
	text-decoration: none;
	padding-right: 27px;
	background: url(../img/large_arrow_blue.gif) no-repeat right center;
}

p {
	margin: 0 0 1.5em 0;
}

/* Layout */
div#bodyWrapper {
	width: 760px;
	padding: 0;
	margin: 0 auto;
	background: #FFF;
	min-height: 100%;
	text-align: left;
}

div#header {
	margin: 0;
	padding: 0 10px;
}

div#header h1 {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
}

div#telephoneNumber {
	padding-top: 62px;
	text-align: right;
}

/* Primary Navigation */
div#primaryNav {
	float: right;
	border-top: 1px solid #CCC;
	/*width: 490px;*/
	text-align: right;
	margin-top: 5px;
	font-size: 0.92em;
}

div#primaryNav a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	padding: 0 5px;
	display: block;
}

div#primaryNav a:hover {
	color: #2D50BB;
	margin-top: 0;
	border-top: 5px solid #243B90;
}

div#primaryNav li.currentPage a {
	margin-top: 0;
	border-top: 5px solid #8386BB;
}

div#primaryNav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#primaryNav ul li {
	float: left;
	list-style: none;
}

div#tagLine {
	padding-top: 1.5em;
	clear: both;
}

div#mainContent {
	border-top: 1.5em solid #FFF;
	margin: 0;
	padding: 0;
	clear: both;
	height: 1%;
	/*background: url(../img/baseline.gif);*/
	background: #FFF url(../img/background_page_content.gif) repeat-y;
}

div#mainContent.homepage {
	background: #FFF url(../img/background_homepage_content.gif) repeat-y;
}

div#mainContent:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	width: 0;
}

div#contentBody {
	float: left;
	width: 480px;
	padding: 0 10px;
}

div.homepageContentItem {
	float: left;
	width: 230px;
	padding: 0 10px;
}

div.homepageContentItem img {
	display: block;
}

div.contactItem {
	margin: 1.5em 0;
	clear: left;
}

div.contactItem h3 {
	float: left;
	width: 150px;
	margin: 0;
}

div.contactItem p,
div.contactItem address {
	margin-left: 150px;
}

div.formField {
	margin: 1.5em 0 0 0;
	width: 480px;
	clear: left;
}

div.formField:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	width: 0;
}

div.formField label {
	float: left;
	display: block;
	width: 280px;
}

div.formField p.input {
	margin: 0 0 0 280px;
	padding-left: 12px;
}

div.formField p.submit {
	text-align: right;
}

div.formField input, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	color: #333;
	border: 1px solid #999;
	margin: 0;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	background: #EEE;
	width: 186px;
	padding: 0;
}

div.formField input.radio {
	border: none;
	background: transparent;
}

div.formField textarea {
	height: 7em;
}

div.formField p.currency {
	background: url(../img/sterling.gif) no-repeat left center;
}

div.formField input.button {
	background: #EEE;
	width: auto;
	border: 1px solid #CCC;
}

div.formField input.imageButton {
	background: transparent;
	width: auto;
	border: none;
}

div.sideBar {
	float: left;
	width: 230px;
	padding: 0 10px;
}

div.sideBar ul#globalUtilities {
	list-style: url(../img/bullet.gif);
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

#bodyWrapper div.sideBar ul#contextMenu {
	margin: 0 -10px;
	list-style: none;
}

div.sideBar ul#contextMenu,
div.sideBar ul#contextMenu li {
	list-style: none url();
	padding: 0;
}

div.sideBar ul#contextMenu li {
	margin: 0 0 -1px 0;
}

div.sideBar ul#contextMenu li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	padding: 0.75em 10px;
	color: #666;
}

div.sideBar ul#contextMenu li a.currentSection {
	background: #999 url(../img/section_bg.gif) repeat-x;
	color: #FFF;
}

div.sideBar ul#contextMenu li a.currentPage {
	color: #000;
}

div.sideBar ul#contextMenu li a:hover {
	background: #8586BB;
	color: #FFF;
}

div.sideBar ul#contextMenu li ul {
	background: #EEE url(../img/subsection_bg.gif) repeat-x;
	list-style-type: square;
	border-bottom: 1px solid #FFF;
	margin: -1px 0 -1px 0;
	padding: 0 0 0 0;
}

div.sideBar ul#contextMenu li ul li {
	list-style-type: square;
	margin: 0 0 0 2em;
}

div.sideBar ul#contextMenu li ul li a {
	background: transparent;
	border: none;
	font-size: 0.83em;
	line-height: 1.8em;
	padding: 0 10px 0 0;
}

div.sideBar ul#contextMenu li ul li a:hover {
	color: #000;
	background: none;
}

div.sideBar ul#globalUtilities a {
	font-weight: bold;
	text-decoration: none;
}

div.promoImage {
	margin: 1.5em 0;
	padding: 0;
}

div.promoImage a,
div.promoImage img {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
}

div#footer {
	padding: 1.5em 0;
	text-align: center;
	clear: both;
	font-size: 0.83em;
}

table {
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	width: 100%;
}

td, th {
	border: 1px solid #CCC;
	border-width: 1px 1px 0 0;
	margin: 0;
	padding: 0.75em;
	vertical-align: top;
}

thead th {
	background: #8587BA;
	color: #FFF;
}

th {
	background: #EEE;
}

table.refreshTable td,
table.refreshTable th {
	text-align: center;
	padding: 0;
	margin: 0;
}

table.refreshTable td.highlight {
	background: #8587BA;
	color: #FFF;
}

#pagination p#prevLink {
	float: left;
}

#pagination p#prevLink a {
	background: url(../img/small_arrow_blue_l.gif) no-repeat left center;
	padding-left: 18px;
}

#pagination p#nextLink {
	float: right;
}

#pagination p#nextLink a {
	background: url(../img/small_arrow_blue.gif) no-repeat right center;
	padding-right: 18px;
}

.finePrint {
	font-size: 0.83em;
	line-height: 1.8em;
	color: #999;
}

.important {
	font-weight: bold;
	color: #243B90;
}

.infoLibPdfLink {
	background: url(../img/pdficon_small.gif) no-repeat left center;
	padding-left: 20px;
	display: block;
}

.pdfLink {
	margin: 0.75em 0;
	padding: 0;
	text-align: right;
}
