BODY {
	background: url(../images/background_fade.gif) #146195 fixed repeat-x center top;
	background-attachment: scroll;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto;
	text-align: center;
}

#headerLogo, #navigation, #content, #footer {
	width: 760;
}


/* HEADER */
#headerLogo {
	margin-top: 20px;
}


/* NAVIGATION */
#navigation {
	margin-top: 0px;
	margin-bottom: 40px;
}
#navigation A:link, #navigation A:visited {
	color: #ffffff;
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 3px;
}
#navigation A:hover {
	color: #f46f21;
}


/* CONTENT */
#content {
	text-align: left;
}
#content A:link, #content A:visited {
	color: #000000;
}
#content A:hover {
	color: #999999;
}
#leftColumn {
	width: 301px;
	float: left;
	margin-right: 60px;
}
#rightColumn {
	float: right;
	width: 389px;
}
H1 {
	color: #ffffff;
	font-size: 13pt;
	line-height: 18pt;
	font-weight: normal;
}
P {
	color: #ffffff;
	font-size: 8pt;
	line-height: 12pt;
}
.tablehead {
	text-align: left;
	font-size: 9px;
	color: #ffffff;
	background-color: #f46f21;
	width: auto;
	padding: 5px;
	border: 1px solid #FFFFFF;
	margin: 0px;
}
.table {
	font-size: 7pt;
	color: Black;
	background-color: #ffffff;
	width: auto;
	margin-bottom: 40px;
}
.table P {
	color: #000000;
	font-size: 7pt;
}
.blueHeader {
	font-weight: bold;
	font-size: 7pt;
	text-transform: none;
	color: #146195;
	text-decoration: none;
}


/* FOOTER */
#footer {
	color: #ffffff;
	text-align: left;
	font-size: 8pt;
	line-height: 12pt;
	margin: 0px;
	padding: 40px 0px 60px 0px;
	background: url(../images/baseball.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#footer A:link, #footer A:visited {
	color: #ffffff;
}
#footer A:hover {
	color: #f46f21;
}
#footer LABEL {
	width: 50px;
	line-height: 20px;
}

#footer #poweredBy {
	font-size: 7pt;
	color: #ffffff;
}
#footer #poweredBy A:link, #footer #poweredBy A:visited {
	text-decoration: none;
}