body {
   border: 0px;
   padding: 0px;
   margin: 0px;
   font-family: Arial;
   background: #002A00;
   color: black;
}
img {
   border: 0px;
}
a, a:visited, a:active {
   text-decoration: none;
   color: black;
   font-weight: bold;
}
a:hover {
   text-decoration: underline;
   color: black;
   font-weight: bold;
}
a:active {
   color: white;
}
.top_header {
   background-image: url(images/top_header.png);
   background-repeat: no-repeat;
   height: 90px;
}
.sc_logo {
   float: right;
   margin-right: 10px;
}
.sc_text {
   float: left;
   margin-left: 300px;
}
.weather_table {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
table, td, tr  {
   margin: 0px;
   padding: 0px;
   border-collapse: collapse;
}
.main_table {
   width: 750px;
   background-image: url(images/bg2.jpg);
   background-repeat: repeat-y;
}
.leftcells {
   width: 185px;
   vertical-align: top;
   text-align: left;
}
.main_content {
   padding: 5px;
   vertical-align: top;
   text-align: left;
   width: 612px;
   height: 580px;
}
.welcome_title, .div_title, .team_head, .loc_name {
   font-size: 13pt;
   text-decoration: underline;
   font-style: italic;
   font-weight: bold;
}
.welcome_subtitle {
   font-size: 11pt;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
.welcome_body, .div_text {
   margin: 10px;
   margin-left: 0px;
}
.names_div {
   width: 100%;
   align: center;
   text-align: center;
}
.names_table {
   align: center;
   text-align: left;
   width: 400px;

}
.tbl_head {
   font-weight: bold;
   text-decoration: underline;
}
ul {
   padding: 0px;
   padding-left: 25px;
}
.teams li{
   display: inline;
   padding: 5px;
}
.adobe_disclaimer, .pic_disclaimer {
   text-align: center;
   font-size: 9pt;
   border-top: 3px double black;
}
.sponsors {
   width: 100%;
}
.sponsors tr td {
   border: 2px inset #051978;
}
.pic_table {
   width: 100%;
}
