@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #663333;
	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;
}
.twoColFixLtHdr #container {
	width: 912px;
	margin: 0 auto;
	text-align: left;
	background-color: #DFDED2;
	background-image: url(../images/grey_sidbar_bk.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
} 
.twoColFixLtHdr #header {
	background-color: #003050;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
} 
.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 */
}
.twoColFixLtHdr #container #header h1 {
	position: fixed;
	top: -500px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #909090;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/grey_sidbar_bk.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
	text-align: center;
}


.twoColFixLtHdr #mainContent {
	border: 2px none #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #587AA0;
	font-size: 12px;
}
.twoColFixLtHdr #footer {
	background-color: #003050;
	text-align: center;
	color: #587AA0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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;
}
#noticeBox {
	background-color: #FFF;
	padding: 5px;
	border: medium solid #633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-right: 30px;
	margin-left: 30px;
}

.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;
}
#nav {
	background-color: #003050;
	text-align: center;
	height: 2em;
	border-top-width: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #633;
	border-right-color: #909090;
	border-bottom-color: #909090;
	border-left-color: #909090;
}
#staffBox {

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #003050;
	color: #FFF;
	padding-left: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-top-width: thin;
	border-bottom-width: thin;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #003050;
	color: #FFF;
	padding-left: 5px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	font-size: 16px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-variant: small-caps;
	text-align: left;
	position: static;
	padding-top: 0px;
	margin-top: 15px;
}

h3 {
	color: #333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
h4 {
	color: #A33232;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 1.8em;
}
#mainContent .RColumn img  {
	border: medium solid #909090;
	width: 250px;
	height: auto;
	clear: both;
}
#mainContent .LColumn img  {
	border: medium solid #909090;
	width: 250px;
	height: auto;
	clear: both;
}
.LColumn {
	width: 270px;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	margin-top: -10px;
	margin-bottom: 10px;
	clear: right;
}
.RColumn {
	width: 270px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	margin-top: -10px;
	clear: none;
	margin-bottom: 10px;
}
#siteLinks  {
	background-color: #003050;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-color: #FFF;
	color: #DEDED2;
	border-bottom-width: 2px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: 1.5em;
	}

#showNav {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 8px;
	margin-bottom: 10px;
	text-align: left;
}
#showNav a {
	display: block;
	text-decoration: none;
	background-color: #003050;
	width: 180px;
	height: 1.8em;
	color: #DEDED2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-variant: normal;
	padding-left: 0.6em;
	padding-top: 0.4em;
	vertical-align: middle;
	margin-bottom: 8px;
	border: 2px outset #A6B8CA;
}
#showNav a:hover {
	display: block;
	text-decoration: none;
	background-color: #627491;
	width: 180px;
	height: 1.8em;
	color: #DEDED2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-variant: normal;
	padding-left: 0.6em;
	padding-top: 0.4em;
	vertical-align: middle;
	margin-bottom: 8px;
	border: 2px outset #A6B8CA;
}
#arenaUpdateBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #3E5537;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 1px;
	font-size: 14px;
	font-style: normal;
	padding-bottom: 15px;
	width: 540px;
	border: thick double #FFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#arenaUpdateTable {
	background-color: #FFF;
	font-size: 12px;
	color: #000;
	margin-right: auto;
	margin-left: auto;
}
#arenaUpdateTable tr th {
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-bottom-width: medium;
	font-weight: bold;
	background-color: #BBB;
	text-align: left;
}


#arenaUpdateHeading {
	background-color: #3E5537;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.rulesReminder {
	background-color: #8F1B1B;
	margin-left: 8px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 8px;
	border: thin solid #FFF;
}
.rulesReminder p {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 3px;
	font-size: 12px;
}

.rulesHeading {
	background-color: #FF9;
	text-align: center;
	color: #8F1B1B;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bolder;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#arenaUpdateTable td {
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: thin;
	color: #000;
}
.sidebarPhotocredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin-bottom: 10px;
	width: 240px;
	margin-top: 10px;
}
.sidebarPhotocredit a {
	color: #CCC;
}
#linkscontainer {
	overflow: hidden;
	background-color: #003050;
	border-top-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #587AA0;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 20px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 2px;
	border-left-width: 2px;
}
sitelinksSidebar {
	height: 50px;
	width: 260px;
}
#bottomsidebar {
	margin-left: 90px;
	height: 50px;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #587AA0;
	padding-right: 30px;
	text-align: right;
}

#linkscontainer div {
	float: left;
	width: 160px;
	margin-bottom: -50px;
	padding-bottom: 50px;
}
.makebreak {
	height: 50px;
	padding: 10px;
	width: 580px;
	clear: right;
}
.donorlist {
	margin-right: auto;
	margin-left: auto;
}


#linkscontainer .col2 {

}

#linkscontainer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #587AA0;
	font-size: 12px;
	text-decoration: none;
}
#linkscontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #DFDED2;
	font-size: 12px;
	text-decoration: none;
}
#sidebar1 img {
	border: 3px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #A33232;
	font-variant: small-caps;
	margin-bottom: -0.7em;
	margin-top: 1.5em;
	border-left-width: 1.1em;
	border-left-style: solid;
	padding-left: .6em;
}
h3 {
	color: #A33232;
	font-size: 24px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
	border: thick double #633;
	background-color: #FFF;
	padding: 5px;
}

#mainContent p a {
	font-weight: bold;
	text-decoration: underline;
	color: #A33232;
}
#mainContent p a:hover {
	color: #FFF;
}
#website {
	display: none;
}
#mainContent p img {
	width: 580px;
	height: auto;
	border: medium solid #FFF;
}
#mainContent img  {
	width: 500px;
	height: auto;
	border: medium solid #FFF;
}
.statusImg {
	height: auto;
	width: auto;
}
#arenaUpdateTable tr td img {
	height: auto;
	width: auto;
}
#mainContent table img {
	height: auto;
	width: auto;
}
#arenaUpdateBox ul li span img {
	height: auto;
	width: auto;
}
#arenaUpdateBox ul li img {
	height: auto;
	width: auto;
}
centerImgMain {
	width: 580px;
	height: auto;
	border: thin solid #003050;
}
.CoveredArenaSchedule {
	background-color: #FFF;
}

h6 {
	font-size: 12px;
	color: #003050;
	margin-top: 2em;
}

