<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title>Gateway North Outfitters</title>
  <link rel="alternate" href="http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi/list/gno/"/>
  <link rel="self"      href="http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi/archive_atom/gno/"/>
  
  <updated>2010-09-05T05:44:42Z</updated>
  <author>
    <name>Gateway North Outfitters List Owner</name>
     
    <email>&#105;&#110;&#102;&#111;&#64;&#103;&#x61;&#116;&#x65;&#x77;&#97;&#x79;&#x6E;&#111;&#114;&#116;&#104;&#x6F;&#x75;&#x74;&#102;&#105;&#116;&#116;&#101;&#114;&#115;&#x2E;&#x6E;&#101;&#116;</email>
  </author>
  <id>http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi</id>
 
  <generator>Dada Mail 2.10.6</generator>
 

  <entry>
    <title>Gateway North Outfitters Message</title>
    <link rel="alternate" href="http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi/archive/gno/20100514151320/"/>
    <id>tag:www.gatewaynorthoutfitters.net,2010-05-14:%2Fcgi-bin%2Fdada%2Fmail.cgi%2Farchive%2Fgno%2F20100514151320%2F</id>
    
    <published>2010-05-14T15:13:20Z</published>
    <updated>2010-05-14T15:13:20Z</updated>
    <content type="html">&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
        &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
 
 &lt;head&gt;
  &lt;!-- Dada Mail [ver] --&gt; 
  &lt;title&gt;Gateway North Outfitters Message&lt;/title&gt;
  &lt;style type=&quot;text/css&quot; media=&quot;all&quot;&gt;
   &lt;!--
   /* Not @imported, since AOL rejects msgs with linked stylesheets 
      (see: http://www.alistapart.com/articles/cssemail/ )
   */
   
/* ----- GENERAL ----- */

body { 
	background-color:#fff;
	font-family:Georgia,Times,'Times New Roman',serif;
	font-size:13px;
	line-height:150%;
}

/* for list/archive pages only: */
body#Dada {
	margin:50px 0;
	padding:0;
	text-align:center;                /* page centering hack for IE */
	
}

/* for admin pages only: */
body#DadaAdmin {
	margin:0;
	padding:0;
}

/* ----- IDS: General Page Layout ----- */

#PageWrapper {
}

#Header {
	width:550px;
	height: 46px;
	margin:0 auto;                    /* page centering for all but IE */
	padding:20px;
	padding-bottom:10px;
	border:1px solid #000;
	background: #3d663c url('/gno-dada-header.png') no-repeat left;
	text-align:left;                  /* overrides page centering hack for IE (in the body) */
	font-family:AvantGarde,'Avant Garde',Verdana,Arial,sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
#Header span {
	display: none;
}

/* box model hack for IE: \*/
* html #Header {
	width:592px;
}
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

/* override for admin pages only: */
body#DadaAdmin #Header {
	width:auto;
}

/* override for admin pages only: */
/* box model hack for IE: \*/
* html body#DadaAdmin #Header {
	width:100%;
}
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

#Logo {
	float:left;
	text-align:left;
}

#Title {
	float:right;
	text-align:right;
}

/* alas, IE doesn't understand the next three CSS2 rules, 
   which add the dots before and after the header copy: */
#Logo:before {
	content: &quot;.: &quot;;
}

#Title:before {
	content: &quot;:: &quot;;
}

#Title:after {
	content: &quot; ::&quot;;
}

#Content {
	width:550px;
	margin:0 auto;                    /* page centering for all but IE */
	padding:20px;
	border:1px solid #000;
	border-top:0;
	background-color:#fff;
	text-align:left;                  /* overrides page centering hack for IE (in the body) */
}

/* box model hack for IE: \*/
* html #Content {
	width:592px;
}
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

#AdminPageWrapper {
}

#AdminContentWrapper {
	margin:0 0 50px 200px;
	padding:10px 50px;
}

#AdminContent {
	width:100%;
	padding-top:8px;
}

#MenuWrapper {
}

#Menu {
	position:absolute;
	top:70px;
	left:20px;
	width:160px;
	padding:1px 10px 0 10px;
	border:1px solid #000;
	background-color:#fff;
	text-align:left;
	line-height:150%;
}

/* box model hack for IE: \*/
* html #Menu {
	width:182px;
} 
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

/* ----- IDS: Navigation ----- */

#Menu li {
	line-height:125%;
}

#Menu p, 
#Menu ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
	font-family:AvantGarde,'Avant Garde',Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}

#Menu ul ul {
	padding-left:5px;
	font-weight:normal;
}

#list_type_switcher div {
	float:left;
	margin-right:2px;
	width:150px;
	border:1px solid #000;
	background-color:#ccc;
	text-align:center;
}

#list_type_switcher div a, 
#list_type_switcher div span {
	padding:8px 0;
	                                  /* these next two make the entire &quot;button&quot; clickable: */
	display:block; /* Moz, etc. */
	width:150px;   /* IE */
}

#list_type_switcher div span {
	background-color:#fff;
	font-weight:bold;
}

#list_type_switcher div a:hover {
	background-color: #fcc;	
}

/* ----- IDS: Widgets/Other ----- */

#breadcrumbs {
}

#help_link {
	float:right;
	margin-top:2em;
	font-weight:bold;
	clear:both;
}

#root_login_message {
	float:right;
	margin-right:0.5em;
	color:#fff;
}

/* ----- CLASSES ----- */

.disabled {
	background-color:#ccc;
	border:1px solid #fff;
}

.error {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	font-style:italic;
	color:#600;
}

.hidden {
	display:none;
}

p.link_to_screen {
	text-align:right;
	font-weight:bold;
}

.positive {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#063;
}

.simplebox {
	padding:7px;
	border:1px solid #000;
	background-color:#fff;
}

/* all but IE/Win &amp; NN4: */
.simplebox&gt;p {
	margin:0;
}

/* ----- HEADINGS ----- */

