﻿body
{
	margin: 16px 0px 16px 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.AdminPanel
{
	padding: 8px 0px 8px 0px;
	margin: 8px 0px 8px 0px;
	border: 1px solid #8b0000;
	background-color: #b22222;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	font-family: arial, Helvetica, sans-serif;
}
.AdminPanel a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.AdminPanel a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.ChangePasswordTextboxes
{
	margin: 4px;
}
.ChangePasswordButton
{
	font-size: 12pt;
	font-weight: bold;
	color: #006600;
	margin-top: 8px;
	padding: 0px 4px 0px 4px;
}
.CancelPasswordButton
{
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
	margin-top: 8px;
	margin-left: 4px;
	padding: 0px 8px 0px 8px;
}
.ContentArea
{
	padding: 16px;
	background-position: bottom;
	background-image: url(    '../Images/content_bg.jpg' );
	border: 1px solid #cccccc;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.DottedBorder
{
	margin: 12px 4px 12px 4px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #999999;
}
.EditPanel
{
	padding: 16px;
	border-top: #DDE0E3 1px solid;
	border-bottom: #DDE0E3 1px solid;
	background-color: #F8F8EB;	
	margin-bottom: 8px;
}
.ElementTitle
{
	margin: 0px 0px 4px 0px;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	color: #999999;
}
.EventDate
{
	font-size: 9pt;
	color: #666666;
	font-weight: normal;
}
.EventName
{
	margin-bottom: 4px;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
.Heading
{
	padding: 4px 0px 4px 0px;
	font-size: 14pt;
	font-weight: bold;
	color: #1F362E;
}
.InfoArea
{
	padding: 16px;
	background-color: #E8ECDC;
	margin-bottom: 8px;
}
.NewsContentArea
{
	margin-bottom: 16px;
	padding: 8px;
	background-color: #FFFFFF;
	width: 616px;
}
.NewsDate
{
	margin-bottom: 4px;
	font-size: 9pt;
	color: #666666;
}
.OfficerMessageArea
{
	width: 616px;
	margin-bottom: 16px;
}
.PageFooter
{
	padding: 8px;
	font-size: 9pt;
	color: #1B325F;
	font-family: arial, Helvetica, sans-serif;
	border-top: 1px dotted #91897A;
	background-color: #FFFFFF;
}
.PageFooterLink
{
	color: #1B325F;
	text-decoration: underline;
	cursor: pointer;
}
.PageFooterLink:hover
{
	color: #3C89C8;
	text-decoration: none;
	cursor: pointer;
}
.PageFooterSection
{
	padding: 0px 0px 0px 8px;
	vertical-align: top;
	width: 120px;
}
.PageHeader
{
	background-color: #FFFFFF;
	padding: 8px 8px 0px 8px;
	text-align: left;
	vertical-align: top;	
}
.PageHeaderTitle
{
	padding-left: 32px;
	font-family: 'Times New Roman';
	font-size: 24pt;
	max-width: 588px;
}
.PageLayout
{
	clear: both;
	background-color: #FFFFFF;
	padding: 8px;
	text-align: left;
}
.PageOutline 
{	
	width: 984px;
}
.PhotoItem
{
	background-position: bottom;
	background-image: url(    '../Images/content_bg.jpg' );
	border: 1px solid #cccccc;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.PhotoItem:hover
{
	border: 1px solid #003366;
}
.RemoveLink
{
	margin: 0px 8px 0px 8px;
	cursor: pointer;
	text-decoration: underline;
	color: #CC0000;
}
.RemoveLink:hover
{
	text-decoration: none;
}
.SaveButton
{
	font-size: 12pt;
	font-weight: bold;
	color: #006600;
	width: 120px;
}
.SideBarSectionItem
{
	font-size: 12px;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
}
.Textbox
{
	font-size: 135%;
	padding: 0.25em;
	line-height: 1.5;
	vertical-align: middle;
}
.TextboxDisabled
{
	border: 1px solid #C0C0C0;
	font-size: 135%;
	padding: 0.25em;
	line-height: 1.5;
	background-color: #F5F5F5;
	vertical-align: middle;
}
.TextboxEnabled
{
	border: 1px solid #014F76;
	font-size: 135%;
	padding: 0.25em;
	line-height: 1.5;
	background-color: #FFFFFF;
	vertical-align: middle;
}