body { 
  margin: 18px;
  padding: 0px;
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  color: #000000
}

a {
  color: #0d2474;
}
table.center {
  margin-left:auto;
  margin-right:auto;
}

table.sitetable { 
  width: 98%;
  padding: 0px;
  border: 0px solid #789DB3;
  border-collapse: collapse;
}

table.sitetable tr td {
  background: #dcdce9;
  padding: 5px 5px 15px 5px;
}

table.sitetable a {
  color:#0d2474;
}

table.programtable { 
  width: 98%;
  padding: 0px;
  border: 1px solid #789DB3;
  border-collapse: collapse;
}

table.programtable tr td {
  background: #dcdce9;
  border-bottom:1px solid #789DB3; 
  padding: 5px 5px 5px 25px;
}

table.programtable a {
  color:#0d2474;
}

td.programtime {
  background: #dcdce9;
  border-bottom:1px solid #789DB3;
  padding: 5px 5px 5px 15px;
  text-align: right;
  white-space: nowrap; 
  width: 30%
}

#header h2 {
  margin: 0 0 0 16px;
}
#header-right h2 {
  margin: 0 0 0 16px;
}
#header-left h2 {
  margin: 0 0 0 16px;
}

#header {
  width: 80%;
  float: center;
  margin: 15px auto 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
}

#header-top {
  width: 100%;
  float: center;
  margin: 15px auto 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
}

#header-left {
  width: 25%;
  float: center;
  margin: 15px auto 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
}

#header-right {
  width: 25%;
  float: center;
  margin: 15px auto 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
}

#leftcol {
  background: #ffffff;
  float: left;
  width: 24%;
  padding-top: 12px;
}

#content {
  background: #ffffff;
  float: right;
  width: 75%;
  padding-top: 12px;
}

#footer {
  background: #ffffff;
  clear: both;
  width: 100%;
  padding-top: 12px; 
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}


#nav-menu li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 100%;
display: block;
border: 0.1em solid #bcbce9;
color: #0d2474;
background: #dcdce9;
text-decoration: none;
text-align: center;
}

div.left {
 display: block;
 float: left;
}

div.right {
  display: block;
  float: right;
}

