#navcontainer {
	padding: 0px;
	margin: 0px;
	background-color: white;
	text-align: center;
	border-bottom: 2px solid navy;
}

#navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 10px; 
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #036;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
	font-weight: bold;
}

#archive {
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
}

#archive h3 {
	color: #CC0000;
	font-size: 14pt;
	font-style: oblique;
}

#archive .sub {
	font-size: 10pt;
	font-weight: normal;
}

#archive small {
	font-size: 10pt;
	font-weight: normal;
}

#archive p.writeup {
	font-size: 12pt;
	font-style: normal;
	margin-left: 2.5%;
}

#archive p.glossary {
	font-size: 12pt;
	font-style: normal;
	margin-left: 2.5%;
}

#archive a.name {
	margin-left: -2.5%;
	font-size: 14pt;
	font-weight: bold;
}

#break {
	border-bottom: 2px solid navy;
	text-align: center;
	color: white;
	margin-left: -1%;
	margin-right: -1%;
}

#spacer {
	height: 600px;
}

#eplist ul {
	margin: 0;
	margin-left: 5%;
	padding: 0;
	list-style-type: none;
}

#eplist a {
	padding: 3px;
	text-decoration: none;
	color: #000080;
	text-align: left;
	font-weight: bold;
}

#eplist a:visited {
	text-decoration: none;
	color: #005400;
}

#eplist a:hover {
	text-decoration: underline;
	color: #0000FF;
}
