body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#CCCCCC;
	padding:0 0 20px 0;
	margin:0;
	background-image:url(images/lower-background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom;
}

.header {
	background-image: url(images/Header-2008.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	height: 125px;
}

.body {
	background-color: #FFFFFF;
	width: 650px;
	margin: 0px auto;
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 10px solid #000000;
	border-left: 2px solid #000000;
	color: #000000;
	}
	
.main{
	float:left;
	padding:5px;
	width:520px;
}
	
.menu{
	float:left;
	width:100px;
	padding:5px;
}
	
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {

	color: #990000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.aimg{
	border: 1px solid #000000;
}
.largeText {
	font-size: 18px;
	font-weight: bold;
}
.bordered td{
border-top:1px solid #666666;
border-left:1px solid #666666;
border-right:1px solid #666666;
}
.bordered{
border-bottom:1px solid #666666;
}
a img{
border-color:#666666;
}