/*******************************************************************************
*   ecesrd2.css - Everything but the title page
*******************************************************************************/

body {
	width: 100%;
	background-color: #E9F8B6;
	margin: 0;
}
#header {
	position: absolute;
	float: left;

	top: 0px;
	left: 0px;
	
	z-index: 5;

	height: 101px;
	width: 100%;
	min-width: 976px;

 	background-color: #D4F26E;
}

#header img
{
	border-style: none;
}
/*
#backtrace {
	position: absolute;
	float: left;
	
	top: 101px;
	left: 0px;
	right: 0px;
	height: 16px;		
	z-index: 5;

	padding-top: 2px;
	padding-left: 20px;
	mind-width: 934px;
	
	background-color: #E9F8B6;
	color: #003E62;

	font-family: serif;
	font-size: 10pt;
	font-weight: bold;
}

#backtrace a {
	text-decoration: none;
	color: #003E62;
	font-weight: bold;
}
*/

#links_spacer {
	float: left;
	display: block;

	width: 164px;
	height: 22px;
}

#links {
	display: block;
	position: absolute;
	top: 101px;
	left: 0px;
	z-index: 3;

	width: 100%;
	min-width: 976px;
	height: 22px;

	background-color: #7D7373;
	color: white;
	font-weight: bold;
}

#menu {
	float: left;
	width: 100px;
	height: 22px;
}

#links em {
	text-decoration: underline;
}
#links a, #menu h2, #menu a, #menu li {
	float: left;
	display: block;

	top: 0;
	left: 0;

	width: 100px;
	height: 20px;

	margin: 0;
	padding-top: 2px;

	background-color: #7D7373;
	color: white;

	text-align: center;
	text-decoration: none;
	font-family: Ariel;
	font-size: 10pt;
	font-weight: bold;
}

#links a:hover, #menu a:hover
{
	background-color: #ADA3A3;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu:hover ul
{ display: block; }

#menu ul
{ display: none; }

#content {
	z-index: 2;
	position: absolute;
	background-color: #FFFFFF;
	color: #000000;
	top: 123px;
	left: 164px;
	right: 0px;
	min-width: 772px;
	padding: 20px;

	font-family: sans-serif;
}

#content h1 {
	font-size: 16pt;
	font-weight: bold;
}
#content h2 {
	font-size: 14pt;
}
#content h3 {
	font-size: 12pt;
}
#content ul {
	list-style: disc;
	padding-left: 1em;
}
#content ol.roman {
	list-style: lower-roman;
}
#content ol ol {
	list-style: lower-alpha;
}

#content p p {
	padding-left: 2em;
}

#content table {
	border-style: solid;
	border-width: 1pt;
}

#content th {
	text-align: left;
}

#content td, #content th {
	border-style: solid;
	border-width: 1pt;
	padding-left: 1em;
	padding-right: 1em;
}
#navbar {
	z-index: 4;

	display: block;

	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 164px;

	background-color: #E9F8B6;
}

#navbar_spacer {
	width: 164px;
	height: 101px;
}

#navbar a {
	display: block;
	vertical-align: middle;
	color: #003E62;
	background-color: #E9F8B6;
	font-size: 12pt;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0;
	padding-top: 1px;
	padding-left: 20px;
	text-decoration: none;
	text-align: left;
	width: 144px;
	height: 19px;
}

#navbar a:hover, #navbar a:active {
	color: #E9F8B6;
	background-color: #003E62;
}

#navbar em a {
	color: #E9F8B6;
	background-color: #003E62;
}