/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #330033;
	list-style-position: inside;
	list-style-type: circle;	
	background-color: #FFFFFF;
	background-image: url('images/helix_background.jpg');
	background-repeat: no-repeat;
	background-position: 119px 28px;
	margin: 0px;
}

/* Nav */

#topnavStart {
	position: absolute;
	top: 10px;
	left: 130px;
	z-index: 2;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	overflow: hidden;
	width: 530px;
	margin: 0px;
	padding: 0px;
}	
.topnavHome {
	text-align: left;
	padding:0px 9px 0px 0px;
	margin: 0px;
}
.topnavBlock {
	color: #FFFFFF;
	border-left: 1px solid;
	padding: 0px 10px 0px 15px;
	margin: 0px;
}
#topnavSubMenuA{
	position: absolute;
	top: 34px;
	left: 178px;
	width: 470px;
	margin: 0px 25px 25px 0px;
}	
#topnavSubMenuB{
	position: absolute;
	top: 34px;
	left: 277px;
	width:407px;
	margin: 0px 25px 25px 0px;
}
#restoreMenu{
	position: absolute;
	top: 175px;
	height:25px;
	width:800px;
	z-index: 3;
} 	
.SubMenu{	
	display:none;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 2;
	border-left:1px solid #330033;
	border-bottom:1px solid #330033;
	border-right:1px solid #330033;
	overflow: hidden;
	letter-spacing:1px;
	padding: 5px 0px 0px 0px;
}
.topnavSubBlock {
	border-left: 1px solid #BBBBBB;
	padding-left:13px;
	padding-right:10px;
	height: 6px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #330033;
}
a:visited {
	color: #330033;
	}	
a:hover {
	color: #990066;
}
a.gray:link {
	color: #BBBBBB;
}
a.gray:active {
	color: #BBBBBB;
}
a.gray:visited {
	color: #BBBBBB;
}
a.gray:hover {
	color: #FFFFFF;
}
a.sub:link {
	color: #666666;
	font-weight:bold;
}
a.sub:active {
	color: #666666;
	font-weight:bold;
}
a.sub:visited {
	color: #666666;
	font-weight:bold;
}
a.sub:hover {
	color: #330033;
	font-weight:bold;
}
ul {
	list-style-position: inside;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	border: 0px;
}
li {
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 10px;
	margin: 0px;
	text-indent: 0pt;
	padding-top: 0px;
	border: 0px;
}
.pointer {
	cursor: pointer;
}
.PlainText {
	font-style: normal;
	font-weight: normal;
	padding-left: 32px;
}
.magenta {
	color: #990066;
}
.LargeBoldNumber {
	font-size: 15px;
	font-weight: bold;
}
			   		   
/* Background Bars */

.horizBar {
	position:absolute;
	background-color: #330033;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 600px;
	height: 34px;
	left: 0px;
	top: 0px;
	z-index: 1;
}	   
.horizBarGrad {
	position:absolute;
	background-image: url('images/TopNav_gradient.gif');
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 610px;
	height: 34px;
	left: 600px;
	top: 0px;
	z-index: 1;
}
#vertBarGradLeft {
	position:absolute;
	width: 100px;
	height: 1px;
	background-image: url('images/TopNav_gradient_100x1_left.gif');
	background-repeat: no-repeat;
	top:34px;
	left: 0px;
	z-index: 2;
}
.vertBar {
	position:absolute;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	width: 111px;
	background-image: url('images/vert_bar_and_shadow.gif');
	background-repeat: repeat-y;
	z-index: 1;
	top: 34px;
	left: 0px;
	height: 1636px;
}
#bioBar
{
	position:absolute;
	top: 120px;
	z-index: 2;
	height: 528px;
	width: 100px;
	left: 0px;
	background-image: url('images/BioBar_100x528.gif');
}
#logo {
	position: absolute;
	top: 53px;
	left: 130px;
	z-index: 4;
	height: 78px;
	width: 244px;	
}
#tagline {
	top: 133px;
	position: absolute;
	white-space: nowrap;
	left: 130px;
	z-index: 4;
	font-size: 18px;
	height: 21px;
	width: 293px;
}
.PageName {
	position: absolute;
	left: 130px;
	top: 191px;
	z-index: 1;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #990066;
	letter-spacing: .1mm;
	height: 20px;
	width: 300px;
}
#FooterText {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 1;
	position: absolute;
	left: 130px;
	top: 1073px;
	height: 40px;
	width: 300px;
}
#SubFooterText {
	font-size: 10px;
	color: #808080;
	z-index: 1;
	position: absolute;
	left: 152px;
	top: 1127px;
	height: 52px;
	width: 259px;
}