body
{
	background-color: #000000;
	font-size: 14px;
	color: white;
	font-family: "Lucida Grande";
	width: 800px;
	margin: auto;
	text-align: justify;
}

a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

img {
	border: none;
}

h1
{
	width: 100%;
	text-align: left;
    border-top: 1px solid #45494f;
    padding-top: 3px;
    padding-left: 5px;
    color: #45494f;
    font-size: 11px;
    font-weight: normal;
}

p
{
	padding: -5px 20px 5px 20px;
	text-align: justify;
}

#instructions
{
	margin: auto;
	text-align: center;
	font-size: 16px;
	min-height: 400px;
}

#lostlicenseinstructions
{
	margin: auto;
	text-align: center;
	font-size: 16px;
}

#copyright
{
	margin: auto;
	width: 485px;
	padding-top: 3px;
	margin-bottom: 15px;
}

#button
{
	margin-right: -3px;
	border: 0px;
}

.topbutton
{
	margin-right: 20px;
	margin-left: 20px;
	border: 0px;
}

#head
{
	width: 100%;
	margin: auto;
	margin-top: 15px;
	padding-bottom: 5px;
}

#table {
	width: 90%;
	margin: auto;
	height: 220px;
}

#column1 {
	left: 0;
	float: left;
	width: 48%;
}

#column2 {
	left: 52%;
	float: right;
	width: 48%;
}

.featureDesc {
	left: 38px;
	font-size: 12px;
}

.featureImage {
	left: 0;
	float: left;
	margin-right: 5px;
}