/* Default properties of the document BODY */
body,td {
   background-color: #fffacd;
   font:             normal 10pt verdana,arial,helvetica,sans-serif;
   text-align:       center;
}

/* Makes sure no border appears around linked images */
img {
   border: 0px solid #ffffff;
}

/* Document-wide link styles */
a {
   color: #8b4513;
}
a:hover {
   color:           #b8860b;
   text-decoration: none;
}
a:active {
   text-decoration: none;
}
a:visited {
   color: #daa520;
}
a:visited:hover {
   color:           #b8860b;
   text-decoration: none;
}

.container {
   background-color: #ffd700;
   border:           1px solid;
   border-color:     #f0e68c #daa520 #daa520 #f0e68c;
   margin-left:      5%;/*7.5%;*/
   margin-right:     5%;
}
   .container td {
      background-color: transparent;
   }

.links {
   display:    block;
   text-align: left;
   padding:    4px;
}
   .links a {
      display:         block;
      font-size:       10pt;
      color:           #8b4513;
      text-decoration: none;
      border:          1px solid #ffd700;
      padding:         1px 1px 1px 8px;
   }
   .links a:link:hover {
      background-color: #ffffe0;
      color:            #8b4513;
      border:           1px solid;
      border-color:     #daa520;
      padding:          1px 1px 1px 8px;
   }
   .links a:visited {
      color:   #daa520;
      padding: 1px 1px 1px 8px;
   }
   .links a:visited:hover {
      background-color: #ffffe0;
      color:			#8b4513;
      border:           1px solid;
      border-color:     #daa520;
   }

.body {
   background-color: #fffff0;
   font-size:        10pt;
   text-align:       left;
   border:           1px solid;
   border-color:     #daa520 #f0e68c #f0e68c #daa520;
   margin:           0px 0px 0px 2px;
   padding:          3px 6px;
   height:           100%;
}
   .body td {
      text-align: left;
      font-size:  10pt;
   }

.motto {
	padding-bottom: 1px;
	border: groove;
	width: 480px;
	font: bold 10pt 'lucida handwriting';
	color: #dc143c;
	text-align: center;
}

.hr {
   text-align:       center;
   margin:           6px 4px;
   padding:          0px;
   width:            90%;
}

.sponsors {
   border:     1px solid #b8860b;
   text-align: center;
}
   .sponsors .title {
      background-color: #b8860b;
      font:             bold 8pt verdana,arial,helvetica,sans-serif;
      color:            #fff8dc;
      padding:          0px 0px 1px 4px;
      margin-bottom:    4px;
   }
   .sponsors img {
      vertical-align: middle;
      margin-bottom:  4px;
   }

.stations {
   text-align: center;
   font-size:  8pt;
}
   .stations td {
      text-align: left;
      font-size:  8pt;
   }
   .stations td a {
      color: #000000;
   }