/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	height:100%;
}
a {
	color:#0066CC;
}
.listHeader {
	font-size:1em;
	font-weight:bold;
	padding-bottom:.2em;
}
#navBarNew {
	width:100%;
	padding-top:1px;
	background-color:rgb(178,220,241);
	height:130px;
	margin-bottom:20px;
	text-align:center;
}
#navBarNew a a:visited {
	color:gray;
}
.siteTitle {
	padding:4px;
	font-size:2.5em;
	color:#000000;
	font-weight:bold;
}
.siteTitleLower {
	font-size:1.7em;
	color:#000000;
}
#navHead {
	width:60em;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}
#logoLeft {
	float:left;
	width:10em;
	text-align:left;
}
#logoRight {
	float:left;
	width:10em;
	text-align:right;
}
#siteTitles {
	float:left;
	width:40em;
}
.navSkip {
	display:none; /* this makes a jump link disappear, but still readable to screen readers for visually impaired */
}
p {
	margin:0px;
	padding:0px;
	padding-bottom:6px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 60em;
	text-align: left;
	height:100%;
	position:relative;
}
#networkStrip {
	width: 100%;
	background-color: #EBEBEB;
	border-top: thin solid black;
	position: fixed; 
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
 	height:30px;
	clear:both;
	margin-top:1em;
}
#networkStripContainer { /* this will contain the network text */
	margin-left: auto;
	margin-right: auto;
	width:60em;
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
	font-size:1em;
}
.codeText {
	font-size:.9em;
}
.dbHeader {
	font-size:1.3em;
}
.sectionTitles {
	font-size:1.1em;
}
.dnResultExplanation {
	font-size:1em;
}
.hideLink {
	text-decoration:none;
	color:#000000;
}
.section_box {
	margin-top:10px;
	height:100%;
	margin-bottom:10px;
}
h1 {
	font-size:1.7em;
	margin:2px;
}
#footer {
	clear: both;
	padding-top:1em;
	margin: 1em auto 0 auto;
	width: 60em;
	text-align: left;
	border-top: thin solid #000000;
}
.menuCodeSourceName {
	text-transform:uppercase;
	font-weight:bold;
}
.menuCodeSourceBlock {
	line-height:.9em;
	padding-left:24px;
}
.arrowBlue {
	background-image:url(images/arrow_blue2.png);
	background-repeat:no-repeat;
}
.arrowBlack {
	background-image:url(images/arrow_black2.png);
	background-repeat:no-repeat;
}
#searchDisclaimer {
	font-size:.8em;
	border-top:thin solid black;
	margin-top:1em;
	padding-top:.5em;
}
.small {
	font-size:.8em;
}
.searchword {
background-color:#FFFF99;
}
.minimalList {
	margin:1px 4px;
	padding:1px;
	list-style:none;
}