﻿html, body
{
	background-color: #fff;
	color: #595959;
	padding: 0;
	margin: 0;
}

body, table, textarea, input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

div, table, img { border: none; margin: 0; padding: 0; }

td { vertical-align: top; }

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	color: #00539b;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
   line-height: 120%;
	text-decoration: none;
}
h1	{ font-size: 20px; margin-bottom: 10px; color: #f47929; }
h2	{ font-size: 16px; margin: 15px 0 0 0; }
h3	{ font-size: 14px; margin: 15px 0 0 0; }
h4	{ font-size: 12px; margin: 15px 0 0 0; }
h5	{ font-size: 12px; margin: 15px 0 0 0; }
h6	{ font-size: 12px; margin: 15px 0 0 0; }

hr
{
	border: 0 none;
	border-top: 1px solid #eaeaea;
	color: #fff;
	background-color: #fff;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	padding: 0;
	margin: 15px 0 5px 0;
}

p
{
	margin: 12px 0 0 0;
	padding: 0;
}

a
{
	color: #f47929;
	font-style: normal;
	text-decoration: none;
}
a:hover { color: #00539b; }

h1 a, h2 a, h3 a
{
	color: #00539b;
}

ul, ol
{
	margin: 10px 0 5px 0;
	padding: 0;
}
ul li, ol li
{
	margin: 5px 0 0 30px;
	padding: 0;
	list-style-position: outside;
}
ol li { list-style-type: decimal; }
ol li li { list-style-type: lower-roman; }

ol.lowerAlpha li { list-style-type: lower-alpha; }
ol.upperAlpha li { list-style-type: upper-alpha; }
ol.lowerRoman li { list-style-type: lower-roman; }
ol.upperRoman li { list-style-type: upper-roman; }
ol.decimal li { list-style-type: decimal; }

dl { margin: 7px 0 0 0; }
dt
{
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
   margin: 7px 0 0 0;
   padding: 0 0 0 4px;
}
dd { margin: 3px 0 0 4px; }



.alignRight				{ text-align: right !important; }
.alignCenter			{ text-align: center !important; }
.alignLeft				{ text-align: left !important; }
.alignJustify			{ text-align: justify !important; }
.alignTopLeft			{ text-align: left !important;		vertical-align: top !important; }
.alignTopCenter		{ text-align: center !important;		vertical-align: top !important; }
.alignTopRight			{ text-align: right !important;		vertical-align: top !important; }
.alignMiddleLeft		{ text-align: left !important;		vertical-align: middle !important; }
.alignMiddleCenter	{ text-align: center !important;		vertical-align: middle !important; }
.alignMiddleRight		{ text-align: right !important;		vertical-align: middle !important; }
.alignBottomLeft		{ text-align: left !important;		vertical-align: bottom !important; }
.alignBottomCenter	{ text-align: center !important;		vertical-align: bottom !important; }
.alignBottomRight		{ text-align: right !important;		vertical-align: bottom !important; }
	

.leadingNone				{ margin-top: 0 !important; margin-bottom: 0 !important; }
.leadingNoneBefore		{ margin-top: 0 !important; }
.leadingNoneAfter			{ margin-bottom: 0 !important; }
.leadingIncreaseBefore	{ margin-top: 25px !important; }
.leadingIncreaseAfter	{ margin-bottom: 25px !important; }
.borderNone					{ border: none !important; }

div.separator
{
	height: 1px;
	line-height: 1px;
	clear: both;
	overflow: hidden;
}

p.quote
{
	margin-top: 20px;
	font-size: 16px;
	color: #f47929;
}
p.source
{
	margin-top: 10px;
	font-size: 11px;
	color: #595959;
}
p.returnLink
{
	margin-top: 20px;
}


/**
 * Page Structure
 */

div#pageFrame
{
	position: relative;
	width: 968px;
	margin: 0 auto;
}
div#pageHeader {
	position: relative;
	height: 124px;
	border-bottom: 1px solid #CCC;
}
a#logoLink
{
	display: block;
	position: absolute;
	height: 109px;
	left: 0;
	top: 10px;
	width: 225px;
	outline-style: none;
	outline-width: 0;
}
span.strapLine 
{
	display: block;
	position: absolute;
	right: 0;
	top: 99px;
	font: normal normal bold 19px "Trebuchet MS", Helvetical sans-serif;
	text-transform: uppercase;
	color: #d1d3d4;
}

img#strapLine {
	display: block;
	position: absolute;
	right: 0;
	top: 103px;
}
div#contentContainer {
	position: relative;
	text-align: center;
}
div#pageFooter
{
	position: relative;
	height: 20px;
	color: #aaa;
	text-transform: uppercase;
	font-size: 11px;
	border-top: 1px solid #ccc;
}
div#pageFooter div.company,
div#pageFooter div.countries
{
	position: absolute;
	top: 3px;
}
div#pageFooter div.company
{
	left: 0;
}
div#pageFooter div.countries
{
	right: 0;
	text-align: right;
}
div#pageFooter div.countries a
{
	padding-left: 24px;
	color: #aaa;
	outline-style: none;
	outline-width: 0;
}
div#pageFooter div.countries a:hover
{
	color: #595959;
	text-decoration: none;
}