h1, h2, h3 {
	font-family:AvantGarde,'Avant Garde',Arial,sans-serif;
	font-weight:bold;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

/* ----- PARAGRAPHS ----- */

p {
}

p.small {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}

/* ----- CODE ----- */

code, pre {
	margin:3px;
	padding:3px;
	border:1px dotted #000;
	background-color:#ccf;
	font:9px/14px Monaco,Mono,'Courier New',Courier,monospace;
}

/* ----- LINKS ----- */

a {
	text-decoration:none;
}

a:link {
	color:#339;
}

a:visited {
	color:#03c;
}

a:hover {
	color:#33c;
}

a:active {
}

#Logo a:link, 
#Logo a:visited {
	color:#000;
}

#Logo a:hover {
	color:#000;
}

#Logo a:active {
}

/* ----- FORMS ----- */

label {
	font-family:AvantGarde,'Avant Garde',Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

input {
	margin:3px;
	padding:3px;
	border-width:1px;
	border-style:solid;
	border-color:#000 #999 #999 #000;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#333;
}

/* removes checkbox/radio-button borders in IE 5.0+: */
/* (commented out for validation, uncomment to apply)
input {
    border: expression(this.type==&quot;checkbox&quot;? 'none':
                       this.type==&quot;radio&quot;?    'none':
                       '1px solid #000');
}
*/

input.full {
	width:95%;
}

select {
	margin:3px;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#333;
}

textarea {
	padding:10px;
	width:95%;
	border-width:1px;
	border-style:solid;
	border-color:#000 #999 #999 #000;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#333;
}

/* affects buttons only: */
input.plain,
input.processing,
input.cautionary,
input.alertive {
	font-weight:bold;
	color:#000;
}

input.plain {
	background-color:#ccf;
}

input.processing {
	background-color:#9c9;
}

input.cautionary {
	background-color:#ffc;
}

input.alertive {
	background-color:#f66;
}

/* IE doesn't understand this: */
input:focus, 
textarea:focus {
	border-color:#009 #33c #33c #009;
}

div.buttonfloat {
	float:right;
}

/* ----- TABLES ----- */

table {
	font-size:100%;                   /* fixes IE inheritance bug, redundant for others */
}

td {
	vertical-align:top;
}

/* all but IE/Win &amp; NN4: */
td&gt;p {
	margin:0;
}

table.tagchart {
	border-collapse:collapse;
	border:2px solid #000;
	background-color:#fff;
	width:100%;
}

table.tagchart td {
	border:1px solid #000;
	padding:5px;
}

/* ----- BREAKS ----- */

hr {
	width:66%;
	text-align:center;
	height:1px;
	border:0;
	color:#000;                       /* IE */
	background-color:#000;            /* Moz &amp; Opera */
	clear:both;
}

div.floatclear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* ----- ARCHIVES ----- */

#archived_message_wrapper {
}

#archived_message_head {
}

iframe#archived_message_body_container {
	height:500px;
	width:100%;
	border:1px solid #000;
	/* text-styling rules will have NO effect in here. see below instead. */
}

#archived_message_body {
/* inline-displayed HTML messages keep their inline styles, but can otherwise be styled here.
   iframe-displayed HTML messages *always* retain their own style. this does nothing for 'em.
   plain text messages, whether inline or iframed, will be styled here also. */
}

.quoted_reply { 
	color:#666;
	font-style:italic;
}

#archived_attachments_wrapper {
}


   --&gt;
  &lt;/style&gt;
 

   
			                   &lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot;  title=&quot;RSS&quot;  href=&quot;http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi/archive_rss/gno/&quot; /&gt;
							   &lt;link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; title=&quot;Atom&quot; href=&quot;http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi/archive_atom/gno/&quot; /&gt;
			                  

&lt;/head&gt;
 
 &lt;body id=&quot;Dada&quot;&gt;
  &lt;div id=&quot;PageWrapper&quot;&gt;
   
   &lt;div id=&quot;Header&quot;&gt;
    &lt;span id=&quot;Logo&quot;&gt;
     &lt;a href=&quot;http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi&quot;&gt;Dada Mail&lt;/a&gt;
    &lt;/span&gt;
    &lt;span id=&quot;Title&quot;&gt;
     Gateway North Outfitters Message
    &lt;/span&gt;
    &lt;div class=&quot;floatclear&quot;&gt;&lt;/div&gt;
   &lt;/div&gt;&lt;!-- ends id=&quot;Header&quot; --&gt;
   
   &lt;div id=&quot;Content&quot;&gt;
    




&lt;div align=&quot;center&quot;&gt;
	&lt;table width=&quot;525&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
		&lt;tr&gt;
			&lt;td colspan=&quot;3&quot; align=&quot;center&quot;&gt;&lt;img  src=&quot;http://gatewaynorthoutfitters.net/images/gno.jpg&quot; alt=&quot;&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td colspan=&quot;3&quot; align=&quot;center&quot;&gt;&lt;img  src=&quot;http://gatewaynorthoutfitters.net/images/float_plane.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td colspan=&quot;3&quot;&gt;Hello Fellow Sportsman,
				&lt;br&gt;
				&lt;br&gt;
				It is that time of year again. The lakes are all ice free and we are getting ready for the big rush this spring with all the fisherman. The ice went off very early this year. Off Lake opened up on April 10th and the other lakes were within the next week.&lt;br&gt;
				&lt;br&gt;
				Many of you have questions about the boater safety regulation that Ontario has imposed on us. This is not a big deal, just a little more paperwork and a few minutes of time. We will issue a dockside checklist to all that are using our boats for their trips and it will make you 100% legal. If you are bringing your own boat and operating it less than 45 consecutive days in Canada, then this does not apply to you as long as you are legal to operate the boat in your home state. You can also get a boater safety card if you wish. If you get one from a state in the US it will be sufficient, but it must be from the state in which you reside. Or else, you can take the Ontario boater exam test online and receive the Ontario boater card. The boater cards are good for life. The dockside checklist we will issue you is only good for your trip with us and must be done each time you visit. If you have any questions, let us know and we will try to answer them. Or if you wish to go ahead a
