body{
	width: 1007px;
}

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: 1007px;
	height: 10px;
	margin: 0px;
	color: white;
	background-color: black;
}

div.bannercontainer{
	position: absolute;
	top: 50px;
	left: 0px;
        width: 1007px;
	height: 220px;
	margin: 0px;
}

img.bannerimage{
        width: 1007px;
	height: 220px;
	margin: 0px;
}


.options{
	position: absolute;
	top: 280px;
	left: 0px;
	width: 1007px;
	height: 320px;
	background-color: black;
}

p.introduction{
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	background-color: black;
}

div.column{
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	width: 236px;
	background-color: black;
}

p.heading{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: black;
}

ul.column{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        width: 236px;
	margin-top: 0px;
	margin-left: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: gray;
	background-color: black;
	list-style: disc outside;}

li{
	text-indent: 0px;
}

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: 1007px;
	height: 13px;
	margin: 0px;
	color: white;
	background-color: black;
}




