body {
	background-color: #000000;
	color: #FFFFFF;
	}
.top {
	background-image: url(images/ealogo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 250px;
	padding-left: 260px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	}
.top .head {
	font-size: 50px;
	}
.top .sub {
	padding-top: 80px;
	font-size: 20px;
	}
.menu {
	float: left;
	width: 250px;
	text-align: center;
	padding-bottom: 25px;
	}
.menu .title {
	padding-top: 20px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	}
.content {
	background-position: fixed;
	margin-left: 260px;
	margin-top: 10px;
	padding-left: 35px;
	padding-right: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	}
.content .textbox {
	text-align: left;
	font-size: 12px;
	}
.content .textcentered {
	text-align: center;
	font-size: 12px;
	}
.content .strongcentered {
	text-align: center;
	font-size: 25px;
	}
a:link {
	color: #0000EE;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #0000EE;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #551A8B;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #9E0707;
	font-weight: bold;
	text-decoration: none;
	}