@charset "UTF-8";
/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, form, td, tr, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

.clearit {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color:				blue;
}

#mainNavigation {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: center;
}

#utilityNavigation {
	background-image: url(../images/utilityNavigationBox_02.gif);
	background-repeat: repeat-y;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

#utilityNavigationLeft {
	display: block;
	float: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#utilityNavigationRight {
	text-align: right;
	display: block;
	float: right;
	list-style-type: square;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 6px;
}

#utilityNavigation a {
	text-decoration: none;
	color: #333333;
}

#utilityNavigation a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}

#bottomContent {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#countrySelector {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	float: right;
	font-size: 70%;
	margin-top: 6px;
	margin-right: 10px;
	clear: left;
}

#countrySelector a {
	text-decoration: none;
	color: #333333;
}

#countrySelector a:hover {
	color: #000000;
	text-decoration: underline;
}

.navigationBoxBottomEdge {
	background-image: url(../images/utilityNavigationBox_03.gif);
	height: 10px;
	background-repeat: no-repeat;
	width: 770px;
	background-position: bottom;
}

#leftContent {
	float: left;
	width: 240px;
	margin-bottom: 20px;
	font-size:			90%;
}
#leftContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	padding-left: 12px;
	padding-bottom: 6px;
}

#rightContent {
	float: right;
	width: 520px;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;	
}

#rightContent p {
	margin-top: 10px;
	margin-bottom: 14px;
}

#rightContent H2 {
	font-size: 130%;
	color: #3A3A3A;
	margin-bottom: 12px;
	display: block;
	margin-left: 28px;
}

#rightContent H3 {
	font-size: 110%;
	color: #333333;
	margin-bottom: 12px;
	/*margin-left: 28px;*/
	display: block;
	padding-top: 12px;
}

#noticeBox {
	margin-top: 24px;
}
#noticeBox p {
	margin-top: 3px;
	margin-bottom: 3px;
}
.logoSpacer {
	margin-left: 12px;
}
#noticeBox a {
	color: #2A438E;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
#noticeBox a:hover {
	text-decoration: underline;
}

#footernavigation {
	background-image: url(../images/bottomnavigationbox_02.gif);
	background-repeat: repeat-y;
}

#footernavigation p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	text-align: right;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 12px;
	white-space:	nowrap;
}

#footernavigation p a:link, #footernavigation p a:visited, #footernavigation p a:active {
	color: #333333;
	text-decoration: none;
}

#footernavigation p a:hover {
	color: #333333;
	background-color: #B4CAFD;
	text-decoration: none;
}

.footernavigationbottomimage {
	background-repeat: no-repeat;
	background-position: bottom;
	height: 8px;
	width: 770px;
	background-image: url(../images/bottomnavigationbox_03.gif);
}

#noticeBox p {
	padding-right: 15px;
}

.operationsColour {
	color: #7F8959;
}


.leftNavigationnolink {
	font-weight: bold;
	color: #333333;
} 

