body{
	width: 1016px;
	background-color: black;
}

p.bannertitle{
	position: absolute;
	top: 270px;
	left: 0px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
        width: 1016px;
	height: 10px;
	margin: 0px;
	color: white;
	background-color: black;
}

div.bannercontainer{
	position: absolute;
	top: 50px;
	left: 0px;
        width: 1016px;
	height: 220px;
	margin: 0px;
}

img.bannerimage{
        width: 1016px;
	height: 220px;
	margin: 0px;
}


.options{
	position: absolute;
	top: 280px;
	left: 0px;
	width: 1016px;
	height: 325px;
	background-color: black;
}

p.introduction{
	position: absolute;
	top: 10px;
	left: 12px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 80px;
	width: 996px;
	margin: 0px;
	color: white;
	background-color: black;
}

p.heading1{
	position: absolute;
	top: 100px;
	left: 12px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
        width: 239px;
	margin: 0px;
	color: white;
	background-color: black;
}

p.heading2{
	position: absolute;
	top: 100px;
	left: 263px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
        width: 239px;
	margin: 0px;
	color: white;
	background-color: black;
}

p.heading3{
	position: absolute;
	top: 100px;
	left: 514px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
        width: 239px;
	margin: 0px;
	color: white;
	background-color: black;
}

p.heading4{
	position: absolute;
	top: 100px;
	left: 765px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
        width: 239px;
	margin: 0px;
	color: white;
	background-color: black;
}

ul.column1{
	display: block;
	position: absolute;
	top: 120px;
	left: 12px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        width: 239px;
	margin: 0px;
	padding: 0px;
	color: gray;
	background-color: black;
	list-style: disc inside;
}

ul.column2{
	display: block;
	position: absolute;
	top: 120px;
	left: 263px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        width: 239px;
	margin: 0px;
	padding: 0px;
	color: gray;
	background-color: black;
	list-style: disc inside;
}

ul.column3{
	display: block;
	position: absolute;
	top: 120px;
	left: 514px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        width: 239px;
	margin: 0px;
	padding: 0px;
	color: gray;
	background-color: black;
	list-style: disc inside;
}

ul.column4{
	display: block;
	position: absolute;
	top: 120px;
	left: 765px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        width: 239px;
	margin: 0px;
	padding: 0px;
	color: gray;
	background-color: black;
	list-style: disc inside;
}

span.small{
	font-size: 9px;
	color: white;
}

a:link{
	color: lightgrey;
	text-decoration: none;
}

a.latest:link{
	color: white;
	text-decoration: none;
}

a:visited{
	color: lightgrey;
	text-decoration: none;
}

a.latest:visited{
	color: white;
	text-decoration: none;
}

a:active{
	color: white;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: none;
}

p.version{
	position: absolute;
	bottom: 0px;
	left: 0px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
        width: 1016px;
	height: 13px;
	margin: 0px;
	color: white;
	background-color: black;
}



