body, HTML {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image:url(images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	}

#container{
	width: 900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	background-color:#FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	}

#content{
	background-color: #ffffff;
	padding-top:4px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	display: block;
	}
	
#Footer{
	width: 100%;
	height:17px;
	background-image: url('images/footer.gif');
	padding-top:4px;
	font-family: Tahoma; 
	font-size: 10px; 
	color: #808080
	}
	
#Footer1{
	width: 100%;
	height:28px;
	background-image: url('images/footer1.gif');
	padding-top:4px;
	font-family: Tahoma; 
	font-size: 10px; 
	color: #808080
	}

#MainNavBar{
	background-image: url(Images/MainNavBg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	width: 100%;
	height: 40px;
}
#MainNavBar ul{
	list-style-type: none;
	padding: 0;
	margin: auto;
}

#MainNavBar li{
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(Images/MainNavDivBg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#MainNavBar ul a{
	display: block;
	line-height: 31px;
	width: 80px;
	text-decoration: none;
	font-family: Arial narrow;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: black;
}
#TopBanner {
	width: 100%;
	padding-left: 0px;
	height: 104px;
	background-image:url(Images/TopBanner_Bg.jpg);
	background-repeat: repeat-x;
}
.TopBannerItem {
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
	height: 104px;
	display: inline;
}

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	z-index:100;
}
#dropmenudiv a{
	width: 155px;
	display:block;
}
#etmark {
	position:absolute; 
	left:155px; 
	top:160px; 
	z-index:1;  
	visibility:hidden;
	display:none;
}
#ArchiveNews{
	width: 100%;
	text-align: left;
}

#BusinessSectors td{
	background-color: rgb(245,207,75);
	color: rgb(0,0,151);
}

.CurrentNews{
	width: 100%;
	text-align: left;
}
.CurrentlyReading{
	color: red;
	display: none;
}
a:link {
	color: #F37636;
}
a:visited {
	color: #F37636;
}
a:active {
	color: #F37636;
}

a.link2,a.link2:active,a.link2:visited{
	color:#CA0303;
	text-decoration:underline;
	font-size: 16px;
	font-weight:bold;
}

a.link3{
	text-decoration:none;
	color:black;
	font-weight:bold;
	font-size: 12pt;
}

h4{
	font-size:12px;
	font-weight:bold;
	padding:3px;
	margin-bottom:2px;
	border-bottom:solid 1px #333;
	background-color:#ddd;
}
h6{
	font-size:11px;
	font-weight:bold;
	padding:3px;
	margin-bottom:2px;
	background-color:#eee;
	text-transform:capitalize;
}
h6 a{
	cursor: pointer;
	color: orange;
}
	
h2{
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	text-transform:capitalize;
}
	
h1, h4, h6{
	padding-left:20px;
	padding:5px;
	margin:2px;
	border-bottom:1px solid #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D4A96;
	background-color:#ffffff;
	border: 1px solid #3D4A96;
}
.FloatRight{
	float:right;
	}
.FloatLeft{
	float:left;
	}
.FloatCentre{
	margin: 0 auto;
	}	
.xsToolTip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2;
    text-align:center;
    min-height: 80px; 

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
    color: black;
    background-color: #99FFC6;
}
.xsToolTipHdr 
{
	text-align:center;

	font-family: Arial;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;

    color: #FFFFFF;
    background-color: blue;
}
.xsToolTipBdy 
{
    font-family: Tahoma;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}