<html>  <head>    <meta http-equiv="content-type" content="text/html; charset=windows-1252">    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"      title="Wrap Long Lines">  </head>  <body>    <pre>&lt;html&gt;  &lt;head&gt;    &lt;meta http-equiv="content-type" content="text/html; charset=windows-1252"&gt;    &lt;link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"      title="Wrap Long Lines"&gt;  &lt;/head&gt;  &lt;body&gt;    &lt;pre&gt;&amp;lt;html&amp;gt;  &amp;lt;head&amp;gt;    &amp;lt;meta http-equiv="content-type" content="text/html; charset=windows-1252"&amp;gt;    &amp;lt;link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"      title="Wrap Long Lines"&amp;gt;  &amp;lt;/head&amp;gt;  &amp;lt;body&amp;gt;    &amp;lt;pre&amp;gt;&amp;amp;lt;html&amp;amp;gt;  &amp;amp;lt;head&amp;amp;gt;    &amp;amp;lt;meta http-equiv="content-type" content="text/html; charset=windows-1252"&amp;amp;gt;    &amp;amp;lt;link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"      title="Wrap Long Lines"&amp;amp;gt;  &amp;amp;lt;/head&amp;amp;gt;  &amp;amp;lt;body&amp;amp;gt;    &amp;amp;lt;pre&amp;amp;gt;	html, body	{		height: 100%;	}		body	{		margin: 0px;		padding: 0px;		background: #E6F5FB;		line-height: 1.75em;		font-family: 'Merriweather Sans', sans-serif;		font-size: 12pt;		font-weight: 500;		color: #000000;	}			h1, h2, h3	{		margin: 0;		padding: 0;	}		p, ol, ul	{		margin-top: 0;	}		p	{	}			ol, ul	{		padding: 0;		list-style: none;	}		p	{		line-height: 180%;	}		strong	{	}		a	{		color: #001970;	}		a:hover	{		text-decoration: none;	}		.container	{		overflow: hidden;		margin: 0em auto;		width: 850px;	}	/*********************************************************************************//* Image Style                                                                   *//*********************************************************************************/	.image	{		display: inline-block;	}		.image img	{		display: block;		width: 100%;	}		.image-full	{		display: block;		width: 100%;		margin: 0 0 2em 0;	}		.image-left	{		float: left;		margin: 0 2em 2em 0;	}		.image-centered	{		display: block;		margin: 0 0 2em 0;	}		.image-centered img	{		margin: 0 auto;		width: auto;	}/*********************************************************************************//* List Styles                                                                   *//*********************************************************************************/	ul.style1	{	}/*********************************************************************************//* Title Styles                                                                   *//*********************************************************************************/	.title	{		padding: 0em 0em;		margin-bottom: 3em;	}		.title h2	{		margin-bottom: 1em;		text-transform: uppercase;		font-weight: 700;		font-size: 2em;		color: #001970;	}/*********************************************************************************//* Social Icon Styles                                                            *//*********************************************************************************/	ul.contact	{		margin: 0;		padding: 2em 0em 0em 0em;		list-style: none;	}		ul.contact li	{		display: inline-block;		padding: 0em 0.30em;		font-size: 1em;	}		ul.contact li span	{		display: none;		margin: 0;		padding: 0;	}		ul.contact li a	{		color: ##FFFFFF;	}		ul.contact li a:before	{		display: inline-block;		background: #001970;		width: 40px;		height: 40px;		line-height: 40px;		border-radius: 20px;		text-align: center;		color: ##FFFFFF;	}		ul.contact li a.icon-twitter:before { background: #2DAAE4; }	/*********************************************************************************//* Button Style                                                                  *//*********************************************************************************/	.button	{		display: inline-block;		padding: 1em 3em 1em 2em;		background: #001970;		letter-spacing: 0.20em;		text-decoration: none;		text-transform: uppercase;		font-weight: 400;		font-size: 0.90em;		color: ##FFFFFF;	}		.button:before	{		display: inline-block;		background: #99CCFF;		margin-right: 1em;		width: 40px;		height: 40px;		line-height: 40px;		border-radius: 20px;		text-align: center;		color: #99CCFF;	}		/*********************************************************************************//* 4-column                                                                      *//*********************************************************************************/	.box1,	.box2,	.box3,	.box4	{		width: 235px;	}		.box1,	.box2,	.box3,	{		float: left;		margin-right: 20px;	}		.box4	{		float: right;	}	/*********************************************************************************//* 3-column                                                                      *//*********************************************************************************/	.boxA,	.boxB,	.boxC	{		width: 320px;	}	.boxA,	.boxB	{		float: left;		margin-right: 20px;	}		.boxC	{		float: right;	}/*********************************************************************************//* 2-column                                                                      *//*********************************************************************************/	.tbox1,	.tbox2	{		width: 575px;	}		.tbox1	{		float: left;	}	.tbox2	{		float: right;	}	#wrapper	{	}/*********************************************************************************//* Header                                                                        *//*********************************************************************************/	#header	{		position: relative;		padding: 3em 0em;	}/*********************************************************************************//* Logo                                                                          *//*********************************************************************************/	#logo	{		position: absolute;		top: 2em;		left: 0;	}		#logo h1	{	}		#logo a	{		text-decoration: none;		color: rgba(255,255,255,0.9);	}/*********************************************************************************//* Menu                                                                          *//*********************************************************************************/	#menu	{		position: absolute;		top: 2em;		right: 0;	}		#menu ul	{		display: inline-block;	}		#menu li	{		display: block;		float: left;		text-align: center;	}		#menu li a, #menu li span	{		padding: 0.7em 1.5em;		text-decoration: none;		color: rgba(255,255,255,0.6);	}		#menu li:hover a, #menu li.active a, #menu li.active span	{		background: rgba(0,0,0,0.5);		border-radius: 20px;		color: rgba(255,255,255,0.8);	}		#menu .current_page_item a	{	}		#menu .icon	{	}/*********************************************************************************//* Banner                                                                        *//*********************************************************************************/	#banner	{	}/*********************************************************************************//* Page                                                                          *//*********************************************************************************/	#page	{		overflow: hidden;		padding: 5em 0em;		background: #E6F5FB;	}/*********************************************************************************//* Content                                                                       *//*********************************************************************************/	#content	{	}/*********************************************************************************//* Sidebar                                                                       *//*********************************************************************************/	#sidebar	{	}/*********************************************************************************//* Footer                                                                        *//*********************************************************************************/	#footer	{	}/*********************************************************************************//* Copyright                                                                     *//*********************************************************************************/	#copyright	{		overflow: hidden;		padding: 5em 0em;	}		#copyright p	{		letter-spacing: 0.20em;		text-align: center;		text-transform: uppercase;		font-size: 0.80em;		color: rgba(255,255,255,0.3);	}		#copyright a	{		text-decoration: none;		color: rgba(255,255,255,0.6);	}	.box	{		background: #E6F5FB;		margin-bottom: 2em;	}		.box .margin-btm	{		margin-bottom: 2em;	}		.box .details	{		display: block;		padding: 1em 2em 1em 2em;	}&amp;amp;lt;/pre&amp;amp;gt;  &amp;amp;lt;/body&amp;amp;gt;&amp;amp;lt;/html&amp;amp;gt;&amp;lt;/pre&amp;gt;  &amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/pre&gt;  &lt;/body&gt;&lt;/html&gt;</pre>  </body></html>