h1,h2,h3,div,td {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}

img {
   border: 0px;
   margin: 0px;
}

p {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
}


form {
  margin: 0px;
}


.photo {
  float: right;
  padding: 5px;
  width: 250px;
  background-color: #FFFFFF;
}


a {
  color: #0F165E;
}

a:hover {
  color: #EB2E32;
}

h1 {
  color: #EB2E32;
  line-height: 130%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #0F165E;
  text-transform: uppercase;
}


/********** NAVIGATION **********/

body.pagebody {
  margin-top: 20px;
  padding: 0px;
  background:#001329 url(/images/setup/page_bg.jpg);
}

.design {
  width: 970px;
  background-color: #000000;
}

.ticker {
  height: 43px;
  background:#000000 url(/images/setup/landingTicker_bg.jpg);
}

.navTop {
  height: 29px;
  background:#000000 url(/images/setup/navTop_bg.jpg);
  text-align: center;
}

.navBottom {
  height: 26px;
  background:#000000 url(/images/setup/navBottom_bg.jpg);
  text-align: center;
}

#content {
  background-color: #FFFFFF;
}

#mainbody {
  padding: 10px;
  background-color: #FFFFFF;
}

#header {
  height: 100px;
  text-align: center;
}

.centercol {
  background-color: #E7E7E7;
  width: 315px;
  padding: 0px;
}

.rightcol {
  background-color: #181818;
  width: 254px;
  padding: 0px;
}

.poll {
  padding: 10px;
  color: #FFFFFF;
}

.poll td {
  color: #FFFFFF;
}


#footer {
  text-align: center;
}



/********** NAVIGATION **********/
.navTop a {
  color: #b9cbd7;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
}

.navTop a:hover {
  color: #EB2E32;
}

.navBottom a{
  color: #4b9ed6;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
}

.navBottom a:hover {
  color: #EB2E32;
}


.rightcol a {
  color: #FFFFFF;
  text-decoration: none;
}

.rightcol a:hover {
  color: #336699;
}

#navbar-secondary {
  text-align: center;
}


/**** DROP DOWN MENU ****/

.dropdownmenu {
  position:absolute;
  visibility: hidden;
  background-color: #112847;
  width: 200px;
  z-index: 100;
}

.dropdownmenu a {
  text-transform: none;
  font-weight: normal;
  display: block;
  border-bottom: 1px dotted #4b9ed6;
  color: #b9cbd7;
  text-decoration: none;
  padding:  2px 5px;
  text-align: left;
}

.dropdownmenu a:hover {
  background-color: #112847;
  color: #EB2E32;
}


/********** HEADLINES **********/

.headline a {
  color: #D00000;
  font-weight: bold;
  text-decoration: none;
}

.headline a:hover {
  color: #b1cad0;
  text-decoration: underline;
}

.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

/********** CALENDAR *************/
table.calendar {
border-collapse: collapse;
}

table.calendar td {
  border: 1px solid #FFFFFF;
}

.calendar {
  background-color: #1C699F;
  color: #FFFFFF;
  text-align: center;
}

.calendar-month  {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.calendar-header {
  background-color: #09476C;
  font-weight: bold;
  color: #FFFFFF;
}


.calendar-sport {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.calendar-date {
  float: left;
  color: #FFFFFF;
  background-color: #1C699F;
  width: 15px;
}

.calendar-event {
  font-size: 10px;
}

.calendar-event a:hover {
  background-color: #1C699F;
  color: #FFFFFF;
  cursor: pointer;
  cursor: hand;
}

.calendar-notes {
color: #8E8BB7;
}

.event {
  background-color: #09476C;
  color: #FFFFFF;
}

.event a {
  font-weight: bold;
 color: #FFFFFF;
}

.event a:hover {
  color: #EB2E32;
}

.event-schedule {
  text-align: left;
  float: right;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  width: 205px;
  padding: 5px;
  margin-right: 5px;
  height: 101px;
  overflow: auto;
}

.event-schedule a{
  color: #FFFFFF;
}

.event-schedule a:hover {
  color: #EB2E32;
}

.event-schedule h2 {
  color: #1C699F;
}

/********** Lightbox - Thumbnails ***********/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/setup/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/setup/overlay.png", sizingMethod="scale");
	}
