/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size:15px;
}

.black{
	background-color:#000000;
}

/******* hyperlink and anchor tag styles *******/

a:link{
	color:#7F88E0;
	text-decoration: none;
}

a:visited{
	color:#8A93A7;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font:120% Arial,sans-serif;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

.label{
	font-size:12px;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagelayout{
	width:100%;
	z-index:1000;
	vertical-align:top;
}

#head1{
	width:1020px;	
	text-align:left;
}

#head{
	height:145px;
	width:1020px;	
	text-align:left;
}

#banner{
	width:1020px;
	height:60px;
	background-image:url(../graphics/page/banner%20black.jpg);
}

.page{
	width:1020px;
	vertical-align:top;
}

.pagename{
	text-align:left;
	padding-top:5px;
	padding-left:20px;
	font: 125% Arial,sans-serif;
	color:#FFFFFF;
	z-index:1000;
}

.content{
	margin-top:-75px;
	font-size: 80%;
	padding:0px 10px 0px 10px;
}

.statement{
	width:970px;
	height:50px;
	text-align:left;
}

#foot{
	margin-top:10px;
	margin-bottom:30px;
	height:100px;
	width:1020px;
	background-image:url(../graphics/page/foot_black.jpg);
	font-size: 13px;
	font-style:normal;
	padding: 20px 0px 0px 0px;
}

/***********************************************/
/* Page images								   */
/***********************************************/

.image0{
	margin-top:0px;
	margin-bottom:20px;
	height:100px;
	width:1020px;
	background-image:url(../graphics/page/top_black.jpg);
	padding: 0px 0px 0px 0px;
}

#telomerase{
	height:542px;
	width:1020px;
	background-image:url(../graphics/overview/attempt18.jpg);
}

#telomeraseimage{
	height:262px;
	width:500px;
	background-image:url(../graphics/telomerasesmall.jpg);
}

/***********************************************/
/* head layout
/***********************************************/

#nav{
	height:38px;
	width:1020px;
	background-image:url(../graphics/menu/globalnavbg.gif)
}

#update2{
	width:1020px;
}

#update{
	position:absolute;
	top:7px;
	width:1020px;
	height:25px;
}

.update_details{
	background:#000;
	font: Verdana,sans-serif;
	color:#FDFDFD;
	text-align:right;
	padding-right:20px;
}

.date{
	background:#000;
	font: Verdana,sans-serif;
	color:#FDFDFD;
	text-align:right;
	padding-right:20px;
	height:12px;
}

#update_iframe{
	background:#000;
	height:12px;
	width:250px;
	position:relative;
	right:0px;
}

.feedback{
	font-size: 80%;
	margin-top:-36px;
	margin-left:100px;
	padding-top:0px;
	padding-bottom:0px;
	height:36px;
	width:44px;
	background-image:url(../graphics/home.jpg)
}

.feedback a:link{
	font-weight:bold;
	color:#BAC0BD;
	background-image:url(../graphics/home_selected.jpg)
}

.feedback a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#BAC0BD;
}

.feedback a:hover{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../graphics/home_selected.jpg)
}

/************ subNav styles **************/

#subnav{
	margin-top:45px;
	height:30px;
	width:1020px;
	background-image:url();
}

.subglobalNav{
	padding: 0px 0px 0px 0px;
}

.subglobalNav a:link{
	font-size: 80%;
	font-weight:bold;
	color:#FFFFFF;
}

.subglobalNav a:visited{
	font-size: 80%;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

.subglobalNav a:hover{
	color:#6C6C6C;
	font-weight:bold;
	text-decoration:underline;
}

.subcurrent{
	font-size: 80%;
	font-weight:bold;
}

/**************** table styles *****************/

.table_title{
	font-size:15px;
}

.data{
	border:solid 1px #ffffff;
	padding:2px;
	empty-cells:hide;
	color:#FFFFFF;
}

.hline{
	border-bottom:solid 1px #ffffff;
}

.milestones{
	color:#FFFFFF;
	background-image:url(../graphics/overview/bar.jpg);
	background-repeat:no-repeat;
}

.boxes a{
	font-size:9px;
	padding-left:20px;
}

.small_arrow{
	background-image:url(../graphics/overview/small_arrow.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.text_justify{
	text-align:justify;
	text-indent:30px;
}

/**************** timeline styles *****************/

.entry{
	position:relative;
	border:solid 2px #ffffff;
	padding:2px;
}

/**************** timeplot styles *****************/

#timeplot1{
	float:left;
	background-color:#FFF;
	color:#333;
	width:443px;
}

/**************** dhtml window styles *****************/

.window_container1{
	text-align:right;
	color:#000;
	background-image:url(../graphics/window/top_center.gif);
	background-repeat:repeat-x;
	background-color:#999;
	position:fixed;
	top:5px;
	margin:0px 20px 0px 650px;
	padding:0px 3px 3px 3px;
	z-index:10000;
	visibility:hidden;
}

.window_container2{
	text-align:right;
	color:#000;
	background-image:url(../graphics/window/top_center.gif);
	background-repeat:repeat-x;
	background-color:#999;
	position:fixed;
	bottom:45px;
	margin:0px 0px 0px 20px;
	padding:0px 3px 3px 3px;
	z-index:10000;
	visibility:hidden;
}

.window_container3{
	text-align:right;
	color:#000;
	background-image:url(../graphics/window/top_center.gif);
	background-repeat:repeat-x;
	background-color:#999;
	position:fixed;
	bottom:45px;
	margin:0px 0px 0px 20px;
	padding:0px 3px 3px 3px;
	z-index:10000;
	visibility:hidden;
	overflow:visible;
}

.window_container7{
	text-align:right;
	color:#000;
	background-image:url(../graphics/window/top_center.gif);
	background-repeat:repeat-x;
	background-color:#999;
	position:fixed;
	top:5px;
	margin:20px 0px 0px 305px;
	padding:0px 3px 3px 3px;
	z-index:10000;
	visibility:hidden;
	overflow:visible;
}

.window_header{
	height:17px;
}

/**************** dhtml window size styles *****************/

.additional_info1{
	width:1020px;
	height:175px;
	background-color:#FFF;
}

.additional_info2{
	width:1020px;
	height:200px;
	background-color:#FFF;
}

.additional_info3{
	width:1020px;
	height:300px;
	background-color:#FFF;
}

.additional_info4{
	width:425px;
	height:400px;
	background-color:#FFF;
}

.window_content1{
	height:350px;
	width:350px;
	background:#FFF;
}

.window_content2{
	height:275px;
	width:400px;
	background:#FFF;
}

.window_content3{
	height:550px;
	width:450px;
	background:#FFF;
}

.window_content4{
	height:380px;
	width:410px;
	background:#FFF;
}

/**************** dhtml window size styles *****************/

#special_container{
	padding-bottom:10px;
}

#special_container1{
	padding-bottom:10px;
	height:70px;
	vertical-align:top;
}

#special_ad{
	height:60px;
	width:1020px;
	text-align:center;
}

#special_ad1{
	height:60px;
	width:1020px;
	text-align:center;
	vertical-align:top;
	padding:0px 0px 0px 0px;
	margin:-25px 0px 0px 0px;
}

/********************* end **********************/