body {
    margin: 20px;
    background-image: url('./pics/grad_cs.png') repeat-y fixed center;
    
 #   background-image: url(./pics/grad_cs.png);
 #    background-color: #1246AD;  
 #   background-color: #EEE;  
    padding: 0;
     font-family: 'helvetica', times, serif;
     color: #003;
#    color: #19193A;
    font-size: 12px;
}

.logo
{
  position:absolute;
  left: 10px; 
  top: 10px; 
}

.TopTitle
{
  position:relative;
  width: 500px;
  left: 160px; 
  top: 0px; 
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}

.date
{
  position:absolute;
  left: 710px; 
  top: 10px; 
  font-size: 11px;
  font-weight: normal;
  color: #FFFCF4;
  text-align: right;
}

H1 {
  color: #003;
#  color: #FFC660;
  font-family: helvetica, 'times', serif;
  font-size: 32px;
  font-weight: bold;
}

.TopMenu
{
  font-weight: normal;
  width: 95%;
  margin: 0 0 0 0;
  padding: 5px 2px 3px 3px;
  color: #000000;
  text-align: center;
  font-size: 80%;
  background-color: #80A0D8; 
  border-bottom: 1px solid #FFC600; 
  border-top: 1px solid #FFC600;
}

.Divider
{
  height: 0px;
}


a:link.menu, a:visited.menu
{
  padding: 0px 0px 0px 3px;
  color: #DDD;
  text-decoration: none;
  font-size: 9pt;
  font-weight: normal;
}

a:link, a:visited {
  padding: 0px 0px 0px 4px;
  color: #19196A;
  text-decoration: underline;
  font-weight: normal;
  font-size: 10pt;
}

a:hover, a:active {
  padding: 0px 0px 0px 3px;
  background-color: darkorange;
  color: #000000;
  font-weight: normal;
  font-size: 10pt;
}

hr
{
  background-color: #FFC600;
  color: #FFC600;
  width: 95%;
  height: 2px;
  border: 0;
}

#AdminError
{
  font-weight: bold;
  color: #FF0000;
}

.PageTitle
{
  font-size: 12px;
  font-weight: normal;
}

.ContentTitle
{
  margin: 0px 0px 0px 5px;
  padding: 4px 8px 4px 8px;
  text-align: center;
#  background-color: #6cc184;
  background-color: #7cc194;
#  font-weight: bold;
#  border-bottom: 1px solid #1246AD; 
#  border-top: 1px solid #1246AD;
#  border-right: 1px solid #1246AD;
#  border-left: 1px solid #1246AD;
   font-size: 12px;
}

.ContentBody
{
  margin: 0 0 10px 5px;
  padding: 4px 8px 15px 8px;
  font-size: 12px;
 # background-color: #ddd;
  background-color: #FFFAFF;
#  border-bottom: 1px solid #1246AD; 
#  border-left: 1px solid #1246AD; 
#  border-right: 1px solid #1246AD; 
}

.FeedTitle
{
  margin: 0px 2px 0px 0px;
  padding: 4px 4px 4px 4px;
  background-color: #4ca164;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  border-top: 2px solid #1246AD; 
  border-right: 2px solid #1246AD; 
  border-left: 2px solid #1246AD; 
}

.FeedBody
{
  margin: 0 2px 0 0px;
  padding: 4px 4px 4px 4px;
  background-color: #fff8e8;  
  font-size: 10px;
  border-top: 1px solid #1246AD; 
  border-right: 2px solid #1246AD; 
  border-bottom: 2px solid #1246AD; 
  border-left: 2px solid #1246AD; 
}

.TreeTitle
{
  margin: 0px 2px 0px 0px;
  padding: 4px 4px 4px 4px;
  background-color: #5876AE;
  color: #FFFFFF;
  text-align: left;
  font-size: 14px;
 # border-top: 1px solid #1246AD; 
  border-left: 2px solid #1246AD; 
  border-right: 2px solid #1246AD; 
}


.TreeBody
{
  margin: 0px 2px 0px 0px;
  padding: 2px 2px 2px 2px;
  background-color: #FFE8A1;
#  background-color: #ddd;
#  text-align: right;
   text-align: left;
  font-size: 10px;
  border-top: 1px solid #1246AD; 
   border-right: 2px solid #1246AD; 
#  border-bottom: 2px solid #1246AD; 
   border-left: 2px solid #1246AD; 
}

.TreeRef
{
  padding: 0px 0px 0px 4px;
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: normal;
  font-size: 10pt;
}

.PageBody
{
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

.null:link, .null:visited,
.null:hover, .null:active {
   padding: 0px 0px 0px 0px;
   text-decoration: none;
   color: #000000;
   background-color: #48669E;
   border: 0px;
   font-weight: normal;
   font-size: 10px;
}

.icon
{
   position:relative;
   top:-1px;
   vertical-align: middle;
   border: 0px;
}


