@charset "UTF-8";
body  {
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.4em;
	background-color: #003399;
}
.Pull_quote {
	font-style: italic;
	color: #999999;
	float: right;
	clear: none;
	margin-right: 20px;
	padding-right: 20px;
	font-weight: normal;
}
.twoColFixRtHdr #container {
	width: 740px;
	margin: 0 auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #003399;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin-right: 30px;
	margin-top: 20px;
	margin-left: 15px;
	text-align: left;
	padding-left: 20px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(cssImage/background_sidebar2.jpg);
	}
	.twoColFixRtHdr #sidebar1 h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	font-size: 0.65em;
	line-height: 1.8em;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 0.1em;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 288px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: justify;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0033CC;
	background-image: url(cssImage/GroupShot1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 
.twoColFixRtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 288px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: justify;
	font-size: x-small;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0033CC;
	background-image: url(cssImage/GroupShot1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 
.twoColFixRtHdr #maincontentimg {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer {
	background:#FFFFFF;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0033CC;
} 
.twoColFixRtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.twoColFixRtHdr #mainContent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: lighter;
	line-height: 0.55em;
}
.twoColFixRtHdr #sidebar1 a:link {
	color: #003399;
	text-decoration: none;
	border: none;
	}
	.twoColFixRtHdr #sidebar1 h6 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF6600;
	font-weight: lighter;
	font-size: 80%;
}
.twoColFixRtHdr_Soccertourney {
	margin: 0px;
	padding: 0px;
	float: left;
}
.Sidebar_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8px;
	font-weight: 300;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent p {
	line-height: 2em;
}
.twoColFixRtHdr #container #sidebar1 table {
	line-height: 60px;
}
.twoColFixRtHdr #container #sidebar1 img {
	padding: 5px;
	border: none;
}
