body {
  font-family:arial,sans-serif;
  font-size:100%;

  margin-top: 0px; /*moves the whole frame down 0 px*/
  /*margin:1em;  /* 0 puts box top left where 2 moves it down and right*/*/
  background: #fff;  /* color of the page background*/
  color: #000;  /*color of the bullets/text*/
    }

#ltcol 		{ width: 45%; 
				margin: 0px 0px 0px 10px;			 /*  top  right  bottom  left  */
				float: left; 
                text-align: center;	
				}
			
#main 		{ width: 85%; 
				margin: 0px 20px 0px 0px;			 /*  top  right  bottom  left  */
				float: left;
                font-weight: bold;
				}
		
#rtcol 		{ width: 45%; 
				margin: 0px 0px 0px 0px;			 /*  top  right  bottom  left  */				 
				float: right;
				text-align: center;	
				}	
			
#footer { width: 100%; 
				margin: 620px 0px 0px  0px;			/*  top  right  bottom  left  */	
				text-align: center;
				
				}
#bottom         { position: absolute;
				margin: 0;
				left: 450px;
				top:  1480px;
h1, h2, h3, h4, h5, h6, p 	{
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		text-align: center;
/* 		color: #0000FF;				 BLUE   #0000FF   */
/*		color:#00008B;				DARK BLUE #00008B  */
		color:#000080;		/*  NAVY   */
		font-weight: bold;
		}
		
h1	{ font-size: 60px;	margin: 16px;	}
h2	{ font-size: 40px;	}
h3	{ font-size: 30px;	}	
h4	{ font-size: 20px;	margin: 10px;}
h5	{ font-size: 14px;	}
h6	{ font-size: 10px;	}
		
p		{ font-size: 18px;
		font-weight: bold;
		color: #000000;  					/*  BLACK  */
		}

img	{												/*		Photos	*/
	width: 100px;
	height:  100px;
	margin: 3px;
	padding: 3px;
    border: solid #000000;
      }                