body {
	margin: 0px;
	padding: 0px;
	background-color: #ffebcc;
	color: #000;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	}

a:link, a:visited, a:active, a:hover {
	color: #ff9900;
	}

a img { border-style: none; }

h1 {
	margin: 0px;
	padding: 0px 40px 20px 0px;
	color: #ff9900;
	font-size: 18px;
	}
h2 {
	margin: 0px;
	padding: 25px 0px 5px 0px;
	color: #ff9900;
	font-size: 12px;
	}

h3 {
	color: #002288;
	margin: 20px 0px 0px 0px;
	font-size: 13px;
	}

p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	}

strong, b {
	color: #ff9900;
	}

#page_wrapper {
	background-color: #fff;
	width: 760px;
	margin: 0px auto;
	}

/****************/
/**** HEADER ****/
/****************/
#header img {
	display: block;
	}

/**************/
/**** MENU ****/
/**************/
#menu {
	background-color: #ff9900;
	height: 22px;
	border-bottom: solid 1px #fff;
	}

#menu ul {
	padding: 3px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	}
#menu ul li {
	float: left;
	}
#menu ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	padding: 0px 8px;
	border-right: solid 2px #fff;
	}
#menu ul li a.last {
	border-right-style: none;
	}
#menu ul li a.active {
	color: #000067;
	}

/*****************/
/**** CONTENT ****/
/*****************/
#content_wrapper {
	font-size: 11px;
	background-image: url("/images/right_bar.png");
	background-position: top right;
	background-repeat: repeat-y;

	position: relative;
	}

/*******************/
/**** RIGHT BAR ****/
/*******************/
#right_bar {
	float: right;
	width: 200px;
	font-size: 10px;
	padding-bottom: 140px;
	}

/** IE6 HACK **/
* html #right_bar {
	position: relative;
	}

#right_bar .home {
	color: #fff;
	}

#right_bar .home p {
	margin: 18px 0px 12px 10px;
	padding: 0px 0px 0px 8px;
	font-weight: bold;
	background-image: url("/images/read_in_another_language_arrow.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	}

#right_bar .home .language_select {
	height: 60px;
	padding: 7px 0px 0px 12px;
	}

#right_bar .home .language_select .country {
	width: 50px;
	margin-right: 4px;
	float: left;
	text-align: center;
	}
#right_bar .home .language_select .country a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}


#right_bar .home .quick_links {
	clear: left;
	/* padding: 18px 0px 0px 8px; */
	padding-left: 8px;
	}

#right_bar .home .quick_links .quick_link {
	margin: 0px 6px 6px 0px;
	padding: 0px;
	float: left;
	}

#right_bar .home .quick_links .quick_link a {
	display: block;
	width: 88px;
	height: 88px;
	background-color: #0e0675;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#right_bar .home .quick_links .quick_link a:hover {
	background-color: #fff;
	color: #ff9900;
	}

#right_bar .home .quick_links .quick_link img {
	display: block;
	}

#right_bar .home .quick_links .quick_link .single_line {
	padding: 8px 0px 0px 3px;
	}
#right_bar .home .quick_links .quick_link .double_line {
	padding: 2px 0px 0px 3px;
	}

#right_bar .side_images {
	padding-top: 50px;
	}

#right_bar .side_images img.image1, #right_bar .side_images img.image2, #right_bar .side_images img.image3 {
	margin-bottom: 5px;
	}

#right_bar .centre_links {
	}

#right_bar .centre_links ul {
	margin: 0px;
	padding-left: 40px;
	}

#right_bar .centre_links ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#right_bar .centre_links ul li a.active {
	color: #0e0675;
	}

/**********************/
/**** MAIN CONTENT ****/
/**********************/
#main_content {
	margin-right: 194px;
	padding: 0px 25px 25px 70px;
	}

#subsection_wrapper {
	height: 50px;
	padding-left: 70px;
	}

#sub_nav {
	padding: 20px 0px 0px 0px;
	}

#sub_nav .subsection_link {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-left: 6px;
	margin-right: 2px;

	background-image: url("/images/subsection_arrow.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	}

#sub_nav a.active {
	color: #0e0675;
	}

img.centre_image {
	float: right;
	margin-left: 10px;
	}

.gallery_wrapper {
	width: 470px;
	}

h3.gallery_title {
	clear: left;
	}

div.gallery_image {
	width: 115px;
	height: 148px;
	padding: 0px;
	margin: 0px 2px 3px 0px;
	float: left;
	color: #002288;
	}
div.gallery_image div.image {
	height: 118px;
	}

/****************/
/**** FOOTER ****/
/****************/

div#contact_us_banner {
	}

div#contact_us_banner a {
	display: block;
	width: 436px;
	background-color: #ff9900;
	color: #ffffff;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	}

div#special_offer_banner {
	position: absolute;
	right: 5px;
	bottom: 5px;
	}

/** IE6 HACK **/
* html div#special_offer_banner {
	bottom: 230px;
	}

#footer {
	background-color: #0e0675;
	color: #fff;
	font-size: 10px;
	padding: 5px 5px 5px 0px;
	clear: both;
	}

#footer div.managed_by {
	float: right;
	width: 200px;
	text-align: right;
	}
#footer div.copyright {
	float: right;
	}

#footer a.email_link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;

	padding-left: 26px;
margin-left: 70px;
	background-image: url("/images/envelope.png");
	background-position: center left;
	background-repeat: no-repeat;
	}
