A {
    TEXT-DECORATION: none;
}
A:visited {
    COLOR: #0000c0;
}
TABLE {
    cell-spacing: 0;
    cell-padding: 2;
}

body {
     margin:10px 10px 0px 10px;
     padding:0px;
     background-color: #8888dc;
     }

#leftcontent {
	     position: absolute;
	     left:10px;
	     top:200px;
	     width:200px;
	     BACKGROUND-COLOR: #8888dc;
#            border:1px solid #000;
			       }

#centercontent {
	background-color: #ffffff;
	border:0px solid #000;
	margin-left: 201px;
	margin-right:201px;
	}

html>body #centercontent {
	  margin-left: 201px;
	  margin-right:201px;
	  }
	  
#rightcontent {
	      position: absolute;
	      right:10px;
	      top:180px;
	      width:200px;
	      background:#fff;
	      background-color: #dc8888;
#				border:1px solid #000;
				}

#banner {
	background-color: #ffff00;
	height:180px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	}

html>body #banner {
	  height:180px;
	  }
p,h1,pre {
	 margin:0px 10px 10px 10px;
	 }
		
h1 {
   text-align:center;
   font-size:22pt;
   padding-top:10px;
   COLOR: #000080;
   FONT-FAMILY: "Trebuchet MS", helvetica, sans-serif
   }
h2 {
   text-align:center;
   font-size:14pt;
   COLOR: #c00000;
   FONT-FAMILY: "Trebuchet MS", helvetica, sans-serif
   }
H3 {
   text-align:center;
   font-size:12pt;
   COLOR: #000080;
   FONT-FAMILY: "Trebuchet MS", helvetica, sans-serif
   }
H4 {
   text-align:left;
   COLOR: #c00000;
   FONT-FAMILY: "Trebuchet MS", helvetica, sans-serif
   }
#banner h1 {
	padding:10px 10px 0px 10px;
	margin:0px;
}
#banner h2 {
	padding:10px 10px 0px 10px;
	margin:0px;
}
#centercontent p {
	       font-size:11pt;
	       }
#leftcontent p,li {
	     font-size:11pt;
	     }
#rightcontent p {
	      font-size:11pt;
	      }
#rightcontent h1 {
	      font-size:12pt;
	      text-align:center;
	      padding:0px 0px 0px 0px;
	      }
#rightcontent h3 {
	      text-align:left;
	      padding:0px 0px 0px 3px;
	      }
