/* Tribute Style Sheet */

#telethonheader{
  height: 140px;
 /* border-top: 2px solid #fde012;
  border-bottom: 2px solid #fde012;*/
}

#telethonheaderlogo {
  float:left;
}

#telethonheaderdetails {
  float: left;
  margin: 20px 0 0 10px;
}

#telethonheaderdetails p {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

h1 {
  font-size: 24px;
  color: #fde012;
}

h2 {
  font-size: 14px;
  color: #df293c;
}

h3 {
  font-size: 12px;
  color: #df293c;
}

h4 {
  font-size: 12px;
  color: #0066b0;
}

.time {
  color: #999999;
  font-size: 12;
}

/*Navigation and links*/

#verticalnavigation {
 /* border-top: 2px solid #fde012;
  border-bottom: 2px solid #fde012;*/
}

a:link {
  color: #df293c;
}

a:visited {
  color: #df293c;
} 

a:hover {
  color: #df293c;
}

#nav a:hover {
border: 1px solid #df293c;
}

#nav a {
color: #df293c;
}

ul li {
  list-style-image: url(/imagelibrary/tribute/tribute_bullet.gif);
}
/*End Navigation and links*/

.titlemenudrop {
  background-image: none;
  background-color: #0066b0;
  padding: 2px 0px 2px 2px;
  margin: 0;
}

hr {
  color: #ffffff;
  background-color: #ffffff;
  width: 60%;
  height: 2px;
  margin: auto;
  text-align: center;
  border:none;
}

.floatimgleft {
float:left;
clear: both;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
padding-right: 3px;
}

.floatimgright {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
padding-left: 3px;
}

.admatpic {
float:right;
margin-top:10px;
margin-right:70px;
margin-bottom: 20px;
}

.picborder {
  padding: 3px;
  border: 1px solid #f78f1e;
}

.gray {
  color: #999999;
}

.sponsorgif {
  margin: 10px 0 10px 17px;
}






