BODY
   {
   font-family:century gothic;
   font-size: 100%;
   font-weight: 600;
   color:cccccc;
   background-color: #778899;
   }

P  {   
   position: relative;
   left: 100px;
   width:800px;
   border: 0pt solid black;
   background-color: #778899;
   }

P.top
   {
   color: #333366;
   font-style: normal;
   font-family: century gothic;
   font-size: 100%;
   font-weight: 500;
   background-color: #778899
   }
   
P.main
   {
   position: relative;
   left: 100px;
   width:800px;
   font-style:normal;
   font-family:century gothic;
   font-size:100%;
   font-weight:500;
   color: #cccccc;
   background-color: #003366;}
   
P.footer
   {
   position: relative;
   left: 100px;
   width:900px;
   font-style:normal;
   font-family:century gothic;
   font-size:100%;
   font-weight:500;
   color: #cccccc;
   }

ul.normal
	{
	background-color: #003366;
	position: relative;
	left: 100px;
   	width:800px;
   	color: #cccccc;
	}
   
div.1
	{   
	position: absolute;
	left: 220px;
	width:800px;
	border: 0pt solid black;
	background-color: #ffffff;
   	}
Table.prim
   {
   background-color: #003366;
   width: 600pt; 
   border: 20px; 
   margin-left: auto;
   margin-right: auto;
   cellpadding=0; 
   cellspacing=0;
   }

Table.sec
   {
   background-color: #C0C0C0;
   width: 600pt; 
   border: 5pt; 
   margin-left: auto;
   margin-right: auto;
   cellpadding=0; 
   cellspacing=0;
   }   

H1 
   {align: center;}
   

   
H2
   {
   position: relative;
   left: 100px;
   width:800px;
   color:#cc0000;
   font-weight:900;
   font-family:century gothic;
   font-size:160%;
   background-color: #003366;
   }   

H3
   {
   position: relative;
   left: 100px;
   width:700px;
   color:#cc0000;
   font-weight:900;
   font-family:century gothic;
   font-size:160%;
   background-color: #003366;
   }   
 
H4
   {
   color:blue;
   font-weight:600;
   font-family:century gothic;
   font-size:100%;
   }
   


 
.boldtable, .boldtable TD, .boldtable TH
{
font-family:century gothic;
font-size:20pt;
color:red;
background-color:white;

}

#leftcol {
	float: left;
	width: 200px;
	border: #000 1px solid;
	}

#main  {
	margin: 0px;
	}
#centercol {
	border: #f00 1px solid;
	margin: 0 210px 0 210px;
	}

#rightcol {
	float: right;
	width: 200px;
	border: #000 1px solid;
	}
	
blockquote