nd get your Ontario Boater&amp;rsquo;s Safety Card click on the link below.&lt;br&gt;
				&lt;a href=&quot;http://boaterexam.com&quot; target=&quot;_blank&quot;&gt;http://boaterexam.com&lt;br&gt;
					&lt;br&gt;
				&lt;/a&gt;We have already opened the outpost on Pipestone Lake and have had some lake trout fisherman up with mixed results. The cabins on Off Lake are open and ready to go for the walleye opener. We will be opening the fly ins next and then everything will be rolling for the season.&lt;br&gt;
				&lt;br&gt;
				We have updated the office this spring and those of you returning from previous years will notice a big change. It has really turned out well and we are anxious to have everyone visit and see the changes. In addition we installed many new windows in the cabins on Off Lake. As for other changes or upgrades for this year, we have purchased more lifejackets, boat safety kits,(each needed by Ontario law)and paddles to have at all the fly in outposts We do not want you to have to worry about having the proper equipment or being in violation of the new regulations. We also have supplied new dishes, glasses, a pan set, cutlery, new padded boat seats, minnow buckets , rubber nets and a couple of large storage containers for storing large amounts of minnows while you are at the Sakwite Lake outpost. The cabin on Sakwite also had a new door with an opening window installed to help with additional light and air flow. Dogfly Lake had an upgrade to the boat ramp, so it should be easie
r for everyone getting the boats in and out. Dogfly and Grant Lakes will also be getting electric drip coffee makers added this spring to compliment the generators we added last season. The last upgrade that we have done for the upcoming season is added another boat and motor for rental primarily on Off Lake. It is a 14&amp;rdquo; Lund with a floor and a 25HP Honda 4 stroke with electric start.&lt;br&gt;
				&lt;br&gt;
				For those of you who have a fly in trip booked, we have recently set up the flight times and you will be receiving them shortly. If you have any questions, let us know. If you have any pre orders for your trip, please let us know as soon as possible to make sure we can get them in for you with no problems. Most groups have been good on the packing over the last few years, but there are a few different times that it was excessive. Remember that there is only so much room and you are limited to 125 per person. If there are things that you bring every year and don&amp;rsquo;t use, odds are you don&amp;rsquo;t need to bring them. The plane is designed to haul 6 people and gear, if you are a group of 4 we maybe utilizing some of the additional room with necessary supplies for the outpost. Just try to pack reasonable and in soft sided bags or boxes as they pack better and the space can be utilized more efficiently.&lt;br&gt;
				&lt;br&gt;
				If you are still looking at a fishing trip for the upcoming season, we still have dates left and would be happy to host your next adventure. Whether it be a fly in, drive in, or boat in trip, we have a little something for everyone and any budget. Check our specials page for any upcoming deals that may arise throughout the season.&lt;br&gt;
				&lt;br&gt;
				If you are considering a hunt with us this fall. We only have a couple spots left on our black bear hunts. These are very high success and very relaxing hunt. Fish during the day, and hunt in the evenings. The deer hunts we have a few different slots available from late October - mid November on the guided hunts. We have a couple of openings on our late season unguided hunts as well. If you would like to find out more about any of the hunts we offer, let us know and we will be happy to assist you.&lt;br&gt;
				&lt;br&gt;
				We have also added a Gateway North Outfitters page on Facebook for those of you who want to follow what is happening throughout the season and stay in touch. You can join by following the link at the bottom of the page.&lt;br&gt;
				&lt;br&gt;
				We look forward to seeing everyone that has a trip booked and hope to meet a few more of the new people that are inquiring. One thing is for sure, it will be another great season and some excellent fishing will be had. Look forward to seeing you on the water.&lt;br&gt;
				&lt;br&gt;
				Lucas &amp;amp; Nicole Adams&lt;br&gt;
					Gateway North Outfitters&lt;br&gt;
				&lt;a href=&quot;http://www.gatewaynorthoutfitters.com&quot; target=&quot;_blank&quot;&gt;www.gatewaynorthoutfitters.com&lt;/a&gt;&lt;br&gt;
					807-482-1388&lt;br&gt;
					218-324-2672 cell&lt;br&gt;
				&lt;br&gt;
				Click to join our email list&lt;br&gt;
				&lt;a href=&quot;http://www.gatewaynorthoutfitters.com/cgi-bin/dada/mail.cgi&quot; target=&quot;_blank&quot;&gt;http://www.gatewaynorthoutfitters.com/cgi-bin/dada/mail.cgi&lt;br&gt;
					&lt;br&gt;
				&lt;/a&gt;Click to become a fan on Facebook&lt;br&gt;
				&lt;a href=&quot;http://www.facebook.com/GatewayNorthOutfitters&quot; target=&quot;_blank&quot;&gt;http://www.facebook.com/GatewayNorthOutfitters&lt;br&gt;
					&lt;br&gt;
				&lt;/a&gt;Canadian hunting &amp;amp; fishing trips&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;http://gatewaynorthoutfitters.net/images/GNO1.jpg&quot;&gt;&lt;img  src=&quot;http://gatewaynorthoutfitters.net/images/GNO1_th.jpg&quot; alt=&quot;&quot; width=&quot;160&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
			&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;http://gatewaynorthoutfitters.net/images/IMG_0409_-_Copy.jpg&quot;&gt;&lt;img  src=&quot;http://gatewaynorthoutfitters.net/images/IMG_0409_-_Copy_th.jpg&quot; alt=&quot;&quot; width=&quot;160&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
			&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;http://gatewaynorthoutfitters.net/images/!Image022.jpg&quot;&gt;&lt;img  src=&quot;http://gatewaynorthoutfitters.net/images/!Image022_th.jpg&quot; alt=&quot;&quot; width=&quot;160&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;





