<style type="text/css">

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


	
	/*  ••••••   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: 6000px;         				 /* px values too small will push navbar too far left */       
padding-left: 0px;
padding-right: 0px; 
border-color: #fff;
border-width: 0px; 
border-style: solid;
float: left; 
overflow: auto;
background: #e6e6e6;
}



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

hr {
	border:none;
	border-top:0px solid #CCCCCC;
	height:1.2px;
	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: 23px;											/* 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*/
		background:#e6e6e6;              /*  Background hover color of page Links */
		text-decoration:none;
	}
	
	
	
	
	h1 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#000000;                        	  /*  HEADLINE FONT COLOR 003366  */
		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.9em;					 /*   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 colour */
	}
	
	
	.leftmenu .colleft {
		right:75%;				                             /* Right column width */
		background:#e6e6e6;		           				/* Left column BACKGROUND colour */
		}
	
	
	.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>
	
	
	
	
	
		<!--
     FILE ARCHIVED ON 16:18:08 Oct 07, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:24:23 Apr 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
<!--
playback timings (ms):
  capture_cache.get: 0.203
  captures_list: 0.352
  exclusion.robots: 0.012
  exclusion.robots.policy: 0.005
  esindex: 0.007
  cdx.remote: 13.035
  LoadShardBlock: 86.879 (3)
  PetaboxLoader3.datanode: 149.974 (5)
  load_resource: 247.505 (2)
  PetaboxLoader3.resolve: 140.964 (2)
-->