body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E3FCEE;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a{
color: black;
text-decoration: none;
}

a:hover{
color: green;
}


#container{
	height: 400px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;	
	background-image: url(../images/D66top.jpg);
}

#mid{
	height: 580px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;	
	background-image: url(../images/D66bot.jpg);
}
#mid3{
	margin: 0px;
	float: left;
	height: 450px;
	width: 680px;
	overflow: auto;
	
	padding-top: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-left: 120px;
}

#top{
	background-image: url(../images/topfast.jpg);
	margin: 0px;
	height: 214px;
	width: 980px;
}

#nav{
	margin: 0px;
	height: 252px;
	width: 980px;
}

#bottom{
	background-image: url(../images/bottomfast.jpg);
	margin: 0px;
	height: 99px;
	width: 980px;
}