</content>
  </entry>

 

  <entry>
    <title>Seasons Greetings</title>
    <link rel="alternate" href="http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi/archive/gno/20091221153156/"/>
    <id>tag:www.gatewaynorthoutfitters.net,2009-12-21:%2Fcgi-bin%2Fdada%2Fmail.cgi%2Farchive%2Fgno%2F20091221153156%2F</id>
    
    <published>2009-12-21T15:31:56Z</published>
    <updated>2009-12-21T15:31:56Z</updated>
    <content type="html">&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
        &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
 
 &lt;head&gt;
  &lt;!-- Dada Mail [ver] --&gt; 
  &lt;title&gt;Seasons Greetings&lt;/title&gt;
  &lt;style type=&quot;text/css&quot; media=&quot;all&quot;&gt;
   &lt;!--
   /* Not @imported, since AOL rejects msgs with linked stylesheets 
      (see: http://www.alistapart.com/articles/cssemail/ )
   */
   
/* ----- GENERAL ----- */

body { 
	background-color:#fff;
	font-family:Georgia,Times,'Times New Roman',serif;
	font-size:13px;
	line-height:150%;
}

/* for list/archive pages only: */
body#Dada {
	margin:50px 0;
	padding:0;
	text-align:center;                /* page centering hack for IE */
	
}

/* for admin pages only: */
body#DadaAdmin {
	margin:0;
	padding:0;
}

/* ----- IDS: General Page Layout ----- */

#PageWrapper {
}

#Header {
	width:550px;
	height: 46px;
	margin:0 auto;                    /* page centering for all but IE */
	padding:20px;
	padding-bottom:10px;
	border:1px solid #000;
	background: #3d663c url('/gno-dada-header.png') no-repeat left;
	text-align:left;                  /* overrides page centering hack for IE (in the body) */
	font-family:AvantGarde,'Avant Garde',Verdana,Arial,sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
#Header span {
	display: none;
}

/* box model hack for IE: \*/
* html #Header {
	width:592px;
}
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

/* override for admin pages only: */
body#DadaAdmin #Header {
	width:auto;
}

/* override for admin pages only: */
/* box model hack for IE: \*/
* html body#DadaAdmin #Header {
	width:100%;
}
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

#Logo {
	float:left;
	text-align:left;
}

#Title {
	float:right;
	text-align:right;
}

/* alas, IE doesn't understand the next three CSS2 rules, 
   which add the dots before and after the header copy: */
#Logo:before {
	content: &quot;.: &quot;;
}

#Title:before {
	content: &quot;:: &quot;;
}

#Title:after {
	content: &quot; ::&quot;;
}

#Content {
	width:550px;
	margin:0 auto;                    /* page centering for all but IE */
	padding:20px;
	border:1px solid #000;
	border-top:0;
	background-color:#fff;
	text-align:left;                  /* overrides page centering hack for IE (in the body) */
}

/* box model hack for IE: \*/
* html #Content {
	width:592px;
}
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

#AdminPageWrapper {
}

#AdminContentWrapper {
	margin:0 0 50px 200px;
	padding:10px 50px;
}

#AdminContent {
	width:100%;
	padding-top:8px;
}

#MenuWrapper {
}

#Menu {
	position:absolute;
	top:70px;
	left:20px;
	width:160px;
	padding:1px 10px 0 10px;
	border:1px solid #000;
	background-color:#fff;
	text-align:left;
	line-height:150%;
}

/* box model hack for IE: \*/
* html #Menu {
	width:182px;
} 
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

/* ----- IDS: Navigation ----- */

#Menu li {
	line-height:125%;
}

#Menu p, 
#Menu ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
	font-family:AvantGarde,'Avant Garde',Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}

#Menu ul ul {
	padding-left:5px;
	font-weight:normal;
}

#list_type_switcher div {
	float:left;
	margin-right:2px;
	width:150px;
	border:1px solid #000;
	background-color:#ccc;
	text-align:center;
}

#list_type_switcher div a, 
#list_type_switcher div span {
	padding:8px 0;
	                                  /* these next two make the entire &quot;button&quot; clickable: */
	display:block; /* Moz, etc. */
	width:150px;   /* IE */
}

#list_type_switcher div span {
	background-color:#fff;
	font-weight:bold;
}

#list_type_switcher div a:hover {
	background-color: #fcc;	
}

/* ----- IDS: Widgets/Other ----- */

#breadcrumbs {
}

#help_link {
	float:right;
	margin-top:2em;
	font-weight:bold;
	clear:both;
}

#root_login_message {
	float:right;
	margin-right:0.5em;
	color:#fff;
}

/* ----- CLASSES ----- */

.disabled {
	background-color:#ccc;
	border:1px solid #fff;
}

.error {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	font-style:italic;
	color:#600;
}

.hidden {
	display:none;
}

p.link_to_screen {
	text-align:right;
	font-weight:bold;
}

.positive {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#063;
}

.simplebox {
	padding:7px;
	border:1px solid #000;
	background-color:#fff;
}

/* all but IE/Win &amp; NN4: */
.simplebox&gt;p {
	margin:0;
}

/* ----- HEADINGS ----- */

h1, h2, h3 {
	font-family:AvantGarde,'Avant Garde',Arial,sans-serif;
	font-weight:bold;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

/* ----- PARAGRAPHS ----- */

p {
}

p.small {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}

/* ----- CODE ----- */

code, pre {
	margin:3px;
	padding:3px;
	border:1px dotted #000;
	background-color:#ccf;
	font:9px/14px Monaco,Mono,'Courier New',Courier,monospace;
}

/* ----- LINKS ----- */

a {
	text-decoration:none;
}

a:link {
	color:#339;
}

a:visited {
	color:#03c;
}

a:hover {
	color:#33c;
}

a:active {
}

#Logo a:link, 
#Logo a:visited {
	color:#000;
}

#Logo a:hover {
	color:#000;
}

#Logo a:active {
}

/* ----- FORMS ----- */

