body{
	margin:0px;
}
#container {
	margin-left: -380px;
	border: 6px solid #999999;
	position: absolute;
	left: 50%;
	width:760px;
	height:617px;
	top: 10px;
	background-color:#FFFFFF;
	background-image: url(images/fade_blue.gif);
	background-repeat: repeat-x;
}
#banner {
	position: absolute;
	height: 58px;
	width: 682px;
	left: 38px;
	top: 14px;
	text-align:center;
	vertical-align:middle;
	/*background-color:#009EB4;*/
	background-color:#0099CC;
}
#pageContent {
	position: absolute;
	left: 38px;
	top: 81px;
	width: 662px;
	height: 211px;
	background-color: #FFFFFF;
	border: 1px solid #999;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.7em;
}
#pageContent2 {
	position: absolute;
	left: 38px;
	top: 81px;
	width: 662px;
	height: 417px;
	background-color: #FFFFFF;
	border: 1px solid #999;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.7em;
	overflow: auto;
}
#pageContent3 {
	position: absolute;
	left: 242px;
	top: 81px;
	width: 458px;
	height: 469px;
	background-color: #FFFFFF;
	border: 1px solid #999;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.7em;
	overflow: auto;
	scrollbar-3d-light-color:#fff;
    scrollbar-arrow-color:#fff;
    scrollbar-base-color:fff;
    scrollbar-dark-shadow-color:#999999;
    scrollbar-face-color:#0099CC;
    scrollbar-highlight-color:#999999;
    scrollbar-shadow-color:fff;
}
#smallPic {
	position: absolute;
	left: 38px;
	top: 81px;
	width: 183px;
	height: 233px;
	background-color: #FFFFFF;
	border: 1px solid #999;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.7em;
	padding:0px;
}
#menu {
	position: absolute;
	left: 38px;
	top: 334px;
	height: 236px;
	width: 183px;
	background-color: #FFFFFF;
	border: 1px solid #999;
	background-image: url(images/menu_txt.gif);
	background-repeat: no-repeat;
}
#submenu {
	background-color: #FFFFFF;
	border: 1px solid #999;
	position: absolute;
	height: 253px;
	width: 469px;
	left: 249px;
	top: 334px;
}
#opt_men {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 471px;
}
#menu_nav {
	position: absolute;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color: #0099CC;
	left: 13px;
	top: 33px;
	width: 157px;
	height: 196px;
	overflow: auto;
}
#menu_nav a {
	text-decoration:none;
	color: #666;
}
#menu_nav a:hover{
	text-decoration:none;
	color: #0099CC;
}
#subMen {
	position: absolute;
	left: 8px;
	top: 26px;
	width: 456px;
	height: 224px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.7em;
	overflow: auto;
}
#mainImage {
	border: 3px double #999999;
	position: absolute;
	top: 17px;
	left: 15px;
}
#indexLinks {
	position: absolute;
	left: 434px;
	top: 12px;
	width: 235px;
	height: 30px;
	text-align:center;
}
#mainText {
	overflow: auto;
	position: absolute;
	left: 434px;
	top: 34px;
	width: 235px;
	height: 172px;
	scrollbar-3d-light-color:#fff;
    scrollbar-arrow-color:#fff;
    scrollbar-base-color:fff;
    scrollbar-dark-shadow-color:#999999;
    scrollbar-face-color:#0099CC;
    scrollbar-highlight-color:#999999;
    scrollbar-shadow-color:fff;
}
#mainTextLeft {
	overflow: auto;
	position: absolute;
	left: 6px;
	top: 23px;
	width: 235px;
	height: 172px;
}
#expand {
	position: absolute;
	top: 207px;
	left: 615px;
}
#back {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.7em;
	color: #0099CC;
	position: absolute;
	left: 651px;
	top: 40px;
	width: 47px;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	height: 7px;
}
#back a{
	color: #0099CC;
}
.GreenHeaderText {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
}
.textBox {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #0099CC;
	width: 150px;
}
.brdrRight {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D1DFDF;
}
.button {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #0099CC;
	font-weight: bold;
}
.TN {
	border: 3px double #999999;
}
a {
	font-weight: bold;
	color:#0099CC;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#999999;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:105; background-color:#0099CC}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:40px; left:-1px; width:60px;
    border:1px solid #ccc;
    background-color:#e6e6e6; color:#000;
    text-align: center;
	padding: 2px;
	}.pad10 {
	padding: 10px;
}
#smallPic ul {
	padding: 5px;
	list-style-type: square;
	color: #0099CC;
	font-size: 10px;
	margin: 0px;
}
#pageFooter {
	bottom: -300px;
	position: absolute;
	left: -20px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 736px;
	/*top: 528px;*/
}
#pageFooter a {
	color: #FFFFFF;
	text-decoration: none;
}
#pageFooter a:hover{
	color:#666666;
	text-decoration: none;
}
#investor {
	position: absolute;
	left: 680px;
	top: 18px;
}
#tameside {
	margin-left: -380px;
	position: absolute;
	left: 50%;
	width:760px;
	height:77px;
	top: 640px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color:#999999;
}
#lynxGlobe {
	position: absolute;
	left: 70px;
	top: 15px;
	width: 200px;
	height: 200px;
}
#lynxGlobeCentred {
	position: absolute;
	left: 231px;
	top: 18px;
	width: 200px;
	height: 200px;
}
.centrepic {
	text-align:center;
	vertical-align:top;
}
#indexText {
	overflow: auto;
	position: absolute;
	left: 217px;
	top: 255px;
	width: 447px;
	height: 216px;
	padding:10px;
	background-color:#FFFFFF;
	scrollbar-3d-light-color:#fff;
    scrollbar-arrow-color:#fff;
    scrollbar-base-color:fff;
    scrollbar-dark-shadow-color:#999999;
    scrollbar-face-color:#0099CC;
    scrollbar-highlight-color:#999999;
    scrollbar-shadow-color:fff;
}
#newindexLinks {
	position: absolute;
	left: 450px;
	top: 66px;
	width: 180px;
	height: 130px;
	text-align:center;
	font-size:130%;
}
#indexTag{
	position: absolute;
	left: 38px;
	top: 561px;
	width: 678px;
	height: 20px;
	padding: 2px;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
}
#leftTag {
	position: absolute;
	left: 23px;
	top: 69px;
	width: 180px;
	height: 130px;
	text-align:center;
	font-size:130%;
	color:#0099CC;
}
.smallText {
	font-size:60%;
	padding:4px;
}