@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/ZeusWeb_mainBgd.gif);
	background-repeat: no-repeat;
	text-align: center;
}
	
p.maincontent {
	position: absolute;
	top: 160px;
	left: 220px;
	font-family: Courier, "Courier New", Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding: 10px;
	max-height: 400px;
	max-width: 620px;
	font-weight: normal;
	list-style-type: disc;
	}
#maincontent {
	position: absolute;
	left: 220px;
	top: 160px;
	font-family: Courier, "Courier New", Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	width: 620px;
	height: 400px;
}
	
h1 {
	position: absolute;
	left: 220px;
	top: 105px;
	font-family: Courier, "Courier New", Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	text-align: left;
	padding: 10px;
	max-width: 650px;
	}

#menuPane {
	position: absolute;
	left: 35px;
	top: 100px;
	width: 160px;
	}
.bottomline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 75px;
	text-align: right;
}
.bottomline a:visited {
	color: #9999CC;
	text-decoration: none;
}
.bottomline a:link {
	color: #666666;
	text-decoration: none;
}
.bottomline a:hover {
	color: #660099;
	text-decoration: none;
}
.bottomline a:active {
	color: #660099;
	text-decoration: none;
}

