body {
	color: black;
	background-color: #111; 
	background-image: url(/images_global/bgs/bg-long.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	/* ============ */
/* ! //756px;   */
/* ============ */
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
}
#banner {
	margin-top: 0px;
	padding: 0, 0, 0, 0;
	display:block;
	background-image: url(../images_global/bgs/Evergreen-Web-Header_proper.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 168px;
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#sidebar {
	background-color: #6f8169;
	width: 138px;
	position: absolute;
	padding-left: 2px;
}
#sidebar h2 {color:blue;}
#sidebar h3 {
	font-size: 0.75em;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: black;
	text-transform: uppercase;
}

#main {	background-color: #aab6a8;
 
	margin-top: 0px;
	margin-left: 140px;
	padding: 10px;
}

ul#siteLinks a:hover {
	background-color: #aab6a8;
	color: black;
}
ul#siteLinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 100%;
	font-weight: bold;
}
ul#siteLinks a {
	text-decoration: none;
	color: black;
	display: block;
	font-size: 0.8em;
	padding: 7px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	line-height: 100%;
//	width: 124px; // let the page flow!
}

#events {
	/* right side bar */
	background-color: #6f8169;
	width: 182px;
	margin-left: 3px;
	position: relative;
	float: right;	
	text-align: center;	
}
#events h2 {
	font-size: 01.25em;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 4px 4px;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	

}
/* removed bottom-border proprties and styles for all event links
also took out display: block;  */
#events a:link {
	color: #fff; 
	text-shadow: 2px 2px 5px #333333 ;
	
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
		
	
}

#events a:visited {
	color: #fff;
	text-shadow: 2px 2px 5px #333333;
	font-size: 1.em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
	width: 172px;
}
#events a:hover {
	color: black;
	text-shadow: 2px 2px 5px #333333;
	font-size: 1.em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
	width: 172px;
}
#events p {text-align: center;
	color: black;
	margin: 0px;
}
#events img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: black solid 1px;
}

#main h1 {
	letter-spacing: 4px;
	text-align: center;
	font-size: 1.25em;
	color: #000000;
	margin-bottom: 4px;
	margin-top: 0px;
}
#main h2 {
	text-align: center;
	color: black;
	font-size: 1.0em;
	padding-top: 3px;
}
#main h3 {
	text-decoration: underline;
	font-size: 1.0em;
	margin-bottom: 0px;
	color: #006608;
}
#main h4 {
	font-size: .7em;
}

#main p {
	color: black;
	font-size: 0.90em;
	margin-top: 0px;
	margin-bottom: 10px;
}

#leagueInfo h2 {
	font-size: 0.8em;
	margin-top: 20px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #848999;
	text-align: center;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#leagueInfo {
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848999;
	padding-right: 7px;
}
#leagueInfo p {
	font-size: 0.75em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	color: black;
}

p.photocredit {
	font-size: .7em;
	color: black;
	clear: left;
}

/* =================================================================================================================
redundant
========================================================================================== */
/* ! a {
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C28B8E;
}
a:hover {
	color: #CC0000;
	border-bottom: 1px dotted #FFFFFF;
}   */
/* Redundant========================================================
#join { 
	background-color: #ff000; // #6f8169;
	border: 1px solid #FFFFFF;
	background-image: url(../images_global/house.gif);
	background-repeat: no-repeat;
	padding: 1px;
}
#join p {
	color: black;  
}
#join h3 {
	color: #000000;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 5px;
}
#join a {
	padding: 0px;
	border: none;
	display: inline;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: black;
	font-weight: bold;
}
#join a:hover {
	background-color: transparent;
	border-bottom: 1px dotted #FFFFFF;
	color: #990000;
}

============================================ */
#footer {
    width: 100%;
//	background-color: #6f8169;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #848999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;	
}
#footer p {
	font-size: .8em;
	padding-left: 150px;
	padding-right: 40px;

}
#main div.date {
	font-size: 10px;
	background-color: #E0E8FF;
	float: right;
	color: #000000;
	margin-right: 0px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
} 
#main #news h2 {
	padding-right: 60px;
	padding-top: 2px;
}
#main ul {
	margin-top: 10px;
}
#main li {
	margin-bottom: 5px;
	line-height: 105%;
}
#main div.pullquote {
	float: right;
	width: 150px;
	color: black;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 150px;
	background-image: url(../images_global/house.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
}
#main div.pullquote a {
	color: white;
	text-decoration: none;
	border: none;
	padding: 10px;
	display: block;
	font-size: .9em;
	text-align: center;
}
#main table.ranks {
	font-size: 12px;
	margin-top: 5px;
}
table.ranks td, table.ranks th {
	text-align: left;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 2px;
}
table.ranks td{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#main table.ranks td.lastrt {
	border-right-style: none;
	border-right-width: 0px;
	border-right-color: #993300;
}

table.ranks tr.odd {
	background-color: #464646;
}
.smaller {
	font-size: 80%;
	font-weight: normal;
}
table.scores td {
	font-size: .85em;
}
ul#navigation {
	padding: 0;
	margin: 0;
	background-color: #08380e;
	color: #fff;
	float: left;
	width: 100%;
}
ul#navigation li { display: inline; }
ul#navigation li a {
  padding: .25em 1em;
  background-color: #08380e;
  color:#aab9ab ;
  text-decoration: none;
  float: left;
  border-bottom: dotted 1px #aab9ab;
  border-top: dotted 1px #aab9ab;
  border-right: dotted 1px #aab9ab;
}