@charset "utf-8";
body  {
	background: #666666;
	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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.twoColFixLtHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CF9;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: medium;
	vertical-align: bottom;
} .twoColFixLtHdr #containerFormSubmission {	width: 917px; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */	margin-top: 0;	margin-right: auto;	margin-bottom: 0;	margin-left: auto;	background-color: #FFFFCC;	padding-right: 5px;	padding-left: 5px;	padding-top: 5px;	font-size: medium;	vertical-align: bottom;}.twoColFixLtHdr #containerWhoIsWho {	width: 917px; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */	margin-top: 0;	margin-right: auto;	margin-bottom: 0;	margin-left: auto;	background-color: #66FFFF;	padding-right: 5px;	padding-left: 5px;	padding-top: 5px;	font-size: medium;	vertical-align: bottom;} 
.twoColFixLtHdr #header {
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #CF9;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: small;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	background-color: #699;
	margin-top: 1px;
}
.twoColFixLtHdr #protectedArea {
	background-color: #699;
	font-family: Verdana, Geneva, sans-serif;
	border-left-color: #000;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: xx-small;
}
.twoColFixLtHdr #formSubmission {	background-color: #0099FF;	font-family: Verdana, Geneva, sans-serif;	border-left-color: #000;	border-top-width: thin;	border-right-width: thin;	border-bottom-width: thin;	border-left-width: thin;	border-top-color: #000;	border-right-color: #000;	border-bottom-color: #000;	margin-top: 0;	margin-right: 0;	margin-bottom: 0;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;	font-size: xx-small;		width: auto;}.twoColFixLtHdr #whoIsWho {	background-color: #66FFFF;	font-family: Verdana, Geneva, sans-serif;	border-left-color: #000;	border-top-width: thin;	border-right-width: thin;	border-bottom-width: thin;	border-left-width: thin;	border-top-color: #000;	border-right-color: #000;	border-bottom-color: #000;	margin-top: 0;	margin-right: 0;	margin-bottom: 0;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;	font-size: xx-small;		width: auto;}
.twoColFixLtHdr #mainContent {
	background-color: #699;
	font-family: Verdana, Geneva, sans-serif;
	border-left-color: #000;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: auto;
	font-size: xx-small;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #CF9;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    font-size: 1px;
    line-height: 0px;
}.DominionSportservice {
	font-family: Verdana, Verdana, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #63F;
}
.CreatingExperience {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: small;
	color: #000;
}
.date {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: medium;
	font-weight: 900;
	color: #000;
}
.day {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: medium;
	font-weight: lighter;
	color: #333;
}
.Event {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: large;
	color: #33F;
	font-weight: bold;
}
.vs {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: lighter;
	color: #000;
	padding: 0px;
}
.Mainbody {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: large;
	border-bottom-color: #000;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
.CopyrightStatement {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000;

}
.MainBodyContents {
	font-size: medium;
	font-weight: normal;

}
.cell {
	font-family: Tahoma, Verdana, sans-serif;
	border: thin solid #999;
	font-size: small;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.textform {
font-family: Tahoma, Verdana, sans-serif;
font-size: medium;
font-weight: normal;
background-color: #CCCCCC;
border; 1px solid #666666;
}
.radiobuttonform {font-family: Tahoma, Verdana, sans-serif;font-size: medium;font-weight: normal;background-color: #699;}
.file_input_textbox { 
float: left;
font-family: Tahoma, Verdana, sans-serif;
font-size: medium;
font-weight: normal;
background-color: #CCCCCC;
border; 1px solid #666666;
} 

.errorform {
font-family: Tahoma, Verdana, sans-serif;
font-size: medium;
font-weight: normal;
background-color: #CC0000;
border; 1px solid #666666;
}

.errorMainBodyContents {
font-family: Tahoma, Verdana, sans-serif;
font-size: medium;
font-weight: normal;
color: #CC0000;
border; 1px solid #666666;
}

.successfulMainBodyContents {
font-family: Tahoma, Verdana, sans-serif;
font-size: medium;
font-weight: normal;
color: #66FF00;
border; 1px solid #666666;
}

.file_input_div { 
	position: relative; 
	width: 100px; 
	height: 23px; 
	overflow: hidden; 
} 

.file_input_button { 
	position: absolute; 
	top: 0px; 
} 

.file_input_hidden { 
	font-size: 23px; 
	position: absolute;
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0; 
} 

.button { 
	display: block;
	cursor: pointer;
	background-color: #699;
	padding: 2px 0.75em;
	color: #FFF;
	text-decoration: none;
	border: 4px solid;
	border-top-color:#A3AAC6;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color:#A3AAC6;
	font-size:15px;
	align:bottom;
}

.buttonhov
{
	display: block;
	cursor: pointer;
	background-color: #7A85AD;
	padding: 2px 0.75em;
	color: #333;
	text-decoration: none;
	border: 4px solid;
	border-top-color:#A3AAC6;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color:#A3AAC6;
	font-size:15px;
	align:bottom;
}

.space {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;



