/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: small;
}

#outer-container { margin:0 auto; width: 930px; }

#main-holding {
	margin:10px 0 10px 0;
	float:left; 
	width: 970px;
	border: 1px solid #ccc;
	text-align: left;
}

h1 {
	font-size:larger;
}

h2 {
	font-size:100%;
	font-weight: bold;
	color:#333366;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

input .large {
	font-size: small;
	width: 250px;
}

select .large {
	font-size: small;
	width: 450px;
}

.large {
	font-size: small;
	width: 250px;
}

#standard-form .label, #standard-form .element {
	float: left;
}

#standard-form .label {
	width: 180px;
	font-weight: bold;
}

#standard-form .element {
	width: 250px;
}

a.stats:Link, a.stats:Visited {color:blue;text-decoration:none;}
a.stats:Hover {color:blue;text-decoration:underline;}

a.sponsorheader:Link {color:black;text-decoration:none;font-weight:bold;}
a.sponsorheader:Visited {color:black;text-decoration:none;font-weight:bold;}
a.sponsorheader:Hover {color:black;text-decoration:underline;font-weight:bold;}


