/* CSS definition file containing sitestyle stylesheets */
/* BODY { background-color: rgb(255,255,255);} */

/*BODY { background-color: #F0F0F0; }*/
BODY { background-color: #ffffff; }

H1 {font-size: medium;}
H2 {font-size: small; font-style: italic;}
a.highlight {color: white;}
CODE.highlight {color: white;}
.navtree {font-size: smaller; text-align: left; white-space: nowrap;}
.title {text-align: center;}

.title {
  font-size: large;
  font-weight: bold;
  background-color: rgb(204,204,255);
/*  background-color: #dcdcdc; */
  text-align: center;
}

.row_title {
  font-weight: bold;
  background-color: #eeeeee;
  text-align: left;
}

.summary_text {
  font-weight: bold;
  background-color: #eeeeee;
  text-align: center;
}

.content {
  background-color: #dcdcdc;
  text-align: left;
}



#left {
        background-color: rgb(204,204,255); 
}


#main {
        padding-left: 2em; 
}


