﻿body 
{
	background-position: top;
	background-image: url(    '../Images/page_bg.jpg' );
	background-repeat: repeat-x;
}
.accordionHeader
{
    color: white;
	background-color: #014F76;      
   	padding: 8px 0px 8px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	color: #FFFFFF;
	cursor: pointer;
	font-family: arial, Helvetica, sans-serif;       
	margin-top: 1px;
	width: 632px;
}
.accordionHeaderSelected
{
    color: white;
	background-color: #014F76;      
   	padding: 8px 0px 8px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	color: #FFFFFF;
	cursor: pointer;
	font-family: arial, Helvetica, sans-serif;       
	margin-top: 1px;
	width: 632px;
}
.accordionHeaderClickHere
{
	float: right;
	font-size: 8pt;
	margin-right: 8px;
}
.accordionHeaderSelected .accordionHeaderClickHere
{
	color: #014F76;
}
.accordionContent
{
	background-color: #E9F2F9;
	padding: 8px;
}
.ExternalMessage
{
	font-style: italic;
	font-weight: bold;
	color: #3C89C8;
	margin-bottom: 4px;
}
.LinkArea
{
	cursor: pointer;
	text-decoration: underline;
	color: #014F76;
}
.LinkArea:hover
{
	text-decoration: none;
}
.LoginBox
{
	padding: 20px;
	border: 8px solid #014F76;
	width: 300px;
	background-color: #E9F2F9;
	text-align: left;
	color: #1B325F;
}
.LoginBoxTitle
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: dotted 1px #3C89C8;
	margin-bottom: 12px;
}
.LoginButton
{
	padding: 8px;
	background-color: #1287B3;
	color: #FFFFFF;
	width: 120px;
	text-align: center;
	cursor: pointer;
}
.LoginButton:hover
{
	background-color: #014F76;
}
.MessageTitle
{
	padding: 0px 0px 4px 0px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	border-bottom: dotted 1px #3C89C8;
	margin-bottom: 8px;
	color: #1B325F;
}
.MoosePage
{
	padding: 16px;
	background-color: #C3D9FF;
}
.NewsItem
{
	cursor: pointer;
	margin: 2px 0px 2px 0px;
	padding: 2px;
	font-size: 9pt;
	color: #1B325F;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
.NewsItem:hover
{
	text-decoration: underline;
}
.NewsTitle
{
	margin-bottom: 4px;
	font-size: 20px;
	color: #1B325F;
	font-weight: bold;
}
.PastOfficers
{
	border-right: 1px solid #B6D3EA;
	background-color: #E9F2F9;
	vertical-align: top;
}
.PastGovernors
{
	border: 1px solid #B6D3EA;
	background-color: #E9F2F9;
	vertical-align: top;
}
.SideBar
{
	background-color: #E9F2F9;
	padding: 8px;
}
.SideBarSection
{
	padding-bottom: 16px;
	border-bottom: dotted 1px #3C89C8;
}
.SideBarSectionTitle
{
	padding: 8px 0px 8px 0px;
	font-size: 14pt;
	font-weight: bold;
	color: #1B325F;
	text-align: center;
}
.TopMenu
{
	background-color: #014F76;
}
.TopMenuItem
{
	padding: 8px 0px 8px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	color: #FFFFFF;
	cursor: pointer;
	font-family: arial, Helvetica, sans-serif;
	width: 116px;
}
.TopMenuItem:hover
{
	color: #FFFFFF;
	background-color: #1287B3;
}
.TopMenuItemSelected
{
	background-color: #C3D9FF;
	padding: 8px 0px 8px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	color: #003366;
	cursor: pointer;
	font-family: arial, Helvetica, sans-serif;
	width: 116px;
}
