/*
File Name:
   front.css
File Description:
   Dyson Racing Swag Stylesheet
File Author:
   Joe Morrow <j-morrow@northwestern.edu>
Last Updated:
   1:09 AM 3/14/2006
*/


/*
//   Site colors:
//
//   header dark blue:		#010052
//   Thetford light blue:	#12B6EB
//   Left menu gray:		#191919
*/

* {
	font-family: Eurostile, Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

IMG {
	border: none;
}

BODY {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	margin-left: 50px; 
}

TABLE {
	border-collapse: collapse;
}

A:link, 
A:visited {
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}

A:hover,
A:active {
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

/*
//   Front Page Styles
*/

.left {
	width: 161px;
	background-color: #191919;
	background-image: url(/images/front/front_left_back.gif);
	background-repeat: no-repeat;
}

.left .form {
	margin-left: 41px;
	margin-top: 42px;
}

.left .form INPUT {
	width: 80px;
	margin-top: 6px;
	margin-bottom: 26px;
}

.left .sponsors {
	margin-left: 25px;
	margin-top: 40px;
}
.left .sponsors IMG {
	margin-bottom: 45px;
}

.body {
	background-image: url(/images/front/front_back.jpg);
	background-repeat: no-repeat;
	padding-top: 52px;
	padding-left: 33px;
	padding-right: 36px;
}

.body P {
	font-weight: bold;
	font-size: 17px;
	line-height: 26px;
	text-align: justify;
	padding-bottom: 10px;
}