html, form, body {
	width:100%;
	height: 100%;
	margin:0px;
	padding:0px;
}

body {
	background-color: #f2efea;
	background-image: url("Images/BackgroundShadow.jpg");
	background-repeat: repeat-y;
	background-position: center;
}

img {
	border: none;
}

p {
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

a {
	color: #363636;
	text-decoration: none;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.Georgia {
	font-family: Georgia, Serif;
	font-weight: normal;

}

.Intro {
	color:#363636;
	font-weight:bold;
}

h1, .h1 {
	font-size:250%;
	margin: 0px 0px 8px 0px;
	font-family: Georgia, Serif;
	color: #006f80;
	font-weight: normal;
	line-height:125%;
}
h2, h1.h2 {
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size:200%;
	line-height:100%;
	color: #006f80;
	margin:0px;
}
h3, h1.h3, h2.h3 {
	font-size:120%;
	font-family: Arial,Verdana,Helvetica;	
	font-weight: bold;
	color: #006f80;
	margin:0px;
}
h4, h1.h4, h2.h4, h3.h4 {
	font-size:100%;
	font-family: Arial,Verdana,Helvetica;
	font-weight: bold;
	color: #006f80;
	margin:0px;
}
h1 a, h1 a:visited, h1 a:hover {
	text-decoration: none;
}
h2 a, h2 a:visited, h2 a:hover {
	text-decoration: none;
}
h3 a, h3 a:visited, h3 a:hover  {
	text-decoration: none;
}

p {
	margin:0px 0px 1.5em;
	color: #363636;
}

.Orange, h1.Orange, h1.Orange a, h1.Orange a:visited, h1.Orange a:hover, h2.Orange, h2.Orange a, h2.Orange a:visited, h2.Orange a:hover {
	color: #ff460d;
	text-decoration:none;
}

.DarkBlue, h1.DarkBlue, h1.DarkBlue a, h1.DarkBlue a:visited, h1.DarkBlue a:hover, h2.DarkBlue, h2.DarkBlue a, h2.DarkBlue a:visited, h2.DarkBlue a:hover {
	color: #225971;
	text-decoration:none;
}

.Petrol, h1.Petrol, h1.Petrol a, h1.Petrol a:visited, h1.Petrol a:hover, h2.Petrol, h2.Petrol a, h2.Petrol a:visited, h2.Petrol a:hover {
	color: #006f80;
	text-decoration:none;
}

#MainContainer {
	width: 951px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 4px;
	height: 100%;
	font-size: 70%;
	font-family: Arial, Verdana, Serif;
}

#InnerPadding {
	padding-left: 16px;
	padding-right: 14px;
	height: 100%;
}

#Header {
	clear: both;
	height: 70px;
}
#Header img {
	border: 0px;
}

#LanguageSelector {
	float: left;
	width: 93px;
	padding: 10px 0px 0px 10px;
	border-left: 1px solid #dbdbdb;
	min-height: 20px;
}
* html #LanguageSelector {
	height: 20px;
}

#TopImageContainer {
	padding: 10px 0px 0px 0px;
	width: 80px;
	float:left;
}

#TopTextContainer {
	width: 700px;
	float: left;
	font-size: 190%;
	font-weight: normal;
	padding: 30px 0px 0px 32px;
}

#FullWidth {
	background-image: url("Images/BackgroundColumnBorder.jpg");
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
}

#FullWidthStartPage {
	background-image: url("Images/BackgroundColumnBorderStart.jpg");
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	padding-bottom: 7px;
}

* html #FullWidth {
	background-position:center;
}

#LeftColumn {
	width: 226px;
	margin-right: 1px;
	float:left;
}

#MiddleColumn {
	width: 468px;
	padding: 7px 0px 0px 0px;
	float:left;
	overflow:hidden;
}

#StartPageLeftColumn {
	width: 694px;
	float:left;
}
#RightColumn {
	width: 226px;
	overflow:hidden;
	float:right;
}
#RightPadding {
	padding:7px 0px 0px 7px;
}

#MainBody {
	color:#363636;
	line-height:140%;
}
#MainBody p a, #MainBody p a:visited, #MainBody p a:hover {
	color:#006f80;
	text-decoration:underline;
}
#MainSplashContainer {
	padding-top: 7px;
	background-color: #ffffff;
	padding-bottom: 7px;
	border-bottom: 1px solid #dbdbdb;
}
#MainSplash {
	width:687px;
	height: 238px;
	background: #ffffff url("Images/MainSplashBg.jpg") no-repeat;
	position:relative;
}
#FlashContainer {
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	width:687px;
	height:238px;
}
#TextContainer {
	position:absolute;
	left:26px;
	top:35px;
	width: 465px;
	z-index:20px;
}
#TextContainer h1 {
	font-size: 330%;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
