@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	background: #FFFFFF;
	margin: 0 auto;
	width: 812px;
} 
.twoColFixLtHdr #header {
	background: #0b2b5c;  /* 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. */
	width: 812px;
} 
.twoColFixLtHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 5px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	width: auto;
} 
.twoColFixLtHdr #footer {
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #0b2b5c;
	width: auto;
	padding-right: 10px;
	padding-left: 20px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #0b2b5c;
	background-color: #FFF;
	height: auto;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10pt;
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.SmallTitleCentred {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #0b2b5c;
	font-weight: lighter;
}
.MainBodyText_Justified {
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
}
.SideBarTitle_Centred {
	font-size: 11pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	color: #FFF;
	background-color: #0B2B5C;
}
.NormalTitle_Centred {
	font-weight: lighter;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #0b2b5c;
	font-size: 18px;
}
.twoColFixLtHdr #container #mainContent table tr td iframe {
	text-align: center;
}
.ContactText_Centered {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
.ContactText_Left {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent table tr .SmallTitleCentred {
	text-align: center;
}
.SmallTitle_Right {
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #0b2b5c;
}
.SmallItalicText {
	font-style: italic;
	font-size: 12px;
}
.TandC {
	text-decoration: underline;
	cursor: help;
}
.Red_Bold_Text {
	color: #900;
}





body {
	font: 9px normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font: 4.7em normal Georgia, 'Times New Roman', Times, serif;
	color: #333;
	margin: 0;
	padding: 5px 0;
}
h1 small{
	font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 2.1em;
	display: block;
	color: #fff;
}
.container {
	width: 812px;
	margin: 0 auto;
}



ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 812px;
	list-style: none;
	position: relative;
	font-size: 14px;
	background: #0B2B5C;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}
ul#topnav li:hover { background: #900; }
ul#topnav li span {
	float: left;
	position: absolute;
	left: 0px;
	top:35px;
	display: none;
	width: 797px;
	background: #900;
	color: #fff;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left:15px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}
.twoColFixLtHdr #container #header .SideBarTitle_Centred .MainBodyText_Justified td {
	color: #FFF;
}
.REDBOXHEADING {
	color: #FFF;
}
