<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity:60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0em 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0em 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0em 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 .3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0em 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0em 0em 0em; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0em;}
.wizardFooter .status {padding:0em 0.4em 0em 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em 0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0em; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em 0.2em 0.2em 0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em 0.2em 0.2em 0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em 1em 1em 1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0em;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0em 0em 0.5em;}
.tab {margin:0em 0em 0em 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0em 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0em 1em;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0em 0.25em; padding:0em 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0em; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px 1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0em; right:0em;}
#backstageButton a {padding:0.1em 0.4em 0.1em 0.4em; margin:0.1em 0.1em 0.1em 0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin:0em 3em 0em 3em; padding:1em 1em 1em 1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em 0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none ! important;}
#displayArea {margin: 1em 1em 0em 1em;}
/* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
noscript {display:none;}
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank TiddlyWiki, you'll need to modify the following tiddlers:
* SiteTitle & SiteSubtitle: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* MainMenu: The menu (usually on the left)
* DefaultTiddlers: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These InterfaceOptions for customising TiddlyWiki are saved in your browser

Your username for signing your edits. Write it as a WikiWord (eg JoeBloggs)

<<option txtUserName>>
<<option chkSaveBackups>> SaveBackups
<<option chkAutoSave>> AutoSave
<<option chkRegExpSearch>> RegExpSearch
<<option chkCaseSensitiveSearch>> CaseSensitiveSearch
<<option chkAnimate>> EnableAnimations

----
Also see AdvancedOptions
<<importTiddlers>>
Date: January 25, 2007
From: Alicia Herrera
City/State: Las Vegas, NV

The heart aches knowing your physical being is gone, but the spirit rejoices when one thinks of the amiability you shared as a friend. May you rest in peace in the presence of the Lord. What a wonderful mind you possessed, And how great the many accomplishments you attained. What a joyful personality you displayed, And how bright was the smile you expressed. What enthusiasm for learning you maintained, And how diligent of a Spanish student you became. Unique beings like you are a gift to this world, you will live in our thoughts. Hasta Luego Buen Amigo.
Date: January 24, 2007
From: Andrew Dixon
City/State: Las Vegas, Nevada

I only knew Sean for a short while while he was at Beckley Singleton. Even in that short time, however, I came to know Sean as a very respectful person who had a positive attitude and a love for life. My condolences and prayers are with his family.
   	January 23, 2007
	My condolences to the family. I was a classmate of Sean's at Cretin and will keep him in my thoughts.
   	Brent Coatney (Mendota Heights, MN )
Date: January 24, 2007
From: Brian Florence
City/State: Phoenix, AZ

Always a great man and a great friend whose legacy will live on forever. Sleep well my friend. Tamara, Cullen and Courtney, may the Lord comfort you in this troubled time. My tears and prayers are with you. Love Brian
Date: January 23, 2007
From: Carol Loeffelholz
City/State: Sioux Falls, SD

We`ll always be thankful for the wonderful times we experienced on the St. Viator school trips to Carson City and Washington, DC.
Date: January 23, 2007
From: Caryl and Jim Hepker
City/State: Las Vegas

Tamara, Cullen and Courtney, Our thoughts and prayers are with you at this difficult time. May the good memories bring you comfort and may your faith bring you peace. Deepest Sympathy, Caryl and Jim Hepker
*FrBillsPoem
*JimDragosEulogy
Sean made the list of [[Notable Nevadans]] of 2007.   
Date: January 23, 2007
From: Connie Bombard
City/State: Henderson

Tamera, Courtney& Cullen, I wanted to let you know how sorry I am for your loss. If there is anything I can do for you all please know I am always here for you and I love you very much!! my prayers are with you always. Bless this man who loved you all so very much. He made an amazing impact in this world and his legacy will live on with you Cullen and Courtney and I know he will always be watching over you. God Bless the McGowen Family. All my prayers, Connie Bombard
Date: January 29, 2007
From: Dan McGowan
City/State: St. Paul, Mn

Take care, Big Lloyd, until we meet again.
   	January 25, 2007
	My sincere condolences to the McGowan family. I will continue to cherish the memories of Sean, my friend and classmate in Appleton.
   	David Boraas (St. Louis Park, MN )
LatestNews
SeansLife
[[Obituaries]]
ReviewJournal
MemorialTestimonials
 Date: February 11, 2007
From: Ed Fasulo
City/State: San Diego, ca

My sincere condolences to Sean`s Family. I just today heard about Sean`s passing, as I don`t live in Vegas any longer. Sean assisted and submitted my first Gaming license to the NGCB, back in 1987. I became very fond of Sean and we shared a freindly and cordial relationship for several years. He was a good person and very good at his job. Please realise that he leaves a fond legacy, which is really all any of us can do. All my best thoughts to Sean`s Family. Ed
Date: January 29, 2007
From: Ellie Simcoe
City/State: Westborough, MA

Many note the anthusiasm Sean showed for many things as an adult. I can confirm that he had the same joy in life as a child. I remember him best as a happy two and three year old, always with a smile as he greeted new challenges. Later, I enjoyed watching him play basketball at Cretin High School in St. Paul. He added happiness to many family memories. Ellie McGowan Simcoe
Fr Bill's poem to Sean at the Funeral:
''The Final Flight''

Don't grieve for me, for now I'm free,
I'm following the path God laid for me.
I took his hand when I heard his call,
I turned my back and left it all.

I could not stay another day,
To laugh, to love, to work, to play.
Tasks left undone must stay that way,
I've found that peace at the end of the day.

If my parting has left a void,
Then fill it with remembered joy.
A friendship shared, a laugh, a kiss,
Ah, yes, these things too I will miss.

Be not burdened with times of sorrow,
I wish you the sunshine of tomorrow.
My Life's been full, I savoured much,
Good friends, good times, a loved one' touch.

Perhaps my time seemed all too brief,
Don't lengthen it now with undue grief.
Lift up your heart and share with me,
God wanted me now, He set me free.

Author: Unknown
Wednesday night at O'Gara's two seemingly "older" gentlemen came in to watch the Gopher game on the Big Ten Network, (right after you were there, Mooch!) one of whom I had seen before, the other not.  After awhile and a few cool ones later, the one I had not seen before asked me "You're a McGowan aren't you?"  He said that he was in the Cretin Class of 1970 with Sean, had spent most of the time since then in the San Francisco Bay area, and had heard through some of the boys that Sean had passed away, and was quite saddened and shocked when he heard.  He said, as most of Sean's old friends do, "He was just an all-around great guy."  He (his name escapes me -- as I said earlier, that part of my brain cells were likely killed by all the second-hand smoke I inhaled at O'Gara's in the first 22 years of my employment there when smoking was still allowed) said that he had tried to get ahold of Sean when Sean was living in Carson City and he was in Reno on a business trip, but they weren't able to connect because of scheduling conflicts, but said Sean made a great impression upon him in their high school years....So they still ask about Sean, and always with great sadness that he is no longer with us.  -- DPM
Date: January 25, 2007
From: Jim Craft
City/State: Phoenix, Arizona

In 1970, Sean and I were both UofA freshmen living in Yavapai Dorm. He was the kid from Appleton often heading out the door to play hoops or tennis. I`ll most remember his wry and perceptive humor. It was our good fortune to know him.
Good Morning. My name is Jim Drago. 

I have been Sean McGowan’s friend for more than 36 years. Of all the things I have been called in my life (and believe me the list is a long one and not all of them would be appropriate here today), there are few that I am prouder of or more honored to be called than Sean McGowan’s good friend.  

From our initial encounter as freshmen at the U of A in August 1970, Sean and I hit if off. Over the years we shared many experiences, most of them good and a few of them sad. None, sadder than today. But instead of mourning, I know that Sean would want all of us to celebrate his life and cherish the time that we shared with him.  

Sean’s life was a treasure trove of funny stories. He lived life to the fullest. and I could go on for hours with stories about Sean but I can hear him telling me to be quiet and sit down.   

When we were in college, Sean decided that he needed a way to get around Tucson so he purchased a used motorcycle. He rode that motorcycle everywhere. One of his favorite pastimes was to ride the bike up Mt. Lemon outside Tucson. The bike had been giving him trouble and was in dire need of repairs. Sean, however, was not interested in paying for such work so when the bike gave out on Mt. Lemon, he abandoned on the side of the road and hitchhiked back to campus. 

I saw him later that day and asked what he planned to do. He said he would wait a couple days and then he would drive up to Mt. Lemon to check on the bike. A week passed and went back up the mountain only to find that the bike was gone. The bike hasd been stolen.  

I asked Sean if he wanted to file a police report. He said that wasn’t necessary. He said the thieves had been punished enough because now that piece of junk was their problem. 

As many of you know Sean learned Hebrew and lived on a kibbutz in the Negev Desert in Israel following his graduation from the U of A. But this was not Sean’s first endeavor into broadening his understanding of other religions. During the summer of our sophomore year in college, Sean took a job selling religious books to Southern Baptists in Albany, Georgia in the heart of the Bible Belt. As the summer was ending, Sean decided to come visit me in New York City and take in a couple Yankee and New York Mets baseball games.  

He gave me the date for his arrival and I waited anxiously for his call to pick him up at the airport, train station or bus terminal. Instead, an 18- wheeler pulled up in front of my family’s home in Queens at 10 p.m. and out jumped Sean. He decided he could save some money by hitchhiking to New York and was picked up by a moving van.  I asked what the trip cost. He said nothing, except he had to help unload furniture at two houses.  

Sean had a heart of gold and really was a romantic at heart. Long after our school days and firmly established as an attorney here in Nevada, Sean and I had an opportunity to get together with a few of our old college friends including Jim Craft.  Jim Craft or Crafty as we all called him, was a successful attorney in Washington D.C. While Sean and rest of us had more Democratic and liberal political leanings, Crafty was a button-downed, rock-ribbed Republican. Cautious to a fault, Crafty was forever analyzing the proper course of action especially when it came to his female friends.  

Crafty told us that he had met this very nice woman named Dawn who was a school teacher in the D.C. area and that he was very taken with her. He wanted to let her know he was thinking of her while he was in Nevada, but was unsure just how to do it. Step in Sean to the rescue. Sean suggested that Crafty send Dawn some flowers from Nevada.   

Crafty being forever cautious thought it was a good idea but was undecided about what type and how many flowers he should send, fearful of conveying the wrong message. Crafty suggested two roses and Sean told him that Crafty would look cheap and uninterested. Sean suggested a dozen red roses, but Crafty responded that 12 red roses would surely suggest marriage. Sean being the great negotiator he was suggested a dozen red and white roses to demonstrate sufficient interest but not a walk down the aisle. Sufficiently reassured, Sean then dialed the phone to FTD so Crafty could place the order.  

A couple weeks later Sean called me and told me that Crafty and Dawn were engaged.  

Sean and I shared a deep passion for Arizona basketball. Over the years, we would anxiously follow each Arizona game. When Arizona would make its annual trip to the NCAA tournament, Sean and I would pool our money and place a wager on the game.  

But Sean insisted that we not wager on Arizona. He said that would surely doom their chances. Instead, we would wager on the UofA’s opponent.  I thought why we would do that. Either way I’d be rooting against myself. Sean persisted. He said by doing it his way if Arizona won, we would be happy.  If the U of A lost or failed to cover the spread, we could always lick our wounds with our winnings. What an argument! It was so stupid it made sense.  So for the last 20 years that what we did.  

In closing, I am reminded about something my Dad told me when my mother died while I was in college. He said the greatest legacy a person could leave is the positive influence that they had on the people they touched throughout their life.  I’d say Sean’s report card is an A- plus. 

God Bless you Sean, my good friend. 
Date: January 25, 2007
From: Joe Maglaras
City/State: Las Vegas

I would just like to say that my prayers are with the whole McGowan family and I wish that I could have gotten to get to know him better then I did, but the time I did spend with him coaching me on the basketball court was some of the most fun I`ve had playing basketball. And I feel lucky that I have the chance to say that I knew him.
Date: January 23, 2007
From: Joe & Arline Wetter
City/State: Camarillo, CA

Sean was a good man with a good heart. I`ll never be able to thank him enough for how he helped my mother when she was a victim of scam artists that preyed on the elderly. He will be missed by his extended family as numerous as they are. I`m sure his Aunts Kay, Lucille, Eleanor, Uncle Henry and cousins Jim Nolan, Mark and Steve Hollenhorst of the Nolan clan that preceded him there will welcome him to the pearly gates.
Date: January 23, 2007
From: John C. Giomi
City/State: La Quinta, CA

Sean was a wonderful friend since I met him on his first day of law school. We laughed about that day so many times. I told him about the job in Fallon and watched him become a Nevadan, a husband, and a father. I enjoyed the occassions that we were toghether with his kids and his interaction with them and with mine. I will always remember and love you Sean. You were a good man.
Date: January 23, 2007
From: Judy and Harold Kessler
City/State: Silver Spring, Maryland

Condelences fo the McGowan family. From the obituary, it is clear that Sean was a special man, and he will be missed. Judy and Harold Kessler
<<slider cknews Heard_atOGaras "Heard at OGara's">>
SeansLife
[[Update]]
[[MailingList|http://groups.yahoo.com/group/sean_t_mcgowan]]
-----
[img[Sean T McGowan|McGowanWebWiki
.jpg]] SeanTMcGowan
-----
<html><a href="./index.xml">
          <img src="./xmlRSS.gif" alt="XML RSS">
         </a>
</html>


Date: January 23, 2007
From: Marty McGowan (III)
City/State: Cranford, NJ

In behalf of me and my wife, Pat, we were fortunate to share Sean`s "going west". Sharing his law school graduation, his driving through Colorado Springs at Christmas, a visit to his law clerking in Fallon, NV. Pat says that for all the distance between us, we never felt that far apart. And for me, the treats were his recent visits with Cullen, then Courtney to "the Big Apple". Just this past summer, being able to witness the awe in Courtney at her first sight of the Statue of Liberty. Sean was a gift to his family, to anyone he shared moments with.
Date: January 24, 2007
From: Mary Bayly Nebe
City/State: Tucson, AZ

I remember going to see Sean play basketball at the U of A in the 1970`s. He was a great role model for his cousins and will be greatly missed.
Date: January 23, 2007
From: Mary Kay and Jim Myers
City/State: Wilsonville, Oregon 97070

My early memories of Sean are at Pelican Lake at the family reunions. Really got to know Sean when he was at the University of Arizona and used to come to our home for Thanksgiving. After that time we seemed to always keep in contact even if it was a Christmas card. A couple of years ago Sean e mailed he was planning a trip to the Northwest and hoped we could connect. Sadly that did not happen. Sean will be missed. Mary Kay Myers
Date: January 23, 2007
From: Mary and Chris Haines
City/State: Trabuco Canyon, CA

We will miss Sean! Thinking of his family and offering prayers to Cullen and Courtney. You always made your dad proud. We know you will continue to do so. You are greatkids. Love and Blessings, Chris and Mary Haines, Molly, Meg, Emily and Billy
Select a name to read their testimonial; these are tallied by home state on the "tags" at the right:
*[[Tamara]]
*ConnieBombard
*DavidBoraas
*BrentCoatney 
*JimCraft
*PamelaDittmar
*AndrewDixon
*EdFasulo
*BrianFlorence
*JohnCGiomi
*MaryandChrisHaines
*CarylandJimHepker
*AliciaHerrera
*JudyandHaroldKessler
*CarolLoeffelholz
*JoeMaglaras
*MichaelMajewski
*TimMiles
*DanMcGowan
*MartyMcGowan
*SeanMcGuinness
*MaryKayandJimMyers
*MaryBaylyNebe
*SusiePortz
*PeterSeagle
*EllieSimcoe
*NoraSlawik 
*PatriciaSnyder
*JoeandArlineWetter
*PaulineZibleyWhelan


Date: January 23, 2007Date: January 23, 2007
From: Michael Majewski
City/State: North Las Vegas

Peace be the journey ole friend.
   	January 26, 2007
	We remember Sean when he went to the University of Arizona. My sister and I both had a crush on him! Our thoughts and prayers are with you during this difficult time.
   	Nora Slawik (Maplewood, MN )
From Vince in Las Vegas -- 12/30/07

Thought you would want to know, Sean made the list in the Las Vegas Review-Journal of Notable Nevadans who died in 2007:
 
http://www.lvrj.com/news/12924037.html

Source: [[Gmail - [mcsibl] Notable Nevadans - marty.mcgowan@gmail.com|h
ReviewJournal Obituary
MemorialTestimonials
'Date: January 23, 2007
From: Pamela Dittmar
City/State: las vegas

Sean was an intelligent, professional, dedicated and a sweet man. He will be missed tremendously here at the City of NLV. God Bless his wonderful children and his family. My prayers and thoughts are with you at this time.
Date: January 24, 2007
From: Patricia Snyder
City/State: Las Vegas

Dear Tamara, Cullen and Courtney, John, Matthew, Mark and I send our deepest sympathy to you and Sean`s family. We thank God for your family, your friendship, and for being such a special part of our "extended family". Sean was a blessing to many. He was a wonderful father and was blessed to have you, Tamara, at his side in sickness and in health. He was a well-educated, well-travelled, fun loving, caring, good person, who never gave up hope and always had a smile on his face. Cullen and Courtney were the joys of his life and he showed them how to live life to the fullest. He told me he admired Pope John Paul II, and enjoyed reading about his life and faith. Now, Sean and John Paul II are enjoying being in the presence of God and Sean is free from his physical pain. All of you have wonderful memories and in this time of deep sorrow there is also deep joy, knowing that he felt your love and you felt his love and that love, with God`s grace, will heal your saddened, broken hearts. God Bless You. Patricia Snyder
Date: January 24, 2007
From: Pauline Zibley Whelan
City/State: St. Paul, MN

My sincere condolences to the entire McGowan family. I met Sean when his family moved to St. Paul and considered him my friend through grade school and high school. He was always destined for greatness with his keen intellect and wry sense of humor. Although I had not seen him for many, many years, it is clear through these messages that he lived a full and wonderful life. We are all better people for having known him.
Date: January 26, 2007
From: Peter Seagle
City/State: West Bloomfield, MI

I, too, met Sean while living in Yavapai in 1970. Mimi and I shared many happy moments with him through the years -- most recently a couple of weeks ago. We feel blessed to have been his friends. He will remain with us in spirit forever. Our thoughts and prayers are with Tamara, Cullen, Courtney and the entire McGowan clan.
Sean's ashes are being released at sunset in San Diego,  Tuesday, July 17, 2007, with the family present:

Here's the prayer:

-----

 //Release of Sean’s Ashes to the Sea July 17, 2007// 

''In sure and certain hope of the resurrection to eternal life through our Lord Jesus Christ we commend to almighty God, our Husband, Father, Brother and Friend, Sean Terrance ~McGowan and we commit his earthy remains to the sea.  The Lord bless him and keep him, the Lord make his face to shine upon him and be gracious to him. The Lord lift up his life and give him peace.

Eternal rest grant unto him oh Lord And let perpetual light shine upon him and may his soul and the souls of all the faithful departed rest in peace.

AMEN''
__._,_.___

[[Link:| http://obits.reviewjournal.com/obituaries/lvrj/obituary.aspx?n=sean-mcgowan&pid=142070210]]
SEAN MCGOWAN Sean T. ~McGowan, 54, of Henderson, died Jan. 22, 2007, at the Nathan Adelson Hospice in Las Vegas after a courageous 13 month battle with mantle cell lymphoma. He was born Aug. 19, 1952, in Appleton, Minn., attended high school in St. Paul, Minn., graduated from the University of Arizona in 1974 and its law school in 1978. He spent his entire professional career in various legal positions in Nevada and Arizona including a judicial clerkship in Fallon; as a deputy attorney general in both Carson City and Las Vegas including a stint as counsel to the State Gaming Control Board and Nevada Gaming Commission; as a corporate counsel to Del Webb Corporation in both Las Vegas and Phoenix; several positions with various prominent Las Vegas law firms; and became North Las Vegas City Attorney in 1999, a position he held at the time of his death. He was a member of the Nevada and Arizona Bar Associations and was admitted to practice before the Supreme Court of the United States. He served as a member of the Clark County Board of Equalization and the Advisory Task Force Reunified Development Code. He was a member of the Clark County Parks and Recreation Advisory Commission and throughout his legal career, he helped mentor many new attorneys. A loving, caring and supportive father, he coached baseball, basketball and soccer for both his children and attended all of their sports activities. He was passionate about all sports and in particular for University of Arizona where he played basketball for one year. Baseball and travel being additional passions, he visited numerous major league baseball stadiums while on trips through 49 states and several foreign countries, including one year in Israel on a kibbutz where he learned to speak Hebrew. Lately, he was an avid student of Spanish and he helped start the Spanish program at St. Viator School. One of his goals was to dream in Spanish. He loved the Pacific Ocean and spent many weekends on the beach in San Diego. He was active in the Boy Scouts and served as a merit badge advisor. He is survived by a son, Cullen; daughter, Courtney; and former wife, Tamara Bybee-McGowan, all of Henderson; his parents, Martin and Elizabeth McGowan of St. Paul, Minn.; six brothers, Martin III (Pat) of Cranford, N.J., Dan (Pam) of St. Paul, Vince (Teresa) of Eagan, Minn., Kevin of Eden Prairie, Minn., Brendan of St. Paul, and Michael (Joy) of Eagan, Minn.; two sisters, Margaret McGowan of Honolulu, and Maureen (Paul) Sinkler of Chanhassen, Minn.; numerous aunts, uncles, nieces, nephews, and cousins. A visitation will be from 4-7 p.m. Wednesday, Jan. 24, at Palm Valley View Memorial Park, at 7600 S. Eastern Ave. Mass of Christian Burial will be at 11 a.m. Thursday, Jan. 25, at St. Viator Catholic Church, 2461 E. Flamingo Road, Las Vegas. Memorials are preferred to Nevada Cancer Institute, St. Viator Catholic Parish and School, and the children's education fund being establish at Bank of America.
[[link to Las Vegas Review Journal article|http://www.reviewjournal.com/lvrj_home/2007/Jan-23-Tue-2007/news/12133088.html]]
Jan. 23, 2007
Copyright © Las Vegas Review-Journal

NLV city attorney McGowan, 54, dies

He also served as a deputy attorney general

By LYNNETTE CURTIS
REVIEW-JOURNAL

Sean T. McGowan, North Las Vegas city attorney and a former Nevada deputy attorney general, died Monday after a yearlong battle with cancer. He was 54.

The Minnesota native graduated in 1978 from law school at the University of Arizona. His nearly 30-year professional career included serving as Nevada's deputy attorney general from 1980 to 1984. He worked as a senior attorney for the Del Webb Corporation and had a private law practice in Las Vegas before accepting a position as North Las Vegas's city attorney in early 2000.

"We were very fortunate to get Sean," said North Las Vegas Mayor Michael Montandon, who had become a friend of McGowan's. "You rarely get the opportunity to get someone in this position who is a partner-level attorney, who is willing to take a new tack in life, get out of the dog-eat-dog world and become a public servant for a while."

Montandon said McGowan was a hard worker, even while undergoing chemotherapy treatments.

"Everybody should know someone who handles it (cancer) as well as Sean did," he said on Monday. "I saw him four days ago. He was making jokes, his spirits were good and he had his family around him."

McGowan was the father of two children. An avid sports fan, he coached his children's baseball, basketball and soccer teams. He also served as a merit badge advisor for the Boy Scouts.

Visitation will be held from 4 p.m. to 7 p.m. on Wednesday at Palm Valley View Memorial Park, 7600 S. Eastern Avenue, Las Vegas. A Mass will be held at 11 a.m. on Thursday at St. Viator Catholic Church, 2461 E. Flamingo Road, Las Vegas.
Here's a story Heard_atOGaras, reported by DanMcGowan.
Date: February 01, 2007
From: Sean McGuinness
City/State: Reno, NV

Because our names were so similar, Sean and I always called each other by our last names. It was just easier that way. The name thing got even more confusing when he and I briefly worked together at the same law firm, but fortunately we shared the same secretary and she made sure that our mail and phone calls always went to the right person. Working with McGowan was one of the high points in my career, although it only lasted a couple of months. Sean was a good friend and I will miss him. His sense of humor was fantastic. McGowan and I spoke a few days before he passed away and I`m glad that I was able to tell him how much I valued our friendship and what a wonderful person I thought he was. Sean, Tamara, Cullen and Courtney are in my family`s thoughts and prayers. McGowan was a great man. I miss him. -- McGuinness
Click on ''solid text'' to follow links to: 
*SeansChildhood
*School_College
*LawCareer
*[[Family]]
*[[Friends]]
*[[Travel]]
*[[Community]]
*[[Stories]]
*[[Celebration]]
*[[Obituaries]]
*PrayerAtSea
a Memorial Web Site
Sean T ~McGowan
http://mcgowans.org/sean_t/
*JimDragosEulogy
*ReviewJournalNewsAnnouncement
Date: January 24, 2007
From: Susie Portz
City/State: Las Vegas

I know Sean had to have been tremendously proud of Cullen and Courtney. They are fine children and with the continued guidance of their precious mom, Tamara, will be wonderful adults. Sean you left a wonderful legacy. Peace is yours now.
Date: January 23, 2007
From: TAMARA
City/State: HENDERSON

SEAN, I LOVE YOU AND ALWAYS HAVE. YOU WERE THE BEST AND HAVE MADE SUCH A DIFFERENCE IN THIS WORLD. YOUR CHLDREN WILL CHERISH ALL YOU HAVE TAUGHT THEM AND ENABLED THEM TO DO AND BE. THANK-YOU FOR THE TIME AND LOVE WE WERE BLESSED TO HAVE WITH YOU. WE MISS YOU....YOU WILL BE IN OUR HEARTS UNTIL WE ARE TOGETHER AGAIN. YOUR LOVING, TAMARA
Date: February 02, 2007
From: Tim Miles
City/State: St. Joseph, Minnesota

Sean was two years ahead of me in grade school, where we sang in choir together, and in high school, where I watched him play basketball. Nobody ever hustled more on a basketball floor than did Sean McGowan. He was kind, respectful, and friendly and had a twinkle in the eye sense of humor. Very Irish. It is wonderful to read this messageboard and know what a positive force he was, and will ever remain, in so many lives. My condolences to all Sean`s loved ones.





Send your updates to [[MartyMcGowan|mailto:mcgowan@alum.mit.edu]].

For the time being, this is individually maintained.   We may be able to register users with their updates in the future.  Let me know.

Bless you, and certainly Sean's life and family!