#TextContainer p {
	font-size: 110%;
}

.SplashContainer {
	width: 219px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.SplashContainerRight {
	width: 219px;
	padding: 7px 0px 7px 8px;
	margin: 0px 0px 0px 0px;
	border-bottom:solid 1px #dbdbdb;
}

.SplashLeft {
	clear:left;
	padding-top: 7px;
	padding-bottom: 0px;
	float: left;
	width: 226px;
}

.SplashMiddle {
	float: left;
	width: 219px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.SplashRight {
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	float: left;
	border-style: none;
	border-bottom: 0px;
	border-top: 0px;
	width: 226px;
}	

.SplashTop {
	background-image: url("Images/CustomSplashTop.jpg");
	background-repeat: no-repeat;
	background-position: top;
	font-size: 0px;
	height: 7px;
}

.SplashBottom {
	background-image: url("Images/CustomSplashBottom.jpg");
	background-repeat: no-repeat;
	font-size: 0px;
	background-position: bottom;
	height: 7px;
}

.SplashContent {
	padding:14px 15px 0px;
	background-color: #f2ede7;
	min-height: 230px;
}

* html .SplashContent {
	height: 230px;
}

.SplashContent h1 {
	line-height: 100%;
	margin-bottom: 12px;
}

.SplashContent p {
	margin-bottom: 0px;
}

.ReadMore {
	text-align:right;
	font-weight:bold;
}

#RightSplashes .SplashContainer {
	margin-bottom: 0px;
}

#RightSplashes .SplashLastItem {
	margin-bottom: 0px;
}


#RightSplashes .SplashContent {
	padding-top: 7px;
	min-height: 0px;
}

.SplashContainerRight .SplashContent {
	padding:7px 10px;
	min-height:85px;
}

#BreadAndPrint {
	float:left;
	width:100%;
	padding-bottom:5px;
}

#BreadCrumbs {
	float:left;
	width:421px;
}

a.Print {
	display:block;
	float:right;
	width:17px;
}

#MainBodyPadding {
	padding:0px 14px;
}

#Footer {
	float: none;
	display: block;
	padding: 7px 0px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-color: #ffffff;
}
#FooterInner {
	width:100%;
	background: #00aac3 url('Images/BgFooterLeft.gif') no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #ffffff;
}
#FooterInner p {
	color:#ffffff;
	margin:0px;
}
#FooterInner a, #FooterInner a:visited, #FooterInner a:hover {
	color: #ffffff;
}
#FooterInner div {
	background: transparent url('Images/BgFooterRight.gif') no-repeat;
	background-position: right top;
	padding: 7px 0px;
}
#Footer img {
	margin: 0px;
	padding: 0px;
}

/* NewsContainer */
#NewsContainer {
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #dbdbdb;
}

.NewsItem a, .LinkIcon {
	background-image: url("Images/LinkIcon.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
}

.Alternating {
	background-color: #f2ede7;
}

.AlternatingTop {
	background-image: url("Images/AlternatingTop.jpg");
	background-repeat: no-repeat;
	font-size: 0px;
	height: 4px;
}
.AlternatingBottom {
	background-image: url("Images/AlternatingBottom.jpg");
	background-repeat: no-repeat;
	height: 4px;
	font-size: 0px;
}

.NewsItem .Content {
	padding-top: 4px;
	padding-left: 11px;
	padding-right: 7px;
	padding-bottom: 6px;
}

.Alternating .Content {
	padding-top: 0px;
	padding-bottom: 2px;
}
.NewsItem .Date {
	color: #7a7a7a;
	font-weight: bold;
	font-size: 85%;
}

#StaticNews {
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #dbdbdb;
}

#RightSplashes {
	margin-bottom: 7px;
}

.MainImageTop {
	clear:both;
	padding:0px 0px 0px 8px;
	margin-bottom:8px;
}
.MainImageTop img {
	max-width:453px;
}
.MainImageRight {
	float:right;
	margin-left:15px;
	margin-bottom:8px;
	text-align:right;
}
.MainImageLeft {
	float:left;
	margin-right:15px;
	margin-bottom:8px;
}
.MainImageLeft img, .MainImageRight img {
	max-width:210px;
}

h1.OrangeBg {
	margin: 0px;
	padding: 0px;
	background: transparent url('Images/BgOrangeHeadingLeft.jpg') no-repeat;
	background-position: left top;
	line-height: 80%;
	color: #ffffff;
	font-size:150%;
}
h1.OrangeBg span {
	display:block;
	margin: 0px;
	padding: 7px 10px;
	background: transparent url('Images/BgOrangeHeadingRight.jpg') no-repeat;
	background-position: right top;
}
h1.OrangeBg a, h1.OrangeBg a:visited, h1.OrangeBg a:hover {
	color:#ffffff;
}

.SupportingDocuments {
	border-bottom:solid 1px #dbdbdb;
	padding:7px 0px 0px 7px;
}

.SupportingDocuments ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SupportingDocuments li {
	margin: 0px;
	padding: 0px;
}
.SupportingDocuments li a {
	display:block;
}
.SupportingDocuments li a span {
	display: block;
	padding: 7px 10px;
}
.SupportingDocuments li a span span {
	padding: 0px 0px 0px 10px;
	background: transparent url("Images/LinkIcon.gif") no-repeat;
	background-position: left 4px;
}
.SupportingDocuments li a.Alternating {
	background: #f2ede7 url('Images/BgAlternatingItemTop.gif') no-repeat;
	background-position: left top;
}
.SupportingDocuments li a.Alternating span {
	background: transparent url('Images/BgAlternatingItemBottom.gif') no-repeat;
	background-position: left bottom;
}
.SupportingDocuments li a.Alternating span span {
	padding: 0px 0px 0px 10px;
	background: transparent url("Images/LinkIcon.gif") no-repeat;
	background-position: left 4px;
}
ul.NewsList {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.NewsList li {
	border-top:solid 1px #dbdbdb;
	padding:4px 0px 5px;
	margin:0px;
}
ul.NewsList li h1 {
	font-size:150%;
	font-weight:normal;
	margin:3px 0px 2px;
}
ul.NewsList p {
	margin:0px;
}
.PagingContainer {
	padding:5px 0px;
	border-top:solid 1px #dbdbdb;
}
.PagingContainer a, .PagingContainer a:visited, .PagingContainer a:hover {
	color:#006f80;
	padding:0px 6px 0px 0px;
	text-decoration:none;
	font-weight:bold;
}
.PagingContainer span.PrevPagingItem {
	color:#000000;
	display:inline;
	padding:2px 4px 4px 10px;
	font-weight:normal;
	background:transparent url('Images/LinkIconBack.gif') no-repeat;
	background-position:left 7px;
}
.PagingContainer span.NextPagingItem {
	color:#000000;
	background-color:#efefef;
	padding:2px 10px 4px 4px;
	font-weight:normal;
	background:transparent url('Images/LinkIcon.gif') no-repeat;
	background-position:right 7px;
	line-height:100%;
}
a.SelectedPagingItem, a.SelectedPagingItem:hover, a.SelectedPagingItem:visited {
	color:#000000;
	text-decoration:none;
}
ul.PrevNextPage {
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
	float:left;
}
ul.PrevNextPage li {
	display:block;
	float:left;
	width:50%;
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.PrevNextPage li a {
	padding:0px 0px 0px 10px;
	background:transparent url('Images/LinkIconBack.gif') no-repeat;
	background-position:left 5px;
	font-weight:bold;
}
ul.PrevNextPage li.Next {
	text-align:right;
}
ul.PrevNextPage li.Next a {
	padding:0px 10px 0px 0px;
	background:transparent url('Images/LinkIcon.gif') no-repeat;
	background-position:right 5px;
}
a.IconEN, a.IconSV {
	padding:2px 0px 2px 24px;
	font-size:120%;
	color:#8c8c8c;
}
a.IconEN {
	background:transparent url('Images/IconEN.jpg') no-repeat;
}
a.IconSV {
	background:transparent url('Images/IconSV.jpg') no-repeat;
}
.MainBodySplash {
	border-top:solid 1px #dbdbdb;
	padding:7px 7px 7px 8px;
}
.MainBodySplash .Top {
	width:452px;
	background:#f2ede7 url('Images/MainSplashTop.gif') no-repeat;
	background-position:left top;
}
.MainBodySplash .Bottom {
	padding:9px 10px 11px;
	background:transparent url('Images/MainSplashBottom.gif') no-repeat;
	background-position:left bottom;
}
.MainBodySplash h1 {
	line-height:100%;
	margin-bottom:12px;
}
.MainBodySplash p {
	margin:0px;
}
.ContactList {
	padding:0px 0px 7px 0px;
	overflow:auto;
}
.ContactList a, .ContactList a:visited, .ContactList a:hover {
	color:#006f80;
	text-decoration:underline;
}
.ContactItem {
	margin-bottom:5px;
}
.ContactInfo {
	display:block;
	padding-left:10px;
}