.maintext {color: dimgrey; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify; padding-top:10px}
.maintext h1 {font-size: 26px; font-weight:bold; color: Red; font-family: Comic Sans MS,Comic Sans,Arial,Helvetica,sans-serif}
.maintext h2 {font-size: 20px; font-weight:normal; color: Red; font-family: Comic Sans MS,Comic Sans,Arial,sans-serif; padding-top: 10px; }
.maintext h3 {font-size: 16px; font-weight:bold; padding-top: 10px; }
.headingNote {font-size: 0.7em}
.maintext li {font-size: 12px;}
.maintext p  {font-size: 12px;}
.maintext img {border:3px solid grey; margin:20px }


.resultstable {text-align:center}
.resultstable TR {text-align:center;}
.resultstable TD {background-color:white; text-align:center;}
.resultstable TH {background-color:#99CCFF; color:white; text-align:center;}
.resultstable IMG {border:0px solid grey; margin:0px}


p {
   width: 97%;
}

#header {

   height: 200px;
   padding: 0 0 0 0 ;
   margin: 0;
   margin-top: 0px;
   border: 1px solid red;
   font-weight: normal;
}

#navigation {
   float: left;
   width: 210px;
   height: 600px;
   top: 200px;
   padding: 0 0 0 0 ;
   margin:  0 0 0 0 ;
   border: 1px solid #C6EC8C;
   font-weight: normal;
}
 
#news {
	float: right;
   width: 210px;
   top: 200px;
   padding: 0 0 0 0 ;
   margin:  0 0 0 0 ;
   border: 1px solid #C6EC8C;
   font-weight: normal;
}
 
#centerDoc {
   float: left;
   padding: 0 0 20px 0; /*top right bottom left*/
   margin-top: 0px;
   margin-left: 0px;
   border: 1px solid blue;
}

#footer {
   clear: both;
   height: 100px;
   padding: 0 0 20px 0; /*top right bottom left*/
   margin-top: 0px;
   margin-left: 0px;
   border: 1px solid blue;
}
   
#right_box {
   float:right; 
   padding: 0 0 20px 0; /*top right bottom left*/
   border: 1px solid #C6EC8C;
}