label {
	font-family:AvantGarde,'Avant Garde',Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

input {
	margin:3px;
	padding:3px;
	border-width:1px;
	border-style:solid;
	border-color:#000 #999 #999 #000;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#333;
}

/* removes checkbox/radio-button borders in IE 5.0+: */
/* (commented out for validation, uncomment to apply)
input {
    border: expression(this.type==&quot;checkbox&quot;? 'none':
                       this.type==&quot;radio&quot;?    'none':
                       '1px solid #000');
}
*/

input.full {
	width:95%;
}

select {
	margin:3px;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#333;
}

textarea {
	padding:10px;
	width:95%;
	border-width:1px;
	border-style:solid;
	border-color:#000 #999 #999 #000;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#333;
}

/* affects buttons only: */
input.plain,
input.processing,
input.cautionary,
input.alertive {
	font-weight:bold;
	color:#000;
}

input.plain {
	background-color:#ccf;
}

input.processing {
	background-color:#9c9;
}

input.cautionary {
	background-color:#ffc;
}

input.alertive {
	background-color:#f66;
}

/* IE doesn't understand this: */
input:focus, 
textarea:focus {
	border-color:#009 #33c #33c #009;
}

div.buttonfloat {
	float:right;
}

/* ----- TABLES ----- */

table {
	font-size:100%;                   /* fixes IE inheritance bug, redundant for others */
}

td {
	vertical-align:top;
}

/* all but IE/Win &amp; NN4: */
td&gt;p {
	margin:0;
}

table.tagchart {
	border-collapse:collapse;
	border:2px solid #000;
	background-color:#fff;
	width:100%;
}

table.tagchart td {
	border:1px solid #000;
	padding:5px;
}

/* ----- BREAKS ----- */

hr {
	width:66%;
	text-align:center;
	height:1px;
	border:0;
	color:#000;                       /* IE */
	background-color:#000;            /* Moz &amp; Opera */
	clear:both;
}

div.floatclear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* ----- ARCHIVES ----- */

#archived_message_wrapper {
}

#archived_message_head {
}

iframe#archived_message_body_container {
	height:500px;
	width:100%;
	border:1px solid #000;
	/* text-styling rules will have NO effect in here. see below instead. */
}

#archived_message_body {
/* inline-displayed HTML messages keep their inline styles, but can otherwise be styled here.
   iframe-displayed HTML messages *always* retain their own style. this does nothing for 'em.
   plain text messages, whether inline or iframed, will be styled here also. */
}

.quoted_reply { 
	color:#666;
	font-style:italic;
}

#archived_attachments_wrapper {
}


   --&gt;
  &lt;/style&gt;
 

   
			                   &lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot;  title=&quot;RSS&quot;  href=&quot;http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi/archive_rss/gno/&quot; /&gt;
							   &lt;link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; title=&quot;Atom&quot; href=&quot;http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi/archive_atom/gno/&quot; /&gt;
			                  

&lt;/head&gt;
 
 &lt;body id=&quot;Dada&quot;&gt;
  &lt;div id=&quot;PageWrapper&quot;&gt;
   
   &lt;div id=&quot;Header&quot;&gt;
    &lt;span id=&quot;Logo&quot;&gt;
     &lt;a href=&quot;http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi&quot;&gt;Dada Mail&lt;/a&gt;
    &lt;/span&gt;
    &lt;span id=&quot;Title&quot;&gt;
     Seasons Greetings
    &lt;/span&gt;
    &lt;div class=&quot;floatclear&quot;&gt;&lt;/div&gt;
   &lt;/div&gt;&lt;!-- ends id=&quot;Header&quot; --&gt;
   
   &lt;div id=&quot;Content&quot;&gt;
    


Hello Everyone and Happy Holidays,
&lt;br /&gt;&lt;br /&gt;
We are all finished with the 2009 season and are enjoying our brief break before the ice fishing season begins.  We would like to thank all who visited us at the Ice Fishing Show in St Paul earlier this month. The lakes are now froze and we have a few inches of snow on the ground. The smaller lakes are safe for travel and the deeper trout lakes should be good in a week or so. I will be making a trip soon and checking the conditions for the ice fisherman coming up for the lake trout opener on January 1. The hardwater season is one of my favourite times. There is nothing like pulling a laker up threw the ice, they are one of the hardest fighting fish in NW Ontario. If you want to experience ice fishing in the great North, let us know and we will help get you all set up.
&lt;br /&gt;&lt;br /&gt;
As most of you all know, we acquired another fly in outpost cabin this fall. We are very pleased with all the interest that we have been getting from past and future potential guests. We felt that this was an opportunity we just couldn t pass up when we found out we could acquire the Sakwite Lake outpost cabin. The lake offers excellent walleye fishing, trophy pike, smallmouth, and lake trout. If you or anyone you know is looking for a good multi species lake, this is it and the only cabin on the lake to top it off. Dogfly and Grant offer the best smallmouth fishing we have along with pike, lake trout , and muskie. If you are still thinking about a fly in trip for the 2010 season, we still have dates available. We are also offering 1 free day for trips of 5 days or more to Sakwite Lake as an introductory offer. We will extend this offer to guests booked at Dogfly and Grant already for the 2010 season in 2011.  This offer can also be combined with the summer special from July
 15 - August 15, this makes for a great deal on a week trip - 7 days for the price of 5!!!!!
&lt;br /&gt;&lt;br /&gt;
To recap the hunts that we offer. The bear hunts were very successful again this fall. We had fewer hunters this season than other years, but everyone seen multiple bears, except those who harvested the first bear that came into the bait. We were once again 100% success on shot opportunities, the harvest success was down due to couple animals wounded and not recovered. If we would have been able to recover all the bears, we would have been 100% on the success rate. The largest bear taken this fall was 450 and 7  nose to tail, taken by one of our women hunters. If any of you are wanting to hunt bear with us this upcoming season, contact us as soon as possible to get the dates of your choice. We are starting to get more inquiries in the last few weeks and already have a few slots sold.     
&lt;br /&gt;&lt;br /&gt;
The whitetail hunts were tougher this season than years past. The weather was warmer than usual,  much like last year. The warmer weather made it more challenging, our success rate was just over 50% with the largest buck grossing 164 3/8  B&amp;C. There were also a few quality animals passed on early in the week, only to not show themselves again. I kept contributing the slower hunting last year and this year to the weather, but after finishing the season,  I feel there are a few other contributing factors. There are more variables to the hunt than just the weather. We had two fairly tough winters in a row and our wolf population has doubled, this all adds up to a decline in the deer herd. This is nothing new for us, it is the reason we have the quality and size of deer that we have. It is mother natures way of culling the herd and getting rid of the inferior gene pool. Survival of the fittest as the old adage goes. We still have some great deer hunting available, we just don t
 have as many numbers as previous years. I have always told the hunters, you are looking for 1 deer,  a trophy buck, not numbers. We are making a few changes with our whitetail hunts for next year to help increase your odds of bagging that trophy buck, so call or email for details if you are considering a trophy whitetail hunt with us for the 2010 season. Considering all the variables, we still had a good hunt and everyone was pleased with their trip. There is also an upside to all this, especially if you are wanting a timber wolf  for your trophy  room. With the wolf population being at one of its higher points, now is a time to do that wolf hunt you have always thought about. These trips are best January - March. 
