/* CSS Document */

a {
	color: #333333; 
	font-weight: normal; 
}
a.garminlink {
	color: #999999; text-decoration: none
}
a.garminlink:visited {
	color: #999999; text-decoration: none
}
a.garminlink:hover {
	color: #333333; text-decoration: underline; background-color: #e0e0e0;
}
a.garminlink:active {
	color: #999999; text-decoration: none
}
a.sitelink {
	color: #999999; text-decoration: none
}
a.sitelink:visited {
	color: #999999; text-decoration: none
}
a.sitelink:hover {
	color: #333333; text-decoration: underline; background-color: #e0e0e0;
}
a.sitelink:active {
	color: #999999; text-decoration: none
}
a.MnGmnLink {
	color: #404040; text-decoration: none
}
a.MnGmnLink:visited {
	color: #404040; text-decoration: none
}
a.MnGmnLink:hover {
	color: #333333; text-decoration: underline
}
a.MnGmnLink:active {
	color: #404040; text-decoration: none
}

h1
{  
	font-size: 14pt; 
	font-style: normal; 
	font-weight: bold; 
}

h2
{
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold; 
}

h3
{  
	font-size: 11pt; 
	font-style: normal; 
	font-weight: bold; 
}

h4
{  
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
}

h5
{  
	font-size: 9pt; 
	font-style: normal; 
	font-weight: bold; 
}

h6
{  
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
}

.BodyFont
{
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

.SmallBodyFont
{
	font-size: 7pt;
}

.BodyHead
{
	font-size: 14pt;
}

.Footing
{
	font-size: 9pt;
}

.TopLinks
{
	font-size: 10pt;
	font-weight: normal;
}

.PageHeader
{
	font-size: 14pt;
	font-weight: bold;
}

.SubHeader
{
	font-size: 12pt;
	font-weight: bold;
}


.SiteHeader
{
	font-size: 18pt;
	font-weight: bold;
}

.Attribution
{
	font-size: 7pt;
	color: #003366;
}

.EventExp
{
	font-size: 7pt;
	font-style: italic;
	font-weight: normal;
}

.ErrorMsgs
{
	font-size: 12pt;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}

.EventHead
{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

a
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
}

a:hover
{
	color: grey;
	text-decoration: none;
}

a:active
{
	color: grey;
	text-decoration: none;
}

table
{ 
	font-style: normal; color: black; 
	vertical-align: top; 
	border: none; 
}

th
{ 
	font-size: 9pt; 
	font-weight: bold; 
	text-align: center; 
	border: none; 
}

td
{ 
	font-size: 8pt; 
	text-align: left; 
	border: none;
}
table.MainTable
{
	vertical-align: top; 
	border: none; 
	text-align: center;
}

td.MainMenu
{ 
	font-size: 8pt; 
	font-style: normal; 
	border: none; 
	vertical-align: top;
	width: 130px; 
} 
td.MainContent
{ 
	font-size: 8pt; 
	font-style: normal; 
	border: none; 
	vertical-align: top;
	width: 730px;
	text-align: left;
} 

table.HeadTable
{
	vertical-align: top; 
	border: none; 
	text-align: center;
}

td.HeadTable
{ 
	font-size: 9pt; 
	font-weight: bold; 
	border: none; 
	vertical-align: middle;
	text-align: center;
} 

table.Borderless
{
	vertical-align: top; 
	border: none;
}

th.Borderless
{ 
	font-size: 10pt; 
	font-weight: bold; 
	border: none; 
	vertical-align: bottom; 
	text-align: center; 
} 

td.Borderless
{ 
	font-size: 8pt; 
	font-style: normal; 
	border: none; 
	vertical-align: top; 
	text-align: left;  
}

input.SmallForm
{ 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: normal; 
}

textarea.SmallForm
{ 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: normal; 
}

.SmallErrMsgs
{ 
	font-size: 8pt; 
	font-weight: bold; 
	color: #CC0033; 
	text-decoration: blink;
}

.FormExp
{
	font-size: 7pt;
	font-style: italic;
	font-weight: normal;
}

table.Login { 
	border: 1px solid silver;
	font-size: 9pt; 
	font-style: normal;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px; 
	width: 300px;
	height: 110px;
}
td.Login { 
	text-align: center;
	margin: 2px;
	padding: 3px;
}
input.SmallForm { 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: normal; 
}
.SmallErrMsgs { 
	font-size: 8pt; 
	font-weight: bold; 
	color: red; 
	text-decoration: blink; 
}
.LoginSmall {  font-size: 7pt; }
.LoginErrMsgs { 
	font-size: 8pt; 
	font-weight: bold; 
	color: red; 
}

table.MsgB
{
	font-size: 8pt;
	font-style: normal;
	border-collapse: collapse; 
	border: 1px silver outset;
	text-align: center;
	width: 100%; 
}

th.MsgB
{
	border: none;
	vertical-align: middle;
	text-align: center;
	border: 1px silver outset;
	font-size: 9pt;
	font-weight: bold;
}

td.MsgB
{
	font-size: 8pt;
	font-style: normal;
	border: 1px silver outset;
	vertical-align: top ;
}
td.MsgBCtr
{
	text-align: center; 
	font-size: 9pt;
	font-style: normal;
	border: 1px silver outset;
}
td.MsgBLinks
{
	text-align: center; 
	font-size: 7pt;
	font-style: normal;
	border: 1px silver outset;
}
td.MsgBAdmin
{
	text-align: center; 
	font-size: 8pt;
	font-style: normal;
	border: 1px silver outset;
}
.MsgBName 
{
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}
.MsgBDesc 
{
	text-align: left;
	font-size: 8pt;
}
table.MsgBItems
{
	font-size: 8pt;
	font-style: normal;
	border-collapse: collapse; 
	border: 1px silver outset;
	text-align: center;
	width: 100%; 
}

th.MsgBItem
{
	border: none;
	vertical-align: middle;
	text-align: center;
	border: 1px silver outset;
	font-size: 9pt;
	font-weight: bold;
}

td.MsgBItem
{
	font-size: 8pt;
	font-style: normal;
	border: 1px silver outset;
}

td.MsgBItemDtl
{
	text-align: left; 
	padding-left: 20px; 
	font-size: 7pt;
	font-style: normal;
	border: none;
}
td.MsgBItemCtr
{
	text-align: center; 
	font-size: 8pt;
	font-style: normal;
	border: 1px silver outset;
}
td.MsgBItemSmall
{
	text-align: left; 
	font-size: 7pt;
	font-style: normal;
	border: 1px silver outset;
}
td.MsgBItemSmallCtr
{
	text-align: center; 
	font-size: 7pt;
	font-style: normal;
	border: 1px silver outset;
}

table.FolderTab
{
	font-size: 8pt;
	font-style: normal;
	margin: 0;
	padding: 0;
	border: none;
}

td.FolderTab
{
	border: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: none;
}

td.MsgBrdSmall
{
	font-size: 7pt;
	font-style: normal;
	border: 1px silver outset;
	vertical-align: top ;
}

table.EventTable
{
	border-collapse: collapse; 
	vertical-align: middle;
	border: 1px solid lightgray;
	margin: 5px; 
}

th.EventTable
{
	font-size: 11pt;
	font-weight: bold;
	background-color: silver;
	text-align: center;
	border: 1px solid gray;
}

td.EventTable
{
	font-size: 10pt;
	text-align: left;
	border: 1px solid gray;
	padding: 5px; 
}
td.EventDate
{
	text-align: right;
	font-size: 10pt;
	border: 1px solid gray;
	padding: 5px; 
	font-weight: bold; 
}
tr.EventSocial
{
	background-color: #C4B8FE; 
}
tr.EventMain
{
	background-color: #B9FDDB; 
}
tr.EventBBS
{
	background-color: #E5C8FC; 
}
tr.EventAC
{
	background-color: #B8DCFE; 
}

.TinyText
{
	font-size: 7pt;
}

table.Border
{
	border-collapse: collapse; 
	font-size: 8pt;
	font-style: normal;
	vertical-align: top;
	border: 1px outset gray;
}

th.Border
{
	font-size: 8pt;
	font-style: normal;
	border: 1px outset gray;
	vertical-align: bottom;
	text-align: center;
}

td.Border
{
	font-size: 8pt;
	font-style: normal;
	border: 1px outset gray;
	vertical-align: top;
	text-align: left;
} 

.NewsHeader
{
	font-size: 11pt;
	font-weight: bold;
}

.NewsItem
{
	font-size: 9pt;
	font-weight: bold;
}

.NewsSynop
{
	font-size: 8pt;
	font-weight: normal;
}

.NewsSize { 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: italic;  
}
a.NewsLink { 
	font-size:9pt; 
	font-weight: bold; 
	text-align: justify;
}
a.NewsLink:link { 
	text-decoration: underline; 
}
a.NewsLink:visited {
	text-decoration: underline; 
	font-weight: bold; 
}
a.NewsLink:hover {
	text-decoration: none; 
}
a.NewsLink:active {
	text-decoration: underline; 
}

a.RefLink { 
	font-size:9pt; 
	font-weight: bold; 
	text-align: justify;
}
a.RefLink:link { 
	text-decoration: underline; 
}

a.RefLink:visited {
	text-decoration: underline; 
}
a.RefLink:hover {
	text-decoration: none; 
}
a.RefLink:active {
	text-decoration: underline; 
}


table.Admin
{
	border-collapse: collapse;
	font-style: normal;
	vertical-align: top;
	border: 1px solid gray;
	text-align: center;
} 
table.AdminLess
{
	border-collapse: collapse;
	font-style: normal;
	vertical-align: top;
	border: none;
	text-align: center;
} 


th.Admin
{ 
	font-size: 11pt; 
	font-weight: bold; 
	background-color: silver;
	text-align: center; 
	border: 1px solid gray;
} 

td.AdminLeft
{ 
	font-size: 9pt;  
	font-weight: bold;
	text-align: right ; 
	border: 1px solid gray;
} 

td.AdminCtr
{ 
	font-size: 9pt;  
	font-weight: normal;
	text-align: center ; 
	border: 1px solid gray;
} 

td.AdminRight
{ 
	font-size: 8pt; 
	font-weight: normal; 
	text-align: left;  
	border: 1px solid gray;
}

td.AdminBld
{ 
	font-size: 9pt;  
	font-weight: bold;
	background-color: #F0F0F0;
	text-align: center ; 
	border: 1px solid gray;
} 


td.Admin
{ 
	font-size: 8pt;  
	font-weight: normal;
	text-align: left ; 
	border: 1px solid gray;
} 
td.AdminLess
{ 
	font-size: 8pt;  
	font-weight: normal;
	text-align: left ; 
	border: none;
} 

td.AdminActLink
{ 
	font-size: 7pt;  
	font-weight: normal;
	text-align: center ; 
	border: 1px solid gray;
} 

td.AdminSmall
{ 
	font-size: 7pt;  
	font-weight: normal;
	text-align: left ; 
	border: 1px solid gray;
	text-align: center ; 
} 

input.SmallTA
{ 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: normal; 
}

input.MidTA
{ 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
}

textarea.SmallTA
{ 
	font-size: 7pt; 
	font-style: normal; 
	font-weight: normal; 
}

textarea.MidTA
{ 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
}

.FloatRight{float:right}
.FloatLeft{float:left}
.UnFloatRight{clear:right}
.UnFloatLeft{clear:left}
.UnFloat { clear: both;}

table.Entry 
{
	font-style: normal;
	vertical-align: top;
	border: silver 1px outset;
}
th.Entry
{ 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center; 
	border: silver 1px outset;
} 
th.EntryHd
{ 
	font-size: 12pt; 
	font-weight: bold; 
	text-align: center; 
	border: silver 1px outset;
} 
th.EntryCtr
{ 
	font-size: 11pt; 
	font-weight: normal; 
	text-align: center; 
	border: silver 1px outset;
} 
td.EntryLeft 
{ 
	font-size: 9pt;  
	font-weight: bold;
	text-align: right ; 
	border: silver 1px outset;
} 
td.EntryBld 
{ 
	font-size: 9pt;  
	font-weight: bold;
	text-align: center ; 
	border: silver 1px outset;
} 
td.EntryRight 
{ 
	font-size: 8pt; 
	font-weight: normal; 
	text-align: left;  
	border: silver 1px outset;
}
td.Entry
{ 
	font-size: 8pt;  
	font-weight: normal;
	text-align: left ; 
	border: silver 1px outset;
} 
td.EntryCtr 
{ 
	font-size: 8pt;  
	font-weight: normal;
	text-align: center ; 
	border: silver 1px outset;
} 
td.EntryActLink
{ 
	font-size: 7pt;  
	font-weight: normal;
	text-align: center ; 
	border: silver 1px outset;
} 
 td.EntrySmall
{ 
	font-size: 7pt;  
	font-weight: normal;
	text-align: left ; 
	border: silver 1px outset;
} 
 td.EntrySignBox
{ 
	border: black double;
	width: 250px; 
	height: 50px; 
} 
input.Entry 
{ 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: darkblue ;
}
input.EntrySmall
{ 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: darkblue ;
}

textarea.Entry 
{ 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: darkblue;
}

.Entries 
{
	font-size: 8pt; 
	font-style: normal; 
}
.EntryCount
{
	font-size: 7pt; 
	font-style: normal; 
	color: red; 
} 

.ContactTitle {  
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: darkgray;
}

.ConTitle {
	float: none; 
	position: static;
	font-size: 11pt;
	font-weight: bold;
}
.ConSTitle {
	clear: left; 
	position: relative;
	left: 30px; 
	width: 700px;
	font-size: 11pt;
	font-weight: normal;
}
.ConWinTitle {
	float: none; 
	font-size: 11pt;
	font-weight: bold;
}
.ConWinSTitle {
	width: 700px;
	font-size: 11pt;
	font-weight: normal;
}
.ConBody {
	clear: left; 
	position: relative;
	left: 30px; 
	width: 700px;
	font-size: 9pt;
	font-weight: normal;
}
.ConPhoto {
	float: left; 
}

.RefsHeader
{
	font-size: 11pt;
	font-weight: bold;
}

.RefsItem
{
	font-size: 9pt;
	font-weight: bold;
}

.RefsSynop
{
	font-size: 8pt;
	font-weight: normal;
	font-style: italic; 
}

.RefsSize { 
	font-size: 8pt; 
	font-weight: normal; 
	color: grey; 
	font-style: italic;  
}


table.Results
{
	border-collapse: collapse; 
	font-size: 8pt;
	font-style: normal;
	vertical-align: top;
	border: 1px outset gray;
	width: 100%
}

th.ResultsHd
{
	border: 1px outset gray;
	font-size: 12pt; 
	text-align: center;
} 

th.Results
{
	border: 1px outset gray;
	font-weight: bold; 
} 

td.ResultsCtr
{
	border: 1px outset gray;
	text-align: center;
}

td.Results
{
	border: 1px outset gray;
	text-align: left;
} 

table.Protests
{
	border-collapse: collapse; 
	font-size: 8pt;
	font-style: normal;
	vertical-align: top;
	border: 1px outset gray;
	width: 100%
}

th.Protests
{
	border: 1px outset gray;
	font-weight: bold; 
} 

td.ProtestsCtr
{
	border: 1px outset gray;
	text-align: center;
}

td.Protests
{
	border: 1px outset gray;
	text-align: left;
} 

.PGFullWidth {
	clear: left;
	float: none;
	width: 640px;
	left:0px;
	text-align: left; 
/*	border: 1px outset red; */
}
.PGCol {
	float: left;
	position: static;
	width: 158px; 
	text-align: center;
	border: 1px outset #cccccc;
}

.PGHead
{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

a.PGallLink {
	font-size: 8pt; 
}
a.PGallLink:visited {
}
a.PGallLink:hover {
}
a.PGallLink:active {
}

.PGFCol {
	float: left;
	position: static;
	width: 158px; 

	border: 1px outset #cccccc;
}

.PGPhoto
{
	float: left; 
}
.PGDetail
{
	float: none; 
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.PGCatDetail
{
	width: 80%; 
/* border: 1px solid #555555; */
}

