body
	{
	padding: 0;
	margin: 0;
	background-color: #003399;
	color: #000;
	text-align: left;
	}

#top {
	background-image: url(../images/bgTop.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 800px;
}
#middle {
	background-image: url(../images/bgMiddle.jpg);
	background-repeat: repeat-y;
	width: 800px;
	height: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}
#bottom {
	background-image: url(../images/bgBottom.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
}

a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
