#main {
	
	clear: both;
	background: white;
	padding-top: 2em;
}

#contents {
	padding: 1.5em;
	background: white;
	min-height: 300px;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
display: inline;
	border: 1px solid;
	
	margin: 0 0.5em 0 0;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: white;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: white;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: white;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }


/* begin oligo entry css tabs */
.oetabs {
background-color: #fff;
margin: 0px;
padding: 0px;
}


ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0; /* set margins as desired */
font-family: "Helvetica Neue" , Arial, Sans-Serif;color: #ffffff;
    list-style-type: none;
   
padding: 0px 0px 0px 0px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
border: 1px solid white;
background-color:#f6f4f4;
	border-width: 1px 1px 0 1px;
	margin: 0 0.25em 0 0;
    border-collapse:collapse;
}

div#tab0 li.tab0, div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4, div#tab5 li.tab5, div#tab6 li.tab6, div#tab7 li.tab7{ /* settings for selected tab */

padding-bottom: 1px;
background-color: white; /* set background color to match above border color */

}

div#tab0 li.tab0 a, div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a, div#tab5 li.tab5 a, div#tab6 li.tab6 a, div#tab7 li.tab7 a { /* settings for selected tab link */
background-color:#fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
padding-bottom: 4px;
border-collapse:collapse;
}

ul#tabnav li a { /* settings for all tab links */
float: left;
padding: .25em 1em;
text-decoration: none;
font-weight: normal;
border: 1px solid #ccc;
	border-bottom-width: 0;
	margin: 0 0.15em 0 0.15em;
color: #454240;
background-color:#f6f4f4;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #d7d7d7; /* set desired hover color */
color:#ffffff;
}

/* end css tabs */