body {
  background-color: #DDDDDD;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-top: 30px;
}

h1 {
  color: #4441b3;
}  

a:link {
  color: #4441b2; 
  text-decoration: none; 
}

a:visited {
  color: #4441b2;
  text-decoration: none; 
}

a:hover {
  color: #FF6600; 
  text-decoration: none; 
}

a:active {
  color: #4441b2; 
  text-decoration: none; 
}

div.container {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}

div.header {
  width: 650px;
  border: none;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;  
}

#content {
  width: 490px;
  border-left: 1px #999 dashed;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 5px;
  float: right;  
}

div.main {
  width: 650px;
  border: none;
  margin: 0px;
  padding-top: 10px;
}

div.footer {
  width: 650px;
  background-color: #DDDDDD;
  border: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
  clear: both;
} 

#navcontainer {
  float: left;
}
  
#navlist li {
  display: inline;
/* for IE5 and IE6 */
}

#navlist {
  width: 7em;
/* to display the list horizontaly */
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 0 0px;
  padding: 0px;
  border-right: 1px #999 dashed;
}

#navlist a {
  width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
  display: block;
  background-color: #fff;
  border-bottom: 1px #999 dashed;
  padding-left: 15px;
  text-decoration: none;
  text-align: left;
  color: #4441b2;
}

#navlist a:link {
  color: #4441b2; 
  text-decoration: none; 
}

#navlist a:visited {
  color: #4441b2;
  text-decoration: none; 
}

#navlist a:hover {
  color: #FF6600; 
  text-decoration: none; 
}

#navlist a:active {
  color: #4441b2; 
  text-decoration: none; 
}

span.bold {font-weight: bold; }

span.text-sm {font-size: smaller; }

span.subheader {
  color: #4441b3;
  font-weight: bold;
}

span.date {
  font-weight: bold;  
  font-size: 12px; 
}

p.line {border-top: 1px #999 dashed; }

img.image{
  border: none;
}

img.sponsor {
  margin-left: 15px;
  border: none;
}

img.thumbnail {
  padding-right: 10px;
  border: none;
}

table.info {
  width: 90%;
  background-color: #FFFFFF;
  text-align: center;
}

tr.header {
  background-color: #FF6701;
  text-align: center;
  font-weight: bold;
}

tr.color {
  background-color: #CCCCCC;
  text-align: center;
}  
