/* ECO-specific formatting */

/* 
 * Anchors
 */

a:link      { color: #0000ff; }
a:visited   { color: #0050a0; }
a:active    { color: #ff0000; }

a:hover {
	background: #eeeedd;
	color:	#ff0000;
}

/* We don't want named anchors acting like hyperlinks when the user does
 * a mouseiver. */
a[name] {
	background:	inherit;
	color:		inherit;
	border:		inherit;
}

/*
 * Document Sections
 */

#menu {
	position: fixed;
	width: 8em;
}

#content{
	position: absolute;
	top:	0em;
	left:  8em;
	width: 30em;
	padding-left: 1em;
}

#menu p {
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	text-align: center;
	background: #eeeedd;
	border: 1px solid #bbbbaa;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

#menu p a {
	text-decoration: none;
}

#menu p a:hover {
	text-decoration: underline;
}

#logo {
	text-align:	center;
	margin-bottom:	1em;
}

#econame {
	font-weight:	bold;
	font-size:	120%;
	font-color:	#000000;
	border-bottom:	1px #800000 solid;
	margin-top:	2em;
	margin-bottom:	0em;
}

#search {
	text-align:	right;
	font-size:	100%;
	font-weight:	bold;
	margin-top:	0em;
	margin-bottom:	0em;
}

#search a {
	text-decoration: none;
}

#search a:link {
	color:		#0000ff;
}

#search a:visited {
	color:		#0000ff;
}

#search a:hover {
	text-decoration: underline;
	background: #eeeedd;
	color:	#ff0000;
	border: 1px solid #bbbbaa;
}

#footer
{
	border-top: 1px solid #800000;
	margin-top:	2em;
	padding-top:	0.5em;
	padding-bottom:	1.5em;
	font-size:	80%;
	line-height:	100%;
}

