body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #1a1a1a;
	/* IE only scrollbar stuff */
	scrollbar-base-color: #E5E5E5;
	scrollbar-highlight-color: #DEE7EC;
	scrollbar-track-color: #E5E5E5;
	scrollbar-darkshadow-color: #E5E5E5;
	scrollbar-3dlight-color: #f77601;
	scrollbar-shadow-color: #f77601;
	scrollbar-arrow-color: #f77601;
}     
                                
 
img {
    border: None;
}

/*************************************************
Layout containers
*************************************************/

table.plinth {
	width: 820px;
	vertical-align: top;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
.siteBanner{
	width: 820px;
	height: 168px;
	background: url(/images/site_banner.png) no-repeat 0px 0px;
	margin: 0px 0px 0px 0px;
}
.leftBannerRepeat{
	background: url(images/repeatingBit.gif);
}

table.plinth td.contentArea {
	width: 680px;
	vertical-align: top;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

table.plinth td.contentArea table.layout{
	width: 680px;
	vertical-align: top;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

table.plinth td.contentArea table.layout td.middleCol{
	padding-left: 15px;
	width: 515px;
	vertical-align: top;
}

table.plinth td.contentArea table.layout td.finder{
	padding-left: 15px;
	padding-right: 15px;
	width: 680px;
	vertical-align: top;
}
table.plinth td.contentArea table.layout td.finder table.finderSections{
	font-family: Arial, sans-serif;
	font-size: 13px;
	width: 650px;
	vertical-align: top;
	margin-bottom: 15px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td{
	padding-left: 4px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.footer{
	padding-left: 4px;
	border-top: 1px solid #999999;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a:link {
	display: inline-block;
	text-decoration: none;
	color: #333333;
	background: url(/images/tickbox-f.gif) no-repeat 0px 0px;
	text-align: left;
	padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a:active {
	display: inline-block;
	text-decoration: none;
	color: #333333;
	background: url(/images/tickbox-f.gif) no-repeat 0px 0px;
	text-align: left;
	padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a:visited {
	display: inline-block;
	text-decoration: none;
	color: #333333;
	background: url(/images/tickbox-f.gif) no-repeat 0px 0px;
	text-align: left;
	padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a:hover {
	text-decoration: underline;
	background: url(/images/tickbox-f-mo.gif) no-repeat 0px 0px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a.remove {
	display: inline-block;
	text-decoration: none;
	color: #333333;
	background: url(/images/tickbox-t.gif) no-repeat 0px 0px;
	text-align: left;
	padding: 1px 4px 2px 18px;
}


table.plinth td.contentArea table.layout td.finder table.finderSections td.options a.remove:link {
	display: inline-block;
	text-decoration: none;
	color: #333333;
	background: url(/images/tickbox-t.gif) no-repeat 0px 0px;
	text-align: left;
	padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a.remove:active {
	display: inline-block;
	text-decoration: none;
	color: #333333;
	background: url(/images/tickbox-t.gif) no-repeat 0px 0px;
	text-align: left;
	padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a.remove:visited {
	display: inline-block;
	text-decoration: none;
	color: #333333;
	background: url(/images/tickbox-t.gif) no-repeat 0px 0px;
	text-align: left;
	padding: 1px 4px 2px 18px;
}

table.plinth td.contentArea table.layout td.finder table.finderSections td.options a.remove:hover {
	background: url(/images/tickbox-t-mo.gif) no-repeat 0px 0px;
	text-decoration: underline;
}


table.plinth td.contentArea table.layout td.finder table.finderSections td.heading{
	background: #999999;
	color: white;
	font-weight: bold;
}

table.plinth td.contentArea table.layout td.finder table.pagination{
	font-family: Arial, sans-serif;
	font-size: 13px;
	width: 650px;
	vertical-align: top;
	margin-bottom: 15px;
}

table.plinth td.contentArea table.layout td.finder table.pagination td{
	padding-left: 4px;
	padding-bottom: 2px;
}

table.plinth td.contentArea table.layout td.finder table.pagination td a.pageselected {
	font-size: 10px;
	padding: 0px 2px 0px 2px;
	color: #999999;
	background: white;
	text-decoration: none;
	border: 1px solid #999999;
}
table.plinth td.contentArea table.layout td.finder table.pagination td a.pagesected:hover {
	color: #999999;
	background: white;
	text-decoration: none;
	border: 1px solid #999999;
}
table.plinth td.contentArea table.layout td.finder table.pagination td a.page {
	font-size: 10px;
	padding: 0px 2px 1px 2px;
	background: #999999;
	color: white;
	text-decoration: none;
	border: 1px solid #003066;
}
table.plinth td.contentArea table.layout td.finder table.pagination td a.page:hover {
	background: #999999;
	color: white;
	text-decoration: none;
	border: 1px solid #003066;
}

table.plinth td.contentArea table.layout td.finder table.pagination td.heading{
	background: #999999;
	color: white;
	font-weight: bold;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #191919;
	width: 650px;
	vertical-align: top;
	margin-bottom: 15px;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td{
	padding-left: 4px;
	padding-top: 10px;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td a:link{
	background-image: url(images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	color: #003300;
}
table.plinth td.contentArea table.layout td.finder table.finderArticle td a:visited{
	background-image: url(images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	color: #003300;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td a:active{
	background-image: url(images/arrow-white.gif);
	background-repeat: no-repeat;
	background-color: cccccc;
	background-position: center right;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #003300;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td a:hover{
	background-image: url(images/arrow-white-mo.gif);
	background-repeat: no-repeat;
	background-color: white;
	background-position: center right;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #003300;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td.heading{
	width: 650px;
	background: #e5e5e5;
	color: #262f63;
	font-weight: bold;
	padding-top: 0px;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td.summary{
	padding-left: 10px;
	padding-right: 25px;
}

table.plinth td.contentArea table.layout td.finder table.finderArticle td.image{
	padding: 0px 0px 0px 0px;
}

table.plinth td.contentArea table.layout td.middleCol table.articles{
	width: 500px;
	vertical-align: top;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 15px;
	color: #191919;
}

table.plinth td.contentArea table.layout td.middleCol table.articles td.headline{
	background: #e5e5e5;
	color: #262f63;
	padding-left: 2px;
	font-weight: bold;
}

table.plinth td.contentArea table.layout td.middleCol table.articles td.leadArticleImage{
	padding: 10px 10px 10px 10px;
	width: 140px;
}

table.plinth td.contentArea table.layout td.middleCol table.articles td.fullWidthArticleImage{
	padding: 10px 10px 10px 10px;
	width: 105px;
	vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.articles td.articleCopy{
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.articles td.fullWidthArticleCopy{
	padding-top: 10px;
	padding-right: 10px;
	overflow-x: scroll;
	vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules {
	font-family: Arial, sans-serif;
	font-size: 13px;
	width: 500px;
	vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules td.half{
	width: 250px;
	vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules td.half table{
	width: 240px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	vertical-align: top;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules td.headline{
	background: #e5e5e5;
	padding-left: 2px;
	font-weight: bold;
	color: #262f63;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules td.halfWidthArticleImage{
	padding: 10px 10px 10px 10px;
	width: 70px;
}

table.plinth td.contentArea table.layout td.middleCol table.multimodules td.halfWidthArticleCopy{
	width: 160px;
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: top;
	overflow-x: scroll;
}
/*************************************************
Top & banner sections
*************************************************/
.navDate {
	background: #cccccc;
	width: 140px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}	

table.topTabs{
	width: 680px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

table.topTabs td {
	border-right: 1px solid white;
	padding-left: 2px;
	padding-right: 2px;
	overflow-x: hidden;
	vertical-align: middle;
}

table.topTabs td.filler {
	background: #cccccc;
	border-right: none;
}

table.topTabs td.last {
	background: #cccccc;
}

table.topTabs td.lastborder {
	background: #cccccc;
	border-left: 1px solid white;
}

table.topTabs td {
}

table.topTabs td.link {
	background: #cccccc;
	color: black;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	cursor: hand;
}

table.topTabs td.linkOver {
	background: #f77601;
	color: white;
	border-bottom: 1px solid #f77601;
	cursor: pointer;
}


table.topTabs td.selected {
	background: #f77601;
	color: white;
	border-bottom: 1px solid #f77601;
}


td.colorBar {
	background: #f77601;
}

td.colorBarLeft {
	background: #f77601;
	border-top: 1px solid #f77601;
}
td.colorBarRest {
	background: #f77601;
}

table.subbanner {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #999999;
}

table.subbanner a:link{
	text-decoration: none;
	color: #999999;
}

table.subbanner a:visited{
	text-decoration: none;
	color: #999999;
}

table.subbanner a:active{
	text-decoration: none;
	color: #999999;
}

table.subbanner a:hover{
	text-decoration: none;
	color: #1c1c1c;
}

table.subbanner td{
	padding-top: 10px;
	padding-left: 10px;
}

/*************************************************
Left navigation column
*************************************************/
td.leftNav {
	width: 140px;
	vertical-align: top;
	background: #f9d28c;
	border-top: 1px solid white;
}

td.leftNav div.bottomImage {
	text-align: center;
	margin-top: 20px;
}

td.leftNav table.navItem {
	font-family: Arial, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid white;	
}

td.leftNav table.navItem td {
}

td.leftNav table.navItem td a {
	padding-left: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

td.leftNav table.navItem td a:link{
	background-image: url(images/grey_menuicon.png);
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-position: center left;
	text-decoration: none;
	color: #333333;
}
td.leftNav table.navItem td a:visited{
	background-image: url(images/grey_menuicon.png);
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-position: center left;
	text-decoration: none;
	color: #333333;
}

td.leftNav table.navItem td a:active{
	background-image: url(images/grey_menuicon.png);
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-position: center left;
	text-decoration: none;
	color: #333333;
}

td.leftNav table.navItem td a:hover{
	background-image: url(images/white_menuicon.png);
	background-repeat: no-repeat;
	background-color: #f77601;
	background-position: center left;
	text-decoration: none;
	color: white;
}

td.leftNav table.navItem td a.selected:link{
	background-image: url(images/white_menuicon.png);
	background-repeat: no-repeat;
	background-color: #f77601;
	background-position: center left;
	text-decoration: none;
	color: white;
}

td.leftNav table.navItem td a.selected:visited{
	background-image: url(images/white_menuicon.png);
	background-repeat: no-repeat;
	background-color: #f77601;
	background-position: center left;
	text-decoration: none;
	color: white;
}

td.leftNav table.navItem td a.selected:active{
	background-image: url(images/white_menuicon.png);
	background-repeat: no-repeat;
	background-color: #f77601;
	background-position: center left;
	text-decoration: none;
	color: white;
}

td.leftNav table.navItem td a.selected:hover{
	background-image: url(images/white_menuicon.png);
	background-repeat: no-repeat;
	background-color: #f77601;
	background-position: center left;
	text-decoration: none;
	color: white;
}


td.leftNav table.navItem td a.protected:link{
	background-image: url(images/grey_padlockmenuicon.png);
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-position: center left;
	text-decoration: none;
	color: #333333;
}
td.leftNav table.navItem td a.protected:visited{
	background-image: url(images/grey_padlockmenuicon.png);
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-position: center left;
	text-decoration: none;
	color: #333333;
}

td.leftNav table.navItem td a.protected:active{
	background-image: url(images/grey_padlockmenuicon.png);
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-position: center left;
	text-decoration: none;
	color: #333333;
}

td.leftNav table.navItem td a.protected:hover{
	background-image: url(images/white_padlockmenuicon.png);
	background-repeat: no-repeat;
	background-color: #f77601;
	background-position: center left;
	text-decoration: none;
	color: white;
}

td.leftNav table.navItem td a.protectedselected:link{
	background-image: url(images/white_padlockmenuicon.png);
	background-repeat: no-repeat;
	background-color: #f77601;
	background-position: center left;
	text-decoration: none;
	color: white;
}

td.leftNav table.navItem td a.protectedselected:visited{
	background-image: url(images/white_padlockmenuicon.png);
	background-repeat: no-repeat;
	background-color: #f77601;
	background-position: center left;
	text-decoration: none;
	color: white;
}

td.leftNav table.navItem td a.protectedselected:active{
	background-image: url(images/white_padlockmenuicon.png);
	background-repeat: no-repeat;
	background-color: #f77601;
	background-position: center left;
	text-decoration: none;
	color: white;
}

td.leftNav table.navItem td a.protectedselected:hover{
	background-image: url(images/white_padlockmenuicon.png);
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-position: center left;
	text-decoration: none;
	color: #333333;
}

/*************************************************
sidebar column styles
*************************************************/

td.sidebar {
	padding-left: 15px;
	padding-right: 10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

td.sidebar table.sidebarItem {
	font-family: Arial, sans-serif;
	font-size: 9px;
	width: 140px;
	border-top: 1px solid #485079;
	margin-bottom: 15px;
}

td.sidebar table.sidebarItem td{
	background: white;
	color: 666666;
	vertical-align: top;
	padding: 5px 2px 2px 2px;
}

td.sidebar table.sidebarItem td.heading{
	background: #e5e5e5;
	color: #333333;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	padding: 2px 2px 2px 2px;
}

td.sidebar table.sidebarItem td div{
	text-align: center;
}

td.sidebar table.sidebarItem a:link{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #666666
}

td.sidebar table.sidebarItem a:visited{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

td.sidebar table.sidebarItem a:active{
	color: #666666
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

td.sidebar table.sidebarItem a:hover{
	color: #666666
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

/*************************************************
form styles
*************************************************/
table.form {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #1a1a1a;	
}

table.form input, select, textarea {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #1a1a1a;
}

table.form td.error {
	color: red;
	font-weight: bold;
}

table.form .button {
	background-color: #f77601;
	font-weight: bold;
	color: white;
}