#header {
	position:absolute;
	left:10.5%;
	top:10%;
	width:77%;
	height:15%;
	z-index:2;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: right;
	overflow:visible;
}
#left_menu {
	text-align:center;
	position:absolute;
	left:10.5%;
	top:25%;
	width:9%;
	height:50%;
	z-index:4;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 1%;
	background-color: #FFFFFF;
}
#colorbar {
	text-align:center;
	position:absolute;
	left:21.5%;
	top:25%;
	width:1%;
	height:65%;
	z-index:5;
	background-color: #CC6600;
}
#footer {
	text-align:center;
	position:absolute;
	left:10.5%;
	bottom:10%;
	width:9%;
	height: auto;
	z-index:4;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 5%;
	background-color:#FFFFFF;
	overflow:hidden;
}

#main_static {
	position:absolute;
	left:22.5%;
	top:25%;
	width:65%;
	height:65%;
	z-index:2;		
	background-color: #FFFFFF;
	overflow:hidden;
}
#main_overflow {
	position:absolute;
	left:22.5%;
	top:25%;
	width:55%;
	height:auto;
	z-index:5;		
	background-color: #FFFFFF;
	overflow: visible;
	padding-left:5%;
	padding-right:5%;
	text-align:justify;		
}



a {
	color: #666666;
	font-style: normal;
	text-decoration: none;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 3;
	border:none;
}
a:hover {
	background-color: #CCCCCC;
	color:#CC6600;	
}

b {
	color:#CC6600;
	font-weight: bold;
}
body {
	font-style: normal;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
hr {
	color:#CCCCCC;
}


.heading {
	color:#333333;
	font-weight: normal;
	font-size:14px
}
.thumb{
	position: relative;
	z-index: 0;
}
.thumb:hover{
	z-index:50;
}
.thumb span{ /*CSS for enlarged image*/
	position: fixed;
	left:7.5%;
	top:5%;
	background-color: #333333;
	padding:10px;
	border: 0px;
	visibility: hidden;
	color: #CCCCCC;
	text-decoration: none;
	overflow: auto;
	text-align:center;
}
.thumb span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumb:hover span{ /*CSS for enlarged image on hover*/
	position: fixed;
	left:7.5%;
	top:5%;
	visibility: visible;
	z-index:1;
/*position where enlarged image should offset horizontally */
}