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;
}

.photo img {
  float: right;
  padding: 0px 5px;
}

span.formfield {
  color: #FFFFFF;
}


a {
  color: #D9D9D9;
}

a:hover {
  color: #000000;
}

h1 {
  color: #D9D9D9;
  text-align: center;
  font-size: 13px;
  line-height: 200%;
}

h2 {
  background-color: #000000;
}


/********** LAYOUT **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  background-color:#FFFFFF;
}


#header {
  text-align: center;
}

#ticker {
  background: url("/images/setup/ticker.jpg") no-repeat;
  height: 50px;
}

#leftcol {
  background-color: #000000;
  border-right: 2px solid #FFFFFF;
}

#centercol {
  background-color: #6C0018;
}

#rightcol {
  background-color: #000000;
  border-left: 2px solid #FFFFFF;
}

#mainbody {
  padding: 0px 20px;
  color:#FFFFFF;
  height: 385px;
  overflow: auto;
  scrollbar-base-color: #000000;
}

#footer {
  background: url("/images/setup/footer_ads.jpg") no-repeat;
  height: 70px;
  text-align: right;
  padding: 0px 10px;
}



/********** NAVIGATION **********/


#leftcol a {
  color: #D9D9D9;
  text-decoration: none;
  padding-left: 10px;
}

#leftcol a:hover {
  color: #6C0018;
}

#rightcol h2 {
  color: #D9D9D9;
  text-transform: uppercase;
  padding-left: 10px;
}

#rightcol a {
  color: #D9D9D9;
  text-decoration: none;
  padding-left: 10px;
}

#rightcol a:hover {
  color: #6C0018;
}


/*********  HEADER LOGOS ************/
#globalNav a {
  display:block;
  float:left;
  height:31px;
  text-decoration:none;
  background-image: url("/images/setup/global.jpg");
  background-repeat: no-repeat;
  background-color: #000000;
}

a.navteamlogo1 {
  width: 80px;
  background-position:0px 0px;
}
a.navteamlogo2 {
  width: 70px;
  background-position:-80px 0px;
}
a.navteamlogo3 {
  width: 60px;
  background-position:-150px 0px;
}
a.navteamlogo4 {
  width: 70px;
  background-position:-210px 0px;
}
a.navteamlogo5 {
  width: 180px;
  background-position:-280px 0px;
}
a.navteamlogo6 {
  width: 70px;
  background-position:-460px 0px;
}
a.navteamlogo7 {
  width: 120px;
  background-position:-530px 0px;
}
a.navteamlogo8 {
  width: 111px;
  background-position:-650px 0px;
}

a.navteamlogo1:hover {
  background-position:0px -31px;
}
a.navteamlogo2:hover {
  background-position:-80px -31px;
}
a.navteamlogo3:hover {
  background-position:-150px -31px;
}
a.navteamlogo4:hover {
  background-position:-210px -31px;
}
a.navteamlogo5:hover {
  background-position:-280px -31px;
}
a.navteamlogo6:hover {
  background-position:-460px -31px;
}
a.navteamlogo7:hover {
  background-position:-530px -31px;
}
a.navteamlogo8:hover {
  background-position:-650px -31px;
}

/********** HEADLINES **********/


.top-story {
  padding-left: 5px;
  padding-right: 5px;
  clear: left;
}

.headline a {
  color: #D00000;
  font-weight: bold;
  text-decoration: none;
}

.headline a:hover {
  color: #000099;
  text-decoration: underline;

}

.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

/********** 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/base/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/base/overlay.png", sizingMethod="scale");
	}



/********** HELP **************/
#help a {
    font-size: 12px;
    font-weight: bold;
    color: #CE1019;
}