body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#container {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	height: 150px;
	background-image: url(images/Banner2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border: 0;
	margin: 0px;
	padding: 0px;
}
#leftColumn {
	float: left;
	width: 635px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-size: 18px;
	color: #CCCCCC;
}
#menu {
	width: 960px;
	height: 25px;
}
#menu li {
	list-style-type: none;
	padding: 0px;
	font-size: 18px;
	float: left; /*needs to be here for IE*/
	margin-top: -10px;
}	
#menu a  {
	float: left;
	text-decoration: none;
	padding-right: 10px;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 25px;
}
#menu a:hover {
	color: #990000;
	text-decoration: none;
}
#header {
	margin-top: 12px;
}
#content {
	margin: 0px;
	padding: 0px;
}
#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}
#footer a {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover {
	color: #990000;
}
#rightColumn {
	float: right;
	width: 320px;
}
