body {
	margin: 0px;
	padding: 0px;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 16px;
	color: #3a3e45;
}
table { border-collapse: collapse; }
a img { border: none; }
hr { border: none; border-top: solid 1px #ccc; float: left; width: 100%; }

/*	=Structure
----------------------------------------------- */
#container {
	background: #fff;
	width: 840px;
	margin: 10px auto 0px;
	padding: 0px;
}
#header {
	margin: 0px 50px 8px;
	padding: 10px 0px 0px;
}
.subheader {
	margin: 0px 26px;
	padding: 10px 0px 0px;
}
.subheader p.last { /* takes away bottom margin for last sentance */
	margin-bottom: 0px;
}

#mainContent {
	margin: 0px;
	padding: 18px 35px;
}
#leftcolumn {
	width: 370px;
	border-right: 1px solid #000;
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
#rightcolumn {
	margin: 0px 0px 0px 400px;
	padding: 0px;
}
#footer {
	width: 770px;
	text-align: center;
	padding: 5px 35px 18px;
	margin: 0px auto;
}
#footer p {
	font: 10px Verdana, Geneva, sans-serif;
	color: #c0c0c0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*	=styles
----------------------------------------------- */
h1 {
	font: bold 36px/1.2em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px 0px 8px;
	border-bottom: 1px solid #000;
}
h2 {
	font: normal 28px Arial, Helvetica, sans-serif;
	background: #f8ff99;
	text-align: center;
	padding: 10px;
	margin: 28px 0px 0px;
}
.date {
	font: 13px Verdana, Geneva, sans-serif;
	color: #c0c0c0;
	text-align: center;
}
.trademark {
	font-size: .8em;
}
img.center {
	margin: 0px auto;
	display: block;
}
.center {
	text-align: center;
}

/*	=nav
----------------------------------------------- */
ul.navBottom {
	text-align: center;
}
ul.navBottom li {
	list-style: none;
	display: inline;
	padding-right: 1px;
	padding-left: 1px;
}

/*	=lists
----------------------------------------------- */
ul.list_1 {
}
ul.list_1 li {
	list-style: none;

