body {
	background-color: #DFDFFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1000px;
}
#outerWrapper #header {
	background-color: #FFFFFF; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 135px;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	/* solve drop down problems */
	/* position: relative; */
	/* position: absolute;
	z-index:9999; */
}
#outerWrapper #headerRow2 {
	background-color: #FFFFFF;
	height: 150px;
}
#outerWrapper #headerRow3 {
	background-color: #EBEBEB;
	height: 190px;
}
#outerWrapper #headerRow3 table {
	margin: 0px;
	padding: 0px;
}
#outerWrapper #headerRow3 tr.adsRowHeader {
	background-color: #FFCC00;
	margin: 0px;
	padding: 0px;
	height: 155px;
}


#outerWrapper #headerRow3 td {
	width: 250px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#outerWrapper #headerRow3 a {
	font-size: 12px;
	color: #CC0000;
	font-weight: bolder;
	text-decoration: underline;
}
#outerWrapper #headerRow3 h2 {
	font-size: 12px;
	color: #CC0000;
	font-weight: bolder;
	text-decoration: underline;
}
#outerWrapper #headerRow3 p {
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#outerWrapper #topNavigation {
	background-color: #CC0000;
	border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
	height: 25px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 0px;
	/* try to solve drop down hidden problem */
	width: 1000px;
	position: absolute;
	z-index:9999;
}
#outerWrapper #contentWrapper {
	background-image: url(../images/contentWrapper_bg_3.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	/* add the following to try to solve nav bar z-index problem */
	margin-top: 20px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #a9c9ed;
	border-right: solid 1px #666; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	/* margin: 0 0 0 200px; */ /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 15px 0 0 200px; /* changed this to compensate for z-index used on nav */
	/* padding: 10px 10px 10px 10px; */ /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 20px 10px 10px 10px; /* changed this to handle nav drop down z-index changes */
	text-align: center;
}
#outerWrapper #footer {
	background-color: #2470BB;
	border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #A9C9ED;
	text-align: center;
}
#outerWrapper #footer td {
	padding: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#outerWrapper #contentWrapper #content #contentMain {
	background-color: #FFFFFF;
}

/* table homepage 2 columns */
#content #contentMain .tblTwoColumn {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content #contentMain .tblTwoColumn td {
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
#content #contentMain .tblTwoColumn h1 {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}


#content #contentMain .tblPageHeader {
	background-color: #A9C9ED;
	padding: 5px;
}
#content #contentMain .tblPageHeader p {
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content #contentMain .tblStandings {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content #contentMain .tblStandings td {
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

/* schedule table */
#content #contentMain .tblSchedule {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content #contentMain .tblSchedule td {
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
#content #contentMain .tblSchedule h1 {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}


#content #contentMain .txtHilight {
	background-color: #FFFF00;
}
#outerWrapper #contentWrapper #content #content1 table {
	text-align: left;
}
#outerWrapper #contentWrapper #content #content1 input {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#outerWrapper #contentWrapper #content #content1 textarea {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#outerWrapper #contentWrapper #content #content1 select {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#homepage_3column_container {
	background-color: #FFFFFF;
	float: left;
	/* height: 200px; */
	width: 773px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#homepage_column_left {
	background-color: #DFEBF9;
	padding: 10px;
	float: left;
	/* height: 50px; */
	width: 217px;
	position: relative;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#homepage_column_center {
	background-color: #FFFF66;
	padding: 10px;
	float: left;
	/* height: 50px; */
	width: 217px;
	position: relative;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#homepage_column_right {
	background-color: #CCFF00;
	padding: 10px;
	float: left;
	/* height: 50px; */
	width: 217px;
	position: relative;
}

#newClearDiv{
	clear:both;
	background-color: #CCFF00;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

.redText {
	font-weight: bold;
	color: #990000;
}







img { border: 0px; }
