body {
	margin: auto;
	background: #000;
	font: normal 10px Verdana, Helvetica, Arial, sans-serif;
	color: #ffb53b;
}
#spacer{
	height: 90%;
	float: left;
	width: 1px;
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0;
	margin: 0;
}

#contentwrap{
	padding: 0;
	margin: 0;
}

#footer{
	clear: both;
	height: 10%;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

#footer table {
	margin: auto;
}

#footer .bottomTile td {
	padding-bottom: 10px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
h1 {
	display: inline;
}
h3 {
	font-size: 10px;
	display: inline;
	font-weight: bold;
}
.blackBold {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.gold {
	color: #EBC455;
}
.tinyText {
	color: #000000;
}
.redBold {
	color: #F30000;
}
.redBoldNews {
	color: #F30000;
	text-decoration: underline;
}
.quote_box {
	color: #F30000;
	font-weight: bold;
	height: 78px;
	width: 134px;
	vertical-align: 50%;
	padding: 9px;
}
a.blackBold {
	color: #000000;
	text-decoration: none;
}
a.blackBold:hover {
	text-decoration: underline;
	color: #000000;
}
a.blackBold:visited {
	color: #000000;
	text-decoration: none;
}
a.gold {
	color: #EBC455;
	text-decoration: none;
}
a.gold:hover {
	text-decoration: underline;
}
a.tinyText {
	text-decoration: none;
	color: #000000;
}
a.tinyText:hover {
	text-decoration: underline;
	color: #000000;
}
.topTile {
	width: 100%;
	background-image: url(../images/nav_tile.gif);
	background-repeat: repeat-x;
	
}
.bottomTile{
	width: 100%;
	background-color: #FC341D;
}

.signupFormField {
	width: 145px;
}
