	
	
	<style type="text/css">

	 
	 /*  //////////////////////////////////////////  WRAPPER   /////////////////////////////////////////  */ 	
	
	wrapper {										
	margin-left: 50;
	margin-right: 50;
	width: 1000px;
	   			}
						
		
	/*  /////////////////////////////////////////////  BODY   ///////////////////////////////////////////  */ 
	
	body {
	padding:0;
	border:0;			   									/*  Removes border around viewport in old IE versions */
	width:100%;
	/*background:#677D96;             				/*  WRAPPER COLOR  */  
	background:url('natfl125.jpg');         		     /*  WRAPPER IMAGE */  
	font-family: Verdana, Arial, Sans-Serif;
	text-align:center;									/*  CENTERS PAGE WITHIN WRAPPER  */
	font-size: 100%;            							/* GLOBAL FONT SIZE  FOR LEFT & RIGHT COLUMNS */
			}	

/* <img src="book.gif" width="100" height="100" border="0" alt=""/></a> */
	
	
	
	/*  /////////////////////////  FIXED LAYOUT & TOTAL PAGE WIDTH  ////////////////////////  */ 
	
	#fixed 	 {
	margin:0 auto;
	width:900px;                  						/*  TOTAL PAGE WIDTH (px, em or %)  */
		   		 }

	
	
	/*  //////////////////////////////////  ADSENSE TEXT WRAP   //////////////////////////////////  */  
	
	.ads_left {
	float: left;
	padding: 5px;    		 							/*  SPACE TO LEFT OF AD TEXT  */
	margin: 0;
				}
		
	
	/*  ///////////////////////////////////////  NAVIGATION  //////////////////////////////////////// */  

	
	ul {
margin-top: 0px;
margin-bottom: 0px; 
color: #000000;
font-size: 0.85em;								 		/* NAVBAR FONT SIZE - INDEPENDENT */
font-weight: bold;
margin-left: px; 
padding-left: 0px; 
line-height: 1.5em;
} 


.scrollArea {
width: 200px; 
height: 515px;         						  	/*   px values too small will push navbar too far left  (height 1200)  */       
padding-left: 0px;
padding-right: 0px; 
border-color: #fff;
border-width: 0px; 
border-style: solid;
float: left; 
overflow: auto;
background: #fff;								/*   BACKGROUND COLOR  */
font-weight: bold;
	
}



h1 {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:1.5em;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:0px solid #CCCCCC;
	height:1.1px;
	margin-bottom:0px;
	}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	

#menu {
	width:200px;								             /*  TOTAL WIDTH OF MENU  */
	border-style: none;
	border-color: #677D92;
	border-width: 0px;
	margin-left: 0px;                           		   	/* space on left*/
	margin-right: 30px;                             	/* Adds space to right of Navbar*/
	text-align: left;							 			/* DFR added */
	}
	
	
#menu li a {
	height: 35px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;											/* Height of Navbar Rectangles*/
	text-decoration: none;
	font-size:0.85em;
	}
	
#menu li a:link, #menu li a:visited {
	color: #000000;										/*  NAV BAR Visited COLOR */ 
	display: block;
	background: url(menu.gif);
	padding: 8px 0 0 10px;
	font-size:0.9em;
	}
	
#menu li a:hover {
	color: #0000FF;										/*  NAV BAR Hover COLOR */   
	background: url(menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	font-size:0.9em;
	}
	
#menu li a:active {
	color: #000000;								             /*  NAV BAR Font COLOR */   
	background: url(menu.gif) 0 -64px;
	padding: 8px 0 0 10px;
	font-size:0.9em;
		}

		
	
	/*  /////////////////////////////////////////////  RIGHT COLUMN  /////////////////////////////////////////// */  
	
			
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		font:1em;  	     								/*  PARAGRAPH FONT SIZE  */
	}
	
		
	
	a {
		color:#0033FF;				                 /*  Text color of left margin ???  */
	}
	
	
	
	a:hover {
		color:#AE001B;				              /*  HOVER COLOR OF PAGE LINKS - AE001B DARK RED*/
		background:#E6E6E6;             		 /*  Background hover color of page Links */
		text-decoration:none;
	}
	
	
	
	
	h1 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#003366;                        	  /*  HEADLINE FONT COLOR   */
		font-size:1.5em;							 /*   HEADLINE FONT SIZE     */                                            
		text-align:center;						/*  CENTERS HEALINE - DFR */
	}

	
	
	
	
	h2 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#000000;                        /*  HEADLINE FONT COLOR   */
		font-size:1.2em;						 /*   HEADLINE FONT SIZE     */  
		text-align:center;					/*  CENTERS HEALINE - DFR */
	}

	
	
		
	h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#000000;                        /*  HEADLINE FONT COLOR   */
		font-size:0.95em;						 /*   HEADLINE FONT SIZE     */ 								        
		text-align:center;					/*  CENTERS HEALINE - DFR */
	}

	
	
	
	/*  ////////////////////////////////////////////  COLUMN CONTAINER /////////////////////////////////////////  */
	
	
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	
	
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:99.5%;            			/* shifts page Left (lower %) or Right (higher %) */          
		position:relative;
	}
	
	
	
	.col1,
	.col2 { 
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	
	

	.leftmenu {
		background:#e6e6e6;		          				/*     Right column BACKGROUND COLOR  (main page)    */
	}
	
	
	.leftmenu .colleft {
		right:75%;				                             /* Right column width */
		background:#e6e6e6;		           			               	/* Left column BACKGROUND COLOR */
		}
	
	
	.leftmenu .col1 {
		width:71%;				        			      /* right column content width */
		left:102%;				         					 /* 100% plus left column left padding */
		text-align:justify;        						/* right column content justify dfr */
		font-size:1em     							   /* RIGHT COLUMN FONT SIZE */
	}
	
	
	.leftmenu .col2 {
		width:28%;		            /* left column content width (column width minus left and right padding) */
		left:6%;		                   /* (right column left and right padding) plus (left column left padding) */
	dfbf}
	
	
	
	
	</style>
	
	
	
	
	
		