&lt;br /&gt;&lt;br /&gt;
If anyone has any questions about trips you have booked or concerns about possible trips, let us know and we will get you all the information you need. On a quick note to those who visited us this past season, remember to bring your Ontario Outdoors Card with you this year for your fishing/hunting license or you will need to purchase another one this season. The plastic card is good for 3 years. 
&lt;br /&gt;&lt;br /&gt;
That pretty much wraps up our fall at Gateway North Outfitters and we hope to see you all again this upcoming year. We are attending a few more shows this year than in previous years. We will be attending the following shows and would enjoy having you stop by.  Also, please forward this letter to anyone you know that might be interested in a trip that we offer. Thank you and we look forward to seeing you in our outdoor paradise in the future.
&lt;br /&gt;&lt;br /&gt;
Jan 27-31 Booth 217   America s Outdoor Show - Donald E Stephens Convention Center in Rosemont, IL   
&lt;br /&gt;
Feb 17-21 Booth 189   Duluth Boat, Sports, and Travel Show  -  DECC in Duluth, MN
&lt;br /&gt;
Feb 26-28  Booth 706  Pheasants Forever/Pheasant Fest  -  Iowa Events  Center in Des Moines, IA
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
Merry Christmas and Happy New Years to all. We hope everyone has a safe and prosperous New Year. 
&lt;br /&gt;&lt;br /&gt;
Gateway North Outfitters
Lucas, Nicole, &amp; Family
&lt;br /&gt;&lt;br /&gt;
&lt;a href=&quot;http://gatewaynorthoutfitters.net&quot;&gt;www.gatewaynorthoutfitters.net&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href=&quot;mailto:&amp;#x69;&amp;#x6E;&amp;#x66;&amp;#x6F;&amp;#x40;&amp;#103;&amp;#97;&amp;#x74;&amp;#101;&amp;#x77;&amp;#x61;&amp;#x79;&amp;#110;&amp;#x6F;&amp;#114;&amp;#116;&amp;#104;&amp;#111;&amp;#117;&amp;#x74;&amp;#102;&amp;#x69;&amp;#x74;&amp;#x74;&amp;#x65;&amp;#x72;&amp;#115;&amp;#46;&amp;#x6E;&amp;#101;&amp;#116;&quot;&gt;&amp;#73;&amp;#110;&amp;#102;&amp;#x6F;&amp;#64;&amp;#x67;&amp;#x61;&amp;#116;&amp;#x65;&amp;#119;&amp;#97;&amp;#121;&amp;#110;&amp;#x6F;&amp;#x72;&amp;#x74;&amp;#104;&amp;#111;&amp;#x75;&amp;#116;&amp;#102;&amp;#x69;&amp;#x74;&amp;#116;&amp;#x65;&amp;#x72;&amp;#115;&amp;#x2E;&amp;#x6E;&amp;#x65;&amp;#116;&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.gatewaynorthoutfitters.com/cgi-bin/dada/mail.cgi&quot;&gt;Click here to join our email list to receive our newsletter and exclusive specials!&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br&gt;
&lt;table width=&quot;500&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot;&gt;
	&lt;tr&gt;
		&lt;td colspan=&quot;2&quot; align=&quot;center&quot;&gt;Click on an image for a lager view.&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td colspan=&quot;2&quot; align=&quot;center&quot;&gt;&lt;a href=&quot;http://gatewaynorthoutfitters.net/images/122109-sakwite-campn-plane.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://gatewaynorthoutfitters.net/images/122109-sakwite-campn-plane-thumb.jpg&quot; alt=&quot;&quot; width=&quot;252&quot; height=&quot;200&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://gatewaynorthoutfitters.net/images/122109-trophy-ontario-whitetail-deer-hunts-thumb.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://gatewaynorthoutfitters.net/images/122109-trophy-ontario-whitetail-deer-hunts-thumb.jpg&quot; alt=&quot;&quot; width=&quot;200&quot; height=&quot;150&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
		&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://gatewaynorthoutfitters.net/images/122109-trophy-walleye-fishing-canada.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://gatewaynorthoutfitters.net/images/122109-trophy-walleye-fishing-canada-thumb.jpg&quot; alt=&quot;&quot; width=&quot;200&quot; height=&quot;150&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://gatewaynorthoutfitters.net/images/122109-ontario-black-bear-hunt.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://gatewaynorthoutfitters.net/images/122109-ontario-black-bear-hunt-thumb.jpg&quot; alt=&quot;&quot; width=&quot;200&quot; height=&quot;150&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
		&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://gatewaynorthoutfitters.net/images/122109-ontario-black-bear-hunting.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://gatewaynorthoutfitters.net/images/122109-ontario-black-bear-hunting-thumb.jpg&quot; alt=&quot;&quot; width=&quot;150&quot; height=&quot;200&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;br /&gt;&lt;br&gt;
&lt;b&gt;* SPECIALS FOR FLY IN OUTPOST TRIPS *&lt;/b&gt;
&lt;br /&gt;&lt;br /&gt;
ONTARIO FLY IN FISHING TRIPS - Family / Father son / daughter special - Enjoy SAVING BIG on trips for kids 16 and under. Kids 16 and under are 1/2 price with each full fare adult. This special is for the months of July, August, and September. To make it even better, receive one free day on 7 day trips.
&lt;br /&gt;&lt;br /&gt;
2 FLY IN FISHING TRIPS in same year receive 15% off second trip!Fly In Fishing Trips available at discounted rates. Exact trip datesmust be taken to get special rate.Call or email for more details on rates, specific dates, and lakes orto reserve your adventure today!


