body { 
	background-color: #ffffff;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../_images/basePg_bkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#PgWrapper {
	width: 900px;
	margin: 10px auto 0 auto;
}

#MenuArea {
	margin: 0;
	float: left;
	width: 190px;
	background-image: url(../_images/Menubkgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 350px;
	padding: 10px;
}

#MainArea {
	margin: 0;
	float: right;
	width: 660px;
}

/* -------- BASE STYLES ----------- */

h1 {
	font-size: 2.3em;
	color: #be0028;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	/*border-bottom: 1px #ec5e06 solid;*/
}

h2 {
	font-size: 1.7em;
	color: #aaaaaa;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;	
}

h5 {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
	color: #555555;
	}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 10px;
	font-weight: normal;
	color: #555555;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #be0028;
	}

a:hover {
	color: #555555;
	}


/* -------- MAIN AREA STYLES ----------- */

#dcages {
	margin: 0;
	width: 600px;
	}

#dcteams {
	margin: 0;
	height: 200px;
	overflow: scroll;
	}


/* -------- Menu STYLES ----------- */

#MenuArea p {
	font-size: 1.7em;
	line-height: 1.5em;
	text-align: left;
	margin: 0;
	font-weight: normal;
	color: #0057a8;
	width: 190px;
	}

#MenuArea a:link, #MenuArea a:visited {
	text-decoration: none;
	color: #0057a8;
	}

#MenuArea a:hover {
	color: #be0028;
	}


/*--------- Cup Winners New -------------*/

.DCChamps { 
	font-size: 1em;
	line-height: 1.1em;
	font-style: normal;
	font-weight: normal;
	text-align: center 
	}
	
.dcgender {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	padding: 4px;
	}

.dcage {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	background-color: #333333;
	padding: 2px;
	}

.year {
	width: 12%;
	padding: 3px;
	margin: 0;
	font-weight: bold;
	color: #000000;
	background-color: #aaaaaa;
	}

.teamCol {
	width: 22%;
	padding: 3px;
	margin: 0;
	font-weight: normal;
	line-height: 1.1em;
	color: #000000;
	background-color: #ffffff;
	}

.teamColalt {
	width: 22%;
	padding: 3px;
	margin: 0;
	font-weight: normal;
	line-height: 1.1em;
	color: #000000;
	background-color: #e2e2e2;
	}
	
.teamName {
	font-size: 0.9em;
	font-weight: bold;
	}

.coach {
	font-size: 0.8em;
	line-height: 0.9em;
	font-weight: normal;
	font-style: italic;
	}

/* -------- COPYRIGHT ----------- */


#Copyright {
	margin-top: 30px;
	color: #888888;
	font-size: .9em;
	line-height: 1.0em;
	text-decoration: none;
	text-align: center;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #ec5e06;
}

#Copyright a:hover {
	border-bottom: 1px solid #ef9c1e;
	border: none;
	color: #000000;
}

/*/---------------- Main Form ---------------------/*/

#stylized{
	width:430px;
	margin: 30px auto 1px auto;
	/*
	padding: 4px 14px 14px 14px;
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	*/
	}

#stylized fieldset { 
	padding: 1px 13px 15px 13px;
	margin: 0;
	border: 1px solid #ef9c1e;}

#stylized legend { 
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333333;
 }

#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:170px;
	float:left;
	}

#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:170px;
	}

#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #ef9c1e;
	width:200px;
	margin:2px 0 20px 10px;
	}

#stylized input.submit {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #000000;
	width:400px;
	margin: 0 auto;
	text-align: center;
	}

#stylized input:focus{ background-color: #ffffcc; color:#000000; }


/* END OF INPUT AREAS */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}


