	
	div.txt
	{
		font-size: 0.8em;
		font-family: Verdana ;
		line-height:1.2em;
		color:#444;
		padding-top:0.2em;
		padding-left: 0.5em;
		padding-bottom: 0.3em;
		padding-right:0.5em;
		text-align:justify ;
		
		/*overflow:scroll;*/
	}
	
	a:link 
	{	
	}
	
	.sflnk a:link { color:gray; text-decoration:none;}
	.sflnk a:active { color:gray; text-decoration:none;}
	.sflnk a:visited { color:gray; text-decoration:none;}
	.sflnk a:hover { color:gray; text-decoration:none; cursor:hand; }

	.sflnkmnu 
	{
		line-height:1.8em;
	}
	.sflnkmnu a:link { color:darkblue; text-decoration:none;}
	.sflnkmnu a:active { color:darkblue; text-decoration:none;}
	.sflnkmnu a:visited { color:darkblue; text-decoration:none;}
	.sflnkmnu a:hover { color:darkblue; text-decoration:underline; cursor:hand; }

	/*POSITIONAL - dictates the page header position */
	#SFHead {
	 	position : absolute;
	 	top: 0em;
	 	left: 0em;
	 	width: 100%;
	 	height: 7em;
	 	margin: 0em;
	 	color : black;
	 	border-color: white;
	 	border-style: none;
	}
	/*PAGE HEADER STYLE INFO*/
	.logo
	{
		position : absolute;
	 	top: 1em;
	 	left: 1.5em;
	}
	.promo
	{
		position:absolute;
		top: 0.5em;
		right: 0em;
	}
	.navbar 
	{
		position : absolute;
	 	bottom:0;
	 	left:0em;
	 	/*right: 0em;*/
	 	width: 100%;
	 	height: 1.4em;
	 	background-color:#CCC;
	 	font-size:0.7em;
	 	color:#BBB;
	 	text-align:right;
	 	border-bottom-width:0.2em;
	 	border-bottom-style:solid;
	 	border-bottom-color:gery;
	}
	#friendly {
		position:absolute;
		right:0.2em;
		bottom:2em;
	}
	
	/*POSITIONAL & CONTENT - dictates the position of the left (main) header inside SFHead*/
	#SFHeadLeft 
	{
		position : absolute;
	 	top: 0;
	 	left: 0.1em;
	 	width:47em;
	 	height:7em;
	 	margin: 0em;
	 	border:0;
	}
	
	/*POSITIONAL & CONTENT - dictates the position of the right header inside SFHead*/
	#SFHeadRight 
	{
		position : absolute;
	 	top: 0;
	 	right: 0.1em;
	 	left:48em;
	 	height:7em;
	 	margin: 0em;
	 	border:0;
	}

	/*POSITIONAL ONLY! - dictates the size and position of the entire page excluding the header.
						 all sub style go within the SFBody tag 
	  CONTAINER!		*/
	#SFBody
	{
		position : absolute;
	 	top: 7.5em;
	 	left: 2.1em;
	 	width: 45em;
	 	height: 40em;
	 	margin: 0em;
	 	border-style: none;	
	 	border:0;
	}

	/*POSITIONAL & CONTENT - dictates the size and location of the page content area
							 placed with in SFBody*/
	#SFMain
	{
		position : absolute;
	 	top: 0;
	 	left: 0;
	 	width: 74.9%;
	 	height: 80%;
	 	margin: 0em;
	 	border-style: none;
	 	border:0;
	}
	
	/*POSITIONAL & CONTENT - dictates the size and location of the left (main) link area
							 placed with in SFBody*/
	#SFRLink 
	{
		position : absolute;
	 	top: 0;
	 	right: 0%;
	 	width: 24.5%;
	 	height: 80%;
	 	margin: 0em;
	 	border-style: none;
	}
	
	#about1 {
		position:absolute;
		top:0.7em;
		left:0;
		width:100%;
		height:100%;
	}
	
	#about2 {
		position:absolute;
		bottom:0;
		top:1.5em;
		font-weight:normal;
		right:2.7em;
		text-align:right;
		color:#EEE;
		height:6em;
	}
	#about3 {
		position:absolute;
		top:0.7em;
		left:0;
		width:100%;
		height:100%;
	}
	#about4 {
		position:absolute;
		bottom:0.6em;
		right:0.6em;
		/*width:100%;
		height:100%;*/
	}

	/*POSITIONAL & CONTENT - dictates the size and location of the page footer area placed with in SFBody*/
	#SFFoot
	{
		position : absolute;
	 	bottom: 0;
	 	left: 0em;
	 	width: 74.9%;
	 	height: 19%;
	 	margin: 0em;
	 	border-style: none;
	 	border:0;
	}
	
	#footbox {
		position:absolute;
		top:30%;
		font-stretch:wider;
		width:90%;
		border-style:none;
		border-width:0.1em;
		border-color:silver;
		color:silver;
		font-weight:bold;
		font-size:1.5em;
	}
			
	.SFHeadContent {

	}