body {
	background-color: black;
	text-align: center;
	margin: 0px auto 5px auto;
	font-family: Arial, Helvetica, sans-serif;
}

.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}


#container {
	background-color: black;
	text-align: center;
	margin: 0px auto;
	width: 1000px;
}

hr {
  	border: 0;
  	width: 90%;
  	color: balck;
  	background-color: black;
	height: 3px;
}

#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding-top:10px;
	
	
}
#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#links a:hover {
	color: black;
	text-decoration: none;
}
#links a:visited {
	color: black;
	text-decoration: none;
}
#links ul {
	list-style-type: none;
	margin: 0px;
}
#links ul li {
	display: inline;
	margin: 0px;
}
#content {
	background-color: white;
	
}

#text{

	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	text-align: left;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 120px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	
}

.ftext{

	padding-left: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #white;
	text-decoration: underline;
}
#footer a:visited {
	color: white;
}

