@charset "utf-8";
#DNAStrand {
	height: 50%;
	width: 50%;
}
#Menu2 ul li {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}
#Menu2 {
	margin-left: -1%;
	padding-left: -1%;
	margin-bottom: 2%;
}

a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 100%;
}


a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 100%;
}
a:hover {

	color: #6FF;
	text-decoration: none;
	font-size: 100%;
}
#MainContent2 p a:link {
	color: #C00;
	text-decoration: none;
}
#MainContent2 p a:visited {
	color: #C00;
	text-decoration: none;
}
#MainContent2 p a:hover {
	color: #FC0;
	text-decoration: none;
}



/* CSS Document */

body {
	background: #036; /* For browsers that do not support gradients */
	background: linear-gradient(#213f85, #000); /* Standard syntax (must be last) */
	height: 800px;
	color: #FFF;
}
#Header {
	color: #FCC;
	text-shadow: 4px 4px 4px #000;
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 2%;
}
#SubHead2 {
	font-size: 200%;
	color: #FCC;
	font-weight: bold;
	text-shadow: 4px 4px 4px #000;
}
#InnerMainContent {
	background-image: url(images/whitedot.png);
	background-repeat: repeat;
	opacity: 0.75;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #000;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 4%;
}
#MainContent2 {
	height: 525px;
	font-size: 110%;
	padding: 0%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#MainContent2 p {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
}



h1 {
	font-size: 400%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}
#Footer a:link {
	color: #6FF;
	text-decoration: none;
	font-size: 100%;
}


#Footer a:visited {
	color: #6FF;
	text-decoration: none;
	font-size: 100%;
}
#Footer a:hover {

	color: #C00;
	text-decoration: none;
	font-size: 100%;
}
.gridContainer {
	background-attachment: scroll;
	background-image: url(images/dna.png);
	background-repeat: no-repeat;
	background-position: 9% 0%;
}
