html {	height: 100%;}
body {	background-image: url(starbackground.jpg); height: 100%;
	margin: 0px; font-family: FreeSans, "Arial Black", Impact, sans-serif;}
a {	color: BLUE; line-height: 1; text-decoration: none;}
p {	color: BLACK; font-size: 1em;}
h1 {	color: BLACK; font-size: 4em; text-align: center; margin-top: 0px;}
h2 {	color: BLACK; font-size: 1.75em; text-align: center;}
h3 {	color: BLACK; font-size: 1.5em; text-align: center;}
h4 {	color: BLACK; font-size: 1.25em; text-align: center;}
ol {	list-style: none;}
ul {	list-style: none;}
li {	font-size: 1em;}
img {	border: 0}

#container {
	/* background-color: #FFFFFF; */
	min-height: 100%; width: 980px;
        margin-left: auto; margin-right: auto;}
#content {
	overflow:auto; color: BLACK; background-color: #FFFFFF;
	padding-left: 85px; padding-right: 85px;
	padding-bottom: 115px;}  /* must be same height as the footer */
#content p.center {
	text-align: center;}
#content a:hover {
	text-decoration: underline;}
#banner {
	height: 155px; width: 980px;
	margin-left: auto; margin-right: auto;}
#navitems {
	overflow:auto; padding-top: 10px; padding-bottom: 10px;
	padding-left: 45px; background-color: #FFFFFF;}
#navitems ul {
	margin: 0;}
#navitems li {
	float: left; font-size: 1.75em;}
#navitems li a {
	display: block; width: 100px; text-align: center; color: GRAY;
	background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 30px;}
#navitems li a:hover {
	 color: BLACK; background-color: #D3D3D3;}
#foot {
	position: relative;
	margin-top: -115px; /* negative value of footer height */
	/* background-color: #FFFFFF; */
	height: 105px; width: 980px; margin-left: auto; margin-right: auto;
	clear:both;}
#foot p {
	text-align: right; margin: 30px;}
#foot ul {
	margin: 0; padding-left: 85px;}
#foot li {
	float: left; font-size: 1.75em;}
#foot li a {
	display: block; width: 180px; text-align: center; color: GRAY;
	/* background-color: #FFFFFF; border: 1px solid #FFFFFF; */ padding: 30px;}
#foot li a:hover {
	color: BLACK; background-color: #D3D3D3;}

/*Opera Fix*/
/* body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
} */
