﻿BODY
{
	font-weight: normal;
	font-family: Tahoma;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.PageContent
{
	width: 100%;
	height: 100%;
}
.MenuContent
{
	width: 150;
	height: 100%;
	background-color: #0000FF;
}
.BodyContent
{
	width: 100%;
	height: 100%;
	background-image: url(Images/masonic.gif);
}
.PageTitle
{
	font-weight: bold;
	font-size: 16pt;
	color: black;
	font-family: Tahoma;
}
.PageSubTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
}
.TopTagLine
{
	font-weight: normal;
	font-size: 9pt;
	color: gray;
	font-family: Tahoma;
}
.Caption
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
}
.SMTagLine
{
	font-weight: bold;
	font-size: 9pt;
	color: navy;
	font-family: Tahoma;
}
A
{
	font-weight: bold;
	color: navy;
	font-family: Tahoma;
}
.Events_Title
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	border-bottom: navy 2px solid;
	font-family: Tahoma;
}
.Events_Date
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Tahoma;
}
.Events_Content
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
	text-align: justify;
}
A.Menu
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
}
A.Next
{
	font-weight: normal;
	font-size: 9pt;
	color: #ffd700;
	font-family: Tahoma;
}
A.FooterLink
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
}
A.TagLine
{
	font-weight: normal;
	font-size: 9pt;
	color: gray;
	font-family: Tahoma;
}
.OfficersEmail
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma;
}
.PhotoTitle
{
	font-weight: bold;
	font-size: 11pt;
	color: #ffd700;
	font-family: Tahoma;
}
.PhotoFrame
{
	background-color: blue;
}
.PhotoPicture
{
	background-color: white;
}
.PhotoCaption
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: white 1px solid;
	color: white;
	border-bottom: white 1px solid;
	font-family: Tahoma;
	background-color: navy;
}
.Header
{
	font-weight: normal;
	font-size: 8pt;
	background-image: url(Images/header_bg.jpg);
	color: white;
	background-repeat: repeat-x;
	font-family: Tahoma;
	background-color: #0000FF;
}
.Footer
{
	font-weight: normal;
	font-size: 8pt;
	background-image: url(Images/footer_bg.jpg);
	color: white;
	font-family: Tahoma;
	background-color: #0000FF;
	height: 37;
	text-align: center;
	cursor: default;
}
.FinePrint
{
	font-size: 8pt;
	font-family: Tahoma;
}
.MeetingCal_Content
{
	font-size: 8pt;
	font-family: Tahoma; 
	color: navy;
}
.Thumbnail
{
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #C0C0C0 #333333 #333333 #C0C0C0;
    width: 120px;
    height: 150px;
}
.Portrait
{
    border: 1px solid #A9A9A9;
    position: absolute;
    display: none;
}

/*			  MENU STYLE			*/
.MenuTabs
{
	width: 150px; /*width of menu*/
}
.MenuTabs ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.MenuTabs li a.selected
{
	background-color: #0000C0;
}
.MenuTabs li a
{	
    color: white;
    background-color: #0000FF;
	font: bold 10pt Tahoma, Arial, Helvetica, sans-serif;
	display: block;
    height: 18px;
	padding: 1px 0 1px 5px;
	line-height: 18px;
	text-decoration: none;
	border-bottom: solid 1px #0000c0;
}
.MenuTabs li a:visited
{
    color: white;
}
.MenuTabs li a:hover, .MenuTabs li.selected a
{
    background-color: #0000C0;
}

/*			CALENDAR STYLE			*/

/* the cell that contains the month */
.cal_title
{
	font-weight: bold;
	font-size: 11pt;
	color: #ffd700;
	background-color: navy;
}
/* right hand arrow */
.cal_title_r
{
	font-weight: bold;
	font-size: 11pt;
	color: #ffd700;
	background-color: navy;
}
/* left hand arrow */
.cal_title_l
{
	font-weight: bold;
	font-size: 11pt;
	color: #ffd700;
	background-color: navy;
}
/* cells that show the day names */
.cal_day_head
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: white 1px solid;
	color: white;
	border-bottom: white 1px solid;
	font-family: Tahoma;
	background-color: navy;
}
/* general date cells */
.cal_day
{
	font-weight: bold;
	font-size: 9pt;
	color: navy;
	background-color: white;
}
/* current day cell */
.cal_day_current
{
	font-weight: bold;
	font-size: 9pt;
	color: #ffd700;
	background-color: blue;
}
/* day cell for non-current month */
.cal_day_othermonth
{
	background-color: silver;
}
/* outer table */
.calendar
{
	background-color: navy;
}


/*			GUESTBOOK STYLE			*/
.GuestBook_Body
{
    background-color: White;
    border-bottom: solid 2xp #0000c0;
    border-left: solid 2xp #0000c0;
    border-right: solid 2xp #0000c0;
    font-size: 10pt;
}

.GuestBook_TabLeftOfSelected
{
    background-color: White;
    border-bottom: solid 2xp #0000c0;
    border-left: solid 1xp #0000c0;
    border-top: solid 1xp #0000c0;
}

.GuestBook_TabRightOfSelected
{
    background-color: White;
    border-bottom: solid 2xp #0000c0;
    border-right: solid 1xp #0000c0;
    border-top: solid 1xp #0000c0;
}

.GuestBook_TabSelected
{
    background-color: White;
    border-left: solid 2xp #0000c0;
    border-right: solid 2xp #0000c0;
    border-top: solid 2xp #0000c0;
}

.GuestBook_TabError
{
    background-color: White;
    border-left: solid 2xp #0000c0;
    border-right: solid 2xp #0000c0;
    border-top: solid 2xp #0000c0;
    color: Red;
    font-weight: bold;
}

.GuestBook_TabSpacer
{
    border-bottom: solid 2xp #0000c0;
}
