@charset "utf-8";
/* CSS Document */

body	{
		background-color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 12px;
		}
#container	{
		margin:auto;
		width: 1024px;
		}
#header	{
		background-image: url(../images/header.jpg);
		width: 1024px;
		height: 179px;
		}
#home	{
/*		background-color: #00FF33;*/
		width: 470px;
		height: 105px;
		position: relative;
		top: 70px;
		left: 50px;
		float: left;
		}
#nav	{
		font-size: 14px;
		color: #FFFFFF;
		}
#nav-contain	{
		}
#content	{
		}
#content-left	{
		float: left;
		width: 774px;
		}
#content-right	{
		float: right;
		width: 250px;
		}
#content-left-index	{
		float: left;
		width: 512px;
		}
#content-right-index	{
		float: right;
		width: 512px;
		}
#footer	{
		padding-top: 15px;
		}
		
/* Classes */

p	{
		margin-left: 17px;
		font-size: 12px;
		}
p.news	{
		margin-left: 0px;
		font-size: 12px;
		}
h2	{
		font-size: 18px;
		font-weight: bold;
		margin: 25px auto -10px 17px;
		
		}
h3	{
		margin-left: 17px;
		margin-bottom: -10px;
		font-size: 14px;
		}
.banner	{
		margin-bottom: 10px;
		}
.center	{
		margin: auto;
		}
.text-center	{
		text-align: center;
		}
.left-align	{
		text-align: left;
		}
.floatleft	{
		float: left;
		padding: 10px 10px 5px 0px;;
		}
.floatleft2	{
		float: left;
		}
.floatright	{
		float: right;
		}
.floatright2	{
		float: right;
		margin: 0 0 10px 10px;
		}
.teamfloat	{
		float: right;
		padding-left: 10px;
		padding-right: 17px;
		}
.tableheader	{
		font-size: 14px;
		font-weight: bold;
		background-color: #000000;
		}
.indent	{
		margin-left: 50px;
		}
.yellow	{
		color: #e5a503;
		position: relative;
		top: -6px;
		text-align: center;
		}
.date	{
		font-size: 9px;
		font-weight: normal;
		color: #666666;
		}
.black	{
		background-color: #000000;
		}
.gray	{
		background-color: #333333;
		}
.tabbertab tr	{
		background-color: #333333;
		}
.floatleft	{
		float: left;
		margin-left: 17px;
		}

.aaroncar	{
		position: relative;
		padding: 10px;
		}
.sponsors	{
		margin: auto;
		text-align: center;
		}
.teammember	{
		border-style: outset;
		border-width: 3px;
		border-color: #FFFFFF;
		padding: 10px;
		margin-bottom: 10px;
		}
hr.teamhr	{
		margin: 5px 17px 17px 17px;
		border-style: dashed;
		}
h2.teamname	{
		margin: 0px 17px 0px;
		}
.teamq	{
		color: #ffd502;
		}
.trackloc	{
		color: #666666;
		font-size: 12px;
		font-weight: normal;
		padding-left: 20px;
		}
.podcast	{
		margin-left: 15px;
		font-size: 12px;
		font-weight: normal;
		}
.text-left	{
		text-align: left;
		}
.votechase	{
		width: 960px;
		margin: auto;
		}
.podlist li	{
		list-style: square;
		margin: 0 0 15px 20px;
		}
.sidebanners img	{
		margin-left: 3px;
		}

		
/* Links */
a	{
		color: #FFFFFF;
		text-decoration: none;
		}
#content a 	{
		text-decoration: underline;
		}
a img	{
		border: none;
		}
#footer a	{
		text-decoration: underline;
		color: #e5a503;
		}

/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 112px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #FFFFFF;
		}
		
		