body	{
	font-family: verdana, arial, sans-serif; 
	font-size: .8em;
	background-color: #FFBB77;
	}

* {margin: 0; padding: 0;}

#main_wrap {
	width: 780px;
	background-color: #FFFFFF;
	margin-left: 20px;
	}

#secondary_wrapper {
	position: relative;
	top: 5px;
	left: 7px;
	padding-bottom: 10px;
	}

#upper_left_cell {
	width: 112px;
	border-right: 2px solid #FFBB77;
	border-bottom: 2px solid #FFBB77;
	}

#upper_right_cell {
	width: 620px;
	border-left: 2px solid #FFBB77;
	border-bottom: 2px solid #FFBB77;
	}

#lower_left_cell {
	width: 112px;
	border-top: 2px solid #FFBB77;
	border-right: 2px solid #FFBB77;
	background: #E0E0E0;
	border-bottom: 2px solid #FFBB77;
	padding: 2px;
	}

#lower_right_cell {
	width: 610px;
	border-top: 2px solid #FFBB77;
	border-left: 2px solid #FFBB77;
	border-bottom: 2px solid #FFBB77;
	padding: 6px;
	}

#blue_icon {
	position: relative;
	left: 4px;
	}

#visa_mastercard {
	padding-top: 8px;
	padding-left: 8px;
	}

#paypalv {
	padding-top: 8px;
	padding-left: 12px;
	}

.bold_me {
	font-weight: bold;
	}


.bullet {
	position: relative;
	left: -2px;
	float: left;
	}

.left_side_links {
	position: relative;
	left: 2px;
	border: 0;
	}

#dcsdvdlogo {
	position: relative;
	top: 20px;
	margin-right: 8px;
	float: right;
	}

#headline {
	position: relative;
	margin-bottom: 8px;
	}

#subheadline {
	position: relative;
	margin-bottom: -8px;
	}

#census_page {
	float: left;
	}

#customer_service_woman {
	position: relative;
	left: 10px;
	top: 4px;
	margin-right: 20px;
	float: left;
	}

#content_area {
	position: relative;
	left: 4px;
	width: 610px;
	}

td	{
	vertical-align: top;
	}

ul	{
	position: relative;
	left: 45px;
	}

p	{
	margin-top: 10px;
	text-align: normal;
	font-size: .9em;
	line-height: 1.4;
	padding-left: 10px;
	padding-right: 6px;
	}

.coming_soon {
	font-weight: bold;
	color: #CC0000;
	}

.yellow_highlight:hover {
	background-color: #FFFFAA;
	}

#footer {
/*
	To center text within a single cell table use:

	margin-left: auto;
	margin-right: auto;
	text-align: center; (hack for IE6)
*/
	position: relative;
	top: -2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#footer_cell {
	width: 755px;
	height: 27px;
	background-color: #E0E0E0;
	border-top: 2px solid #FFBB77;
	}

.underscore	{
	color: teal;
	font-weight: bold;
	}
	
.footer_link_bullet {
	position: relative;
	top: 4px;
	color: #000000;
	}

.footer_link {
	position: relative;
	top: 4px;
	}

.footer_link:hover {
	background-color: #FFFFAA;
	}

.footer_bars {
	position: relative;
	top: 4px;
	}

.subheading {
	font-weight: normal;
	}

h4	{
	margin-top: 16px;
	margin-bottom: 10px;
	}

a:link {
	color: blue;
	text-decoration: none;
	}

a:visited {
	color: blue;
	}

a:hover {
	color: #CC0000;
	}

a	{
	text-decoration: none;
	}