</content>
  </entry>

 

  <entry>
    <title>ST PAUL ICE FISHING AND WINTER SPORTS SHOW</title>
    <link rel="alternate" href="http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi/archive/gno/20091126143900/"/>
    <id>tag:www.gatewaynorthoutfitters.net,2009-11-26:%2Fcgi-bin%2Fdada%2Fmail.cgi%2Farchive%2Fgno%2F20091126143900%2F</id>
    
    <published>2009-11-26T14:39:00Z</published>
    <updated>2009-11-26T14:39:00Z</updated>
    <content type="html">&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
        &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
 
 &lt;head&gt;
  &lt;!-- Dada Mail [ver] --&gt; 
  &lt;title&gt;ST PAUL ICE FISHING AND WINTER SPORTS SHOW&lt;/title&gt;
  &lt;style type=&quot;text/css&quot; media=&quot;all&quot;&gt;
   &lt;!--
   /* Not @imported, since AOL rejects msgs with linked stylesheets 
      (see: http://www.alistapart.com/articles/cssemail/ )
   */
   
/* ----- GENERAL ----- */

body { 
	background-color:#fff;
	font-family:Georgia,Times,'Times New Roman',serif;
	font-size:13px;
	line-height:150%;
}

/* for list/archive pages only: */
body#Dada {
	margin:50px 0;
	padding:0;
	text-align:center;                /* page centering hack for IE */
	
}

/* for admin pages only: */
body#DadaAdmin {
	margin:0;
	padding:0;
}

/* ----- IDS: General Page Layout ----- */

#PageWrapper {
}

#Header {
	width:550px;
	height: 46px;
	margin:0 auto;                    /* page centering for all but IE */
	padding:20px;
	padding-bottom:10px;
	border:1px solid #000;
	background: #3d663c url('/gno-dada-header.png') no-repeat left;
	text-align:left;                  /* overrides page centering hack for IE (in the body) */
	font-family:AvantGarde,'Avant Garde',Verdana,Arial,sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
#Header span {
	display: none;
}

/* box model hack for IE: \*/
* html #Header {
	width:592px;
}
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

/* override for admin pages only: */
body#DadaAdmin #Header {
	width:auto;
}

/* override for admin pages only: */
/* box model hack for IE: \*/
* html body#DadaAdmin #Header {
	width:100%;
}
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

#Logo {
	float:left;
	text-align:left;
}

#Title {
	float:right;
	text-align:right;
}

/* alas, IE doesn't understand the next three CSS2 rules, 
   which add the dots before and after the header copy: */
#Logo:before {
	content: &quot;.: &quot;;
}

#Title:before {
	content: &quot;:: &quot;;
}

#Title:after {
	content: &quot; ::&quot;;
}

#Content {
	width:550px;
	margin:0 auto;                    /* page centering for all but IE */
	padding:20px;
	border:1px solid #000;
	border-top:0;
	background-color:#fff;
	text-align:left;                  /* overrides page centering hack for IE (in the body) */
}

/* box model hack for IE: \*/
* html #Content {
	width:592px;
}
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

#AdminPageWrapper {
}

#AdminContentWrapper {
	margin:0 0 50px 200px;
	padding:10px 50px;
}

#AdminContent {
	width:100%;
	padding-top:8px;
}

#MenuWrapper {
}

#Menu {
	position:absolute;
	top:70px;
	left:20px;
	width:160px;
	padding:1px 10px 0 10px;
	border:1px solid #000;
	background-color:#fff;
	text-align:left;
	line-height:150%;
}

/* box model hack for IE: \*/
* html #Menu {
	width:182px;
} 
/* ends the box model hack. see: http://tinyurl.com/9yld6 */

/* ----- IDS: Navigation ----- */

#Menu li {
	line-height:125%;
}

#Menu p, 
#Menu ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
	font-family:AvantGarde,'Avant Garde',Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}

#Menu ul ul {
	padding-left:5px;
	font-weight:normal;
}

#list_type_switcher div {
	float:left;
	margin-right:2px;
	width:150px;
	border:1px solid #000;
	background-color:#ccc;
	text-align:center;
}

#list_type_switcher div a, 
#list_type_switcher div span {
	padding:8px 0;
	                                  /* these next two make the entire &quot;button&quot; clickable: */
	display:block; /* Moz, etc. */
	width:150px;   /* IE */
}

#list_type_switcher div span {
	background-color:#fff;
	font-weight:bold;
}

#list_type_switcher div a:hover {
	background-color: #fcc;	
}

/* ----- IDS: Widgets/Other ----- */

#breadcrumbs {
}

#help_link {
	float:right;
	margin-top:2em;
	font-weight:bold;
	clear:both;
}

#root_login_message {
	float:right;
	margin-right:0.5em;
	color:#fff;
}

/* ----- CLASSES ----- */

.disabled {
	background-color:#ccc;
	border:1px solid #fff;
}

.error {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	font-style:italic;
	color:#600;
}

.hidden {
	display:none;
}

p.link_to_screen {
	text-align:right;
	font-weight:bold;
}

.positive {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#063;
}

.simplebox {
	padding:7px;
	border:1px solid #000;
	background-color:#fff;
}

/* all but IE/Win &amp; NN4: */
.simplebox&gt;p {
	margin:0;
}

/* ----- HEADINGS ----- */

h1, h2, h3 {
	font-family:AvantGarde,'Avant Garde',Arial,sans-serif;
	font-weight:bold;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

/* ----- PARAGRAPHS ----- */

p {
}

p.small {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
}

/* ----- CODE ----- */

code, pre {
	margin:3px;
	padding:3px;
	border:1px dotted #000;
	background-color:#ccf;
	font:9px/14px Monaco,Mono,'Courier New',Courier,monospace;
}

/* ----- LINKS ----- */

a {
	text-decoration:none;
}

a:link {
	color:#339;
}

a:visited {
	color:#03c;
}

a:hover {
	color:#33c;
}

a:active {
}

#Logo a:link, 
#Logo a:visited {
	color:#000;
}

