body 	{ 
  background-color: white;
  width: 750px;
  color: black;
  font-family: Helvetica , x-small Verdana, Arial, sans-serif;
  font-size: 87.5%; /* (16 pixes)* 0.875 = 14 pixes = 1em */
  margin-top: 1%;
  margin-bottom: 1%; 
  margin-left: 1%; 
  margin-right: 1%;
}

#header { 
  width: 100%;
  height: 105px;
  background-color: #fff;
}

#header img { 
  padding: 3px 0;
  margin-bottom: 3px;
}

#navsite ul { 
  padding: 3px 0;
  margin-left: 0;
  width: 750px;
  border-bottom: 1px solid #778;
  font: bold 12px Verdana, sans-serif;
}
#navsite ul li { 
  list-style: none;
  margin: 0;
  display: inline;
}
#navsite ul li a { 
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #dde;
  text-decoration: none;
}
#navsite ul li a:link {  
  color: #448;
}
#navsite ul li a:visited { 
  color: #667;
}
#navsite ul li a:hover, #navsite ul li a:visited:hover {
  color: #000;
  background: #aae;
  border-color: #277;
}
#navsite ul li a#current { 
  background: white;
  border-bottom: 1px solid white;
}

#main {  
}

p 	{ 
	margin-top: 15px; 
    	margin-bottom: 15px; 
    	margin-left: 15px; 
    	margin-right: 15px;
   	}

ul 	{ 
	margin-left: 15px; 
     	margin-right: 15px;
     	margin-top: -5px; 
     	margin-bottom: 0px; 
     	padding-left:15px;
     	list-style-type: disc;
   	}  

li 	{ margin-top: 0px; margin-bottom: 5px; }

hr	{}

#copyright {
       	font-size: xx-small;
	text-align: left;
	color: #000000;
	background-color: transparent;
	padding-top: 20px;
	}

div.maintitle {
        font-size: x-small;
	line-height:140%; 
	font-weight:bold;
        margin-top: 0px; 
	letter-spacing: .2em; 
	}

div.date {
	font-size: x-small; 
	color: #666; 
	border:1px solid #999; 
	padding:5px; 
      	margin-bottom:10px; 
	font-weight:normal;
	}		

div.title {
  font-size: x-small; 
  /* color: rgb(84,94,180); */
  text-transform: uppercase; 
  font-weight:bold;
}

div.infotext {
  /* color: rgb(108,106,108); */
  font-size:x-small; 
  font-weight:normal; 
  padding:5px;
}

div.infotitle {
  /* color: rgb(84,94,180); */ 
  font-size: small; 
  font-weight:bold; 
  line-height:140%; 
  padding:2px; 
  margin-top:10px; 
  text-transform:uppercase; 
  letter-spacing: .2em; 
}	

a:link, a:visited, a:active { 
  margin: 0 1px;
  padding: 0 1px;
  color: #0099FF; 
  background: transparent;
  text-decoration: underline;
  border: #FFFFFF solid 0px;
}      

a:hover { 
  color: #333366;
  padding: 0 1px;
  background: #d7e7ed;
  text-decoration: none;
}

table.program { 
  width: 100%;
  border: black solid 0px;
  padding: 0px;
}

table.program td {  
  font-size: small; 
  border: white solid 2px; 
  vertical-align: top;
} 

table.program tr {  
  border: #FF0000 solid 0px; 
}




