body
{
	background-color: #DA4825;
}
.header
{
	background-image: url(/CRA/images/HeaderBackground.gif);
	
	color: White;
	border: none;
	width: 100%;
}
.headerRow
{
	width: 100%;
	background-color: #DA4825;
}
.sponsors
{
	border: solid 3 #CCCCCC;
	background-color: Black;
	color: White;
	width: 100%;
}
.sponsorHeader
{
	background-color: Black;
	color: White;
	height: 8px;
	width:100%;
}
.sponsorLink
{
	color: White;
}
.footer
{
	background-color: #AAAAAA;
	color: White;
	width:100%;
	font-size:x-small;
	font-weight: bold;
}
.preLoginEmail
{
		background-image: url(/CRA/images/login_email_bg.gif);
		background-position: center center;
		background-repeat:no-repeat;
}
.postLoginEmail
{
	background-color:White;
	background-position: center center;
	background-repeat:no-repeat;
}
.loginPassword
{
		background-image: url(/CRA/images/login_password_bg.gif);
		background-position: center center;
		background-repeat:no-repeat;
}
.mainWindowBG
{
	background-image: url(/CRA/images/CelinaPark.bmp);
	background-attachment:scroll;
	background-repeat:no-repeat;
}
.mainWindowText
{
	margin-left: 50px;
	margin-right: 50px;
	width: 100%;
}
h2, h4
{
	text-align: left;
	margin-left: 20px;
}
p
{
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
ul
{
	text-align: left;
	margin-right: 20px;
}
ol
{
	text-align: left;
	margin-right: 20px;
}
.headerBackground
{
	font-size:x-large;
	color: White;
}
.sectionBackground
{
	background-image: url(/CRA/images/HeaderBackground.gif);
	color: Red;
}
.errorMsg
{
	color: Red;
}
.alert
{
	background-color:Black;
	color: White;
	font-size: 14px;
	font-family: Times New Roman;
	font-weight: bold;
	text-decoration: none;
}
.alert:visited
{
	color:Red;
}
.dgHeader 
{
	color: White;
	background-color: #DA4825;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
.dgItemStyle 
{
	color: Black;
	font-family:Times New Roman;
	font-size:16px;
	font-weight:normal;
}
.dgAlternating 
{
	background-color:#D0D6DD;
	color:Black;
	font-family:Times New Roman;
	font-size:16px;
	font-weight:normal;
}
.sectionHeaderPrint
{
	font-weight: bold;
	color: black;
	font-size: 30px;
}
.printForm
{
	color: Black;
	font-size: 14px;
	text-decoration: underline;
}
.printFormLabel
{
	color: Black;
	font-size: 14px;
}
.printFormBold
{
	color: Black;
	font-size: 14px;
	font-weight: bold;
}
.soccerButton
{
	background-color: Orange;
	color: Black;
	border-style: solid;
	border-width:thin;
	border-color: Black;
}