ul {
	padding-left: 2em;	
}
#logo {
	width: 580px;
	background-image: url(../graphics/ejwg-logo.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 50px;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	color: #EFEFEF;
}
#logo_black {
	color: #CC0000;
}
#menu {
	text-align: right;
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	padding: 3px;
	width: 560px;
	float: right;
}
#menu a:link, #menu a:visited {
	color: #CCCCCC;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid #333333;
}
#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 3px 0px;
	border-top: 1px solid #CC0000;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.currentPage {
 color: #FFFFFF;
}
#content {
	font-family: Verdana, Arial;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}
#content p {
	font-size: 0.9em;
}
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #0099FF;
}
#content a:link {
	color: #0079F2;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #99FF66;
}
#banner {
	width: 580px;
	height: 236px;
	position: relative;
}
a:visited {
	color: #0079F2;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