#Logo a:hover {
	color:#000;
}

#Logo a:active {
}

/* ----- FORMS ----- */

label {
	font-family:AvantGarde,'Avant Garde',Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

input {
	margin:3px;
	padding:3px;
	border-width:1px;
	border-style:solid;
	border-color:#000 #999 #999 #000;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#333;
}

/* removes checkbox/radio-button borders in IE 5.0+: */
/* (commented out for validation, uncomment to apply)
input {
    border: expression(this.type==&quot;checkbox&quot;? 'none':
                       this.type==&quot;radio&quot;?    'none':
                       '1px solid #000');
}
*/

input.full {
	width:95%;
}

select {
	margin:3px;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#333;
}

textarea {
	padding:10px;
	width:95%;
	border-width:1px;
	border-style:solid;
	border-color:#000 #999 #999 #000;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#333;
}

/* affects buttons only: */
input.plain,
input.processing,
input.cautionary,
input.alertive {
	font-weight:bold;
	color:#000;
}

input.plain {
	background-color:#ccf;
}

input.processing {
	background-color:#9c9;
}

input.cautionary {
	background-color:#ffc;
}

input.alertive {
	background-color:#f66;
}

/* IE doesn't understand this: */
input:focus, 
textarea:focus {
	border-color:#009 #33c #33c #009;
}

div.buttonfloat {
	float:right;
}

/* ----- TABLES ----- */

table {
	font-size:100%;                   /* fixes IE inheritance bug, redundant for others */
}

td {
	vertical-align:top;
}

/* all but IE/Win &amp; NN4: */
td&gt;p {
	margin:0;
}

table.tagchart {
	border-collapse:collapse;
	border:2px solid #000;
	background-color:#fff;
	width:100%;
}

table.tagchart td {
	border:1px solid #000;
	padding:5px;
}

/* ----- BREAKS ----- */

hr {
	width:66%;
	text-align:center;
	height:1px;
	border:0;
	color:#000;                       /* IE */
	background-color:#000;            /* Moz &amp; Opera */
	clear:both;
}

div.floatclear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* ----- ARCHIVES ----- */

#archived_message_wrapper {
}

#archived_message_head {
}

iframe#archived_message_body_container {
	height:500px;
	width:100%;
	border:1px solid #000;
	/* text-styling rules will have NO effect in here. see below instead. */
}

#archived_message_body {
/* inline-displayed HTML messages keep their inline styles, but can otherwise be styled here.
   iframe-displayed HTML messages *always* retain their own style. this does nothing for 'em.
   plain text messages, whether inline or iframed, will be styled here also. */
}

.quoted_reply { 
	color:#666;
	font-style:italic;
}

#archived_attachments_wrapper {
}


   --&gt;
  &lt;/style&gt;
 

   
			                   &lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot;  title=&quot;RSS&quot;  href=&quot;http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi/archive_rss/gno/&quot; /&gt;
							   &lt;link rel=&quot;alternate&quot; type=&quot;application/atom+xml&quot; title=&quot;Atom&quot; href=&quot;http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi/archive_atom/gno/&quot; /&gt;
			                  

&lt;/head&gt;
 
 &lt;body id=&quot;Dada&quot;&gt;
  &lt;div id=&quot;PageWrapper&quot;&gt;
   
   &lt;div id=&quot;Header&quot;&gt;
    &lt;span id=&quot;Logo&quot;&gt;
     &lt;a href=&quot;http://www.gatewaynorthoutfitters.net/cgi-bin/dada/mail.cgi&quot;&gt;Dada Mail&lt;/a&gt;
    &lt;/span&gt;
    &lt;span id=&quot;Title&quot;&gt;
     ST PAUL ICE FISHING AND WINTER SPORTS SHOW
    &lt;/span&gt;
    &lt;div class=&quot;floatclear&quot;&gt;&lt;/div&gt;
   &lt;/div&gt;&lt;!-- ends id=&quot;Header&quot; --&gt;
   
   &lt;div id=&quot;Content&quot;&gt;
    


&lt;p&gt;JUST A QUICK NOTE TO THANK YOU ALL FOR SUBSCRIBING AND TO LET YOU KNOW OF OUR UPCOMING ST PAUL ICE FISHING SHOW. WE WILL BE ATTENDING THE ANNUAL ICE FISHING SHOW AND WINTER SPORTS SHOW IN ST PAUL. THE SHOW WILL BE LOCATED AT THE ST PAUL RIVER CENTER DECEMBER 4,5, &amp;amp; 6. THOSE OF YOU IN THE AREA WE WOULD LOVE FOR YOU TO STOP IN. SHOW HOURS ARE FRIDAY 1PM-9PM, SATURDAY 10AM-7PM, AND SUNDAY 10 AM-5PM. ALSO WE WOULD LIKE TO REMIND ALL OF YOU INTERESTED IN A QUALITY WALLEYE LAKE, WE ARE STILL OFFERING ONE FREE DAY WITH ALL FLY IN TRIPS BOOKED TO OUR NEWLY ACQUIRED SAKWITE LAKE OUTPOST. CALL OR EMAIL FOR MORE DETAILS. THE BOOKING SEASON IS UPON US SO FOR THOSE OF YOU INTERESTED IN SPECIFIC DATES PLEASE LET US KNOW ASAP. THANKS AGAIN AND ENJOY YOUR HOLIDAY SEASON &lt;BR&gt;
&lt;BR&gt;
GATEWAY NORTH OUTFITTERS&lt;BR&gt;
LUCAS AND NICOLE ADAMS &lt;BR&gt;
807-482-1388 &lt;BR&gt;
WWW.GATEWAYNORTHOUTFITTERS.COM&lt;/p&gt;


</content>
  </entry>

 


</feed> 
