@charset "utf-8";
/* CSS Document */

/* CFA Soccer Stie Styles */
/* soccer_global.css*/
/* CWE, 12-30-08 */

/* Site Colors */
/* Light Blue - #0181BE */
/* Medium Blue - #004890 */
/* Red - #EC3D44 */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	vertical-align: middle;
}

#Container {
	width:916px;
	padding: 8px 0 8px 0;
	margin: auto;
	background-color:#EC3D44;
}

#SubContainer {
	width:900px;
	margin: auto;
	border:thick solid #333;
}

.NavLink A:Link {
	font-size: .9em;
	color: #CCC;
	text-decoration:none;
}

.NavLink A:Visited {
	font-size: .95em;
	color: #CCC;
	text-decoration:none;
}

.NavLink A:Hover {
	color: #EC3D44;
	text-decoration:none;
}

.BigLink A:Link {
	font-size: 1.4em;
	font-weight: bold;
	color: #EC3D44;
	text-decoration:none;
}

.BigLink A:Visited {
	font-size: 1.4em;
	font-weight: bold;
	color: #EC3D44;
	text-decoration:none;
}

.BigLink A:Hover {
	font-weight: bold;
	color: #004890;
	text-decoration:none;
}

.NavLine {
	font-weight: bold;
	color:#CCC;
}


#Content {
	background-color: #FFF;
	font-size: .9em;
	color:#004890;
	padding: 8px 30px 0px 30px;
}

#Content a {
	text-decoration:none;
	font-weight:bold;
}

#Content a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#C00;
}

#Footer {
	background-color: #EC3D44;
	color:#FFF;
	font-size: .7em;
}

h1	{
	font-size: 1.8em;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: .2em;
}

h2	{
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: .1em;
}

h3	{
	font-size: 1.3em;
	font-weight: bold;
}

.NormalText {
	font-size: .9em;
	font-weight:normal;
}

.SmallText {
	font-size: 0.75em;
	font-weight:normal;
}

.HomeText {
	margin: 0px 0px 0px 15px;
	padding-top: 0px;
	text-align:left;
}

.HomeText2 {
	margin: 0px 15px 0px 0px;
	padding-top: 0px;
	text-align:left;
}

.Symbol {
	font-size:.6em;
	vertical-align:super;
}

.DatesTitle {
	font-size: 1.2em;
	color: #0181BE;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	padding: 6px 0 6px 0;
	margin: 10px 0 12px 0;
}

.DatesText {
	font-size: .8em;
	color: #FC3;
	font-weight:normal;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 0;
	margin-top:0px;
	margin-bottom: 0;
	text-decoration:none;
}

.DatesText a {
	color: #FC3;
	text-decoration:none;
}

.DatesText a:hover {
	color: #EC3D44;
	text-decoration:underline;
}

.DatesText_Tourn {
	font-size: 1em;
	color: #EC3D44;
	font-weight:normal;
	text-align:center;
	padding-bottom: 0;
	margin-bottom: 0;
}

.DatesDate {
	font-size: .8em;
	color: #FFF;
	font-weight:normal;
	text-align:center;
	padding: 0px 0 2px 0;
	margin-top: 0;
}

.SponsorBox {
	border: thick solid #EC3D44;
}

.SponsorTitle {
	font-size: 1.5em;
	color: #EC3D44;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	padding: 4px 0 8px 0;
}

.SponsorLogo {
	padding-top: 20px;	
	padding-bottom: 20px;
	border: 0;
}

.h_line
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #004890;
}

.h_thinline
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #004890;
}
.FormList
{
	font-family:Verdana; 
	font-size:1em;
	vertical-align: top; 
	color:#000000;
	list-style-image: url(../images/soccer_bullet.gif);
	padding-left: 30px;
	margin-left: 30px;
}
.FormList li
{
	padding-bottom: 5px;
	padding-left: 6px;
	margin-left: 4px;
}