/* Core style sheet */

body {
	background-color: #dedede;
	color:#004000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-image: url(../images/page-bg.gif);
	margin: 0px;
}

p {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.7em;
}

h1 {
font-size: 1.8em;
text-align: left;
font-style: italic;
letter-spacing: 3px;
}

h2 {
font-size: 1.1em;
text-decoration: underline;

}

p.footer {
	font-size: .5em;
	text-align: center;
	font-weight: bold;
}
a:link {
	color:#004000;
	background-color: #cfd8e0;
	text-decoration: underline;
}
a:visited {
	color:#004000;
	background-color: #cfd8e0;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #9baebf;
}
a:active {
	background-color: #67849e;
}
#header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-right: 125px;
	padding-bottom: 10px;
	padding-left: 125px;
}
#header p {
	font-size: 1.5em;
}
#main-content {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-left: 180px;
	margin-right: 180px;
	margin-top: -50px;
	padding: 10px;
}
#navbar {
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 400px;
	width: 180px;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#navbar a:link, #navbar a:visited {
	display: block;
	color:#004000;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-decoration: none;
}

#navbar a:hover {
background-color: #dedede;

}


#outer-image {
	background-image: url(../images/eb404.jpg);
	height: 248px;
	background-position: center top;
}

#inner-image {
	background-image: url(../images/eb404s.jpg);
	height: 199px;
	background-repeat: no-repeat;
	background-position: center top;
}

#ebtable {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.7em;
    margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	padding: 10px;
}
