/* CSS Document */

/* global_css */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #330033;
	list-style-position: inside;
	background-color: #FFFFFF;
	background-image: url('images/helix_background.jpg');
	background-repeat: no-repeat;
	background-position: 119px 28px;
	margin: 0px;
}

/* Nav */

#topnavStart {
display: none;
}	
.topnavHome {
display: none;
}
.topnavBlock {
display: none;
}
#topnavSubMenuA{
display: none;
}	
#topnavSubMenuB{
display: none;
}
#restoreMenu{
display: none;
} 	
.SubMenu{	
display: none;
}
.topnavSubBlock {
display: none;
}
a {
	text-decoration: none;
	color: #330033;
}
a:visited {
	color: Purple;
	}	
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 {
display: none;
}	   
.horizBarGrad {
display: none;
}
#vertBarGradLeft {
display: none;
}
.vertBar {
display: none;
}
#bioBar
{
display: none;
}
#logo {
	position: absolute;
	top: 53px;
	left: 130px;
	z-index: 1;
}
#tagline {
	top: 133px;
	position: absolute;
	white-space: nowrap;
	left: 130px;
	z-index: 1;
	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 {
display: none;
}
#SubFooterText {
display: none;
}

/* b_level_css */

#CaseTitle {
	position: absolute;
	top: 230px;
	left: 130px;
	z-index: 2;
}
#goal {
	position: absolute;
	top: 270px;
	left: 130px;
	z-index: 2;
	width: 356px;
	height: 83px;
}
#FirstExample {
	position: absolute;
	top: 468px;
	left: 133px;
	z-index: 1;
}
#FirstExampleLabel {
	z-index: 3;
	left: 289px;
	top: 514px;
	position: absolute;
}
h1 {
	font-size: 18px;
	font-weight: lighter;
}
h2 {
	font-size: 12px;
	font-weight: normal;
}
.smallText {
	font-size: 10px;
}