<!-- Archived as of 2/24/2009 -->
body		
{margin:0%;
	  	padding:0%;
		font-weight:normal;
		}


#TitleFrame	{background:black;
		font-size:32px;
	  	color:lime;
 font-family:Tahoma;
		padding:0px 0 0px 0;
		text-align:center;
		height:36px;
		font-weight:bold;
		}
		

<!--  The body frame -->
#BodyFrame		{position:absolute;
		left:5%;
		width90%;
		top:36px;
		height:484px;
		font-size:16px;
 font-family:Tahoma;
 background:white;
 color:black;  
 link:blue;
 vlink:purple;
		text-align:justify;
		}


<!--  This is the body-full(to give full use of page) -->
#body-full{position:absolute;
		left:5%;
		width:90%;
		top:10px;
		height:510px;
 background:white;
 color:black;
 font-family:Tahoma;
		font-size:16px;
 link:red;
 vlink:lime;
	text-align:justify;
		}
		

<!--  This is the body-fullblack (to give full use of page) -->
#body-full-black{position:absolute;
		left:5%;
		width:90%;
		top:10px;
		height:510px;
 background:black;
 color:white;
 font-family:Arial;
		font-size:16px;
 link:lime;
 vlink:red;
	text-align:justify;
		}
		

#footer		{position:absolute;
		text-align:center;
		text-decoration:underline overline;
		font-size:small;
top:520;
		}
