* {
	margin: 0;
	padding: 0;
}
p {
	padding-bottom: 1.2em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: .8em;
	background-color: #CCCCCC;
}



#container {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}

#top
{
	background-color: Black;
	width: 740px;
	height: 24px;
}

#banner
{
	background-color: #1E1E1E;
	background-image: url(/published/62/resources/images/MainBanner.jpg);
	background-repeat: no-repeat;
	height: 64px;
}

#instructions
{
	height: 200px;
}

#content
{
	background-color: White;
	clear: both;
	text-align: left;
	padding-top: 20px;
}
.contentRight a:link {
	color: #DF6116;
	text-decoration: none;
}
.contentRight a:hover {
	color: #095BCA;
	text-decoration: underline;
}
.contentLeft
{
	width: 160px;
	float: left;
	margin-bottom: 20px;
}
.contentRight
{
	float: left;
	width: 560px;
	margin-left: 20px;
	margin-bottom: 20px;
}


#footer
{
	background-color: Black;
	width: 740px;
	height: 24px;
	margin-bottom: 20px;
}
#footer .content {
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 5px;
}


.clearer {
	clear: both;
}
.header {
	font-size: 1.5em;
	font-weight: bold;
	color: #ff6600;
}




