body 
{
	width: 800px;
	margin: auto;
	padding: 0px;
}

H1
{		
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #454C1D;
}

H2
{
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

H3
{
	font-family: Times New Roman;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #454C1D;
}

H4
{
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 1.1875em;
	font-weight: normal;
	text-decoration: none;
	color: #256397;
	display: block;
}

H5
{
	font-family: Verdana, Arial;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 22px;
}

p
{	
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #31211A;
	display: block;
}

a
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #2E477E;
	font-weight: bold;
	text-decoration: none;
}

a:Hover
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #BE5B20;
	font-weight: bold;
	text-decoration: none;
}
/*------Background Styles-----*/
.CenterBackground
{
	background-color: #F9F1E8;
}

.MenuShadowRepeat
{
	background-image: url(Images/Backgrounds/MenuShadowRepeat.jpg);
	background-repeat: repeat-x;
}

.MenuBackgroundRepeat
{
	background-image: url(Images/Backgrounds/MenuBackgroundRepeat.jpg);
	background-repeat: repeat-x;
}

.IEImage
{
	margin-bottom: -4px;
}
/*---------------------------------------- HTML Email ---------------------------------------------------*/
.HTMLHeader
{
	background-image: url(Images/HTMLEmailBanner.jpg);
	background-repeat: no-repeat;
}

.HTMLFooter
{
	background-image: url(Images/HTMLEmailFooter.jpg);
	background-repeat: no-repeat;
}

.HTMLH1
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 24px;
	font-weight: normal;	
	color: #28085C;
	text-decoration: none;
}

.HTMLText
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: .6875em;
	font-weight: normal;	
	color: #000000;
	text-decoration: none;
}

.HTMLTextBold
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: .6875em;
	font-weight: bold;	
	color: #000000;
	text-decoration: none;
}

.HTMLFooterText
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: .625em;
	font-weight: normal;	
	color: #FFFFFF;
	text-decoration: none;
}

a.HTMLFooterText
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: .625em;
	font-weight: normal;	
	color: #FFFFFF;
	text-decoration: underline;
}

.unsubscribe_link
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: .625em;
	font-weight: normal; 	
	color: #000000;
	text-decoration: underline;
}

.small_link
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: .625em;
	font-weight: normal; 	
	color: #000000;
	text-decoration: none;
}
/*----------------------------Calendar Styles-------------------------------*/
.CalendarHeadBackground
{
	background-color: #183F6A;
	border: solid 1px #799CB8;
	color: #fff;
	font: bold 13px Verdana, Arial, Sans-Serif;
	cursor: default;
	text-align: center;
	text-decoration: none;
}

.CalendarHead
{
	color: #fff;
	font: bold 13px Verdana, Arial, Sans-Serif;
	cursor: default;
	text-align: center;
	text-decoration: none;
	cursor: hand;
}

.CalendarOuterBorder
{
	border: solid 1px #E0DFBE;
}

.CalendarCenterBackground
{
	background-color: #E3E3EB;
	font: normal 10px Verdana;
	color: #000000;
	text-decoration: none;
}

.EventsTitle
{
	background-color: #E3E3EB;
	color: #000000;
	font: bold 13px Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

a.EventsTitle:Hover
{
	background-color: #E3E3EB;
	color: #BE5B20;
	font: bold 13px Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

.CalendarLink
{
	color: #000000;
	font: normal 12px Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}

.AdminText
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.AdminTextBold
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.AdminTextLink
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
/*----------------------------Form Styles-------------------------------*/
.FormText
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #31211A;
}

.FormTextBold
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #31211A;
}

.FormTextError
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: red;
}

.FormTextLink
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #2E477E;
	font-weight: bold;
	text-decoration: none;
}

.FormHead1
{		
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #454C1D;
}

.FormHead2
{
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #454C1D;
}
/*-------------------------------------Home Page Styles----------------------------------------*/
.HomeH1
{
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #454C1D;
}

.HomeH2
{
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.HomeH3
{
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #454C1D;
}

.HomeH4
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.HomeText
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #31211A;
}

.HomeTextSmall
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #31211A;
}

.HomeTextLink
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #2E477E;
	font-weight: bold;
	text-decoration: none;
}

a.HomeTextLink:Hover
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #BE5B20;
	font-weight: bold;
	text-decoration: none;
}/*--------------------------------------Subpage Styles-----------------------------------------*/
.SubH1
{
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #454C1D;
}

.SubH2
{
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.SubH3
{
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #454C1D;
}

.SubH4
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.SubText
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #31211A;
}

.SubTextSmall
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #31211A;
}

.SubTextLink
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #2E477E;
	font-weight: bold;
	text-decoration: none;
}

a.SubTextLink:Hover
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #BE5B20;
	font-weight: bold;
	text-decoration: none;
}
/*--------------------------------------Footer Styles----------------------------------------- */
.FooterMenu
{
	margin-left: 0px;
	margin-top: 0px;
}

a.Footer
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #2F477E;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

a.Footer:Hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #BE5B20;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

.FooterSeparator
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #2F477E;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
/*--------------------------------------Common Styles--------------------------------------------*/
.Copyright
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #31211A;
	vertical-align: top;	
}
/*--------------------------------------Breadcrumb Styles----------------------------------------*/
.Breadcrumb_List
{
	margin-right: 15px;
	margin-top: 5px;
}

#Breadcrumbs
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #45507E;
	text-decoration: none;
}

a.Breadcrumbs, a.Breadcrumbs:hover, a.Breadcrumbs:visited
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.BreadcrumbsNoLink
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: 500;	
	text-decoration: none;
	color: #8690AB;
}
/*--------------------------------------Secondary Styles-------------------------------------------*/
.LeftMenu
{
	margin-top: 20px;
	width: 144px;
}

.SecondaryNavTitle
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: Bold;	
	color: #151760;
	background-color: Transparent;
	text-decoration: none;
	margin-left: 0px;
}
	
.SecondaryNav, a.SecondaryNav
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;	
	color: #2c4a84;
	background-color: Transparent;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;
	display: block;
}

a.SecondaryNav:hover
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;	
	color: #BE5B20;
	background-color: Transparent;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;
	display: block;
}

.SecondaryNav_sel
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;	
	color: #BE5B20;
	background-color: Transparent;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;
	display: block;
}

.SecondaryNav_sel2
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;	
	color: #343885;
	background-color: Transparent;
	text-decoration: underline;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	line-height: 17px;
}

.TertiaryBackground
{
	margin-top: 0px;
	margin-bottom: 3px;
}

.SecondaryNavSubMenu
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;	
	color: #2c4a84;
	background-color: Transparent;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	display: block;
}

.SecondaryNavSubMenu:hover
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;	
	color: #BE5B20;
	background-color: Transparent;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	display: block;
}

.SecondaryNavSubMenu_sel
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;	
	color: #BE5B20;
	background-color: Transparent;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	display: block;
}
/*--------------------------------------Site Map Styles------------------------------------------*/
.sitemap_content
{
	margin-left: 25px;
}

a.sitemap
{
	color: #214D74;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .75em;
	font-weight: bold;	
	text-decoration: none;
	line-height: 20px;
	display: block;
}
a.sitemap:Hover
{
	color: #BE5B20;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .75em;
	font-weight: bold;	
	text-decoration: none;
	line-height: 20px;
	display: block;
}

a.sitemap_sub1
{
	color: #214D74;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .75em;
	font-weight: normal;	
	text-decoration: none;
	padding-left: 15px;
	line-height: 15px;
	display: block;
}
a.sitemap_sub1:Hover
{
	color: #BE5B20;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .75em;
	font-weight: normal;	
	text-decoration: none;
	padding-left: 15px;
	line-height: 15px;
	display: block;
}

a.sitemap_sub2
{
	color: #214D74;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .6875em;
	font-weight: normal;	
	text-decoration: none;
	padding-left: 30px;
	line-height: 15px;
	display: block;
}
a.sitemap_sub2:Hover
{
	color: #BE5B20;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .6875em;
	font-weight: normal;	
	text-decoration: none;
	padding-left: 30px;
	line-height: 15px;
	display: block;
}

a.sitemap_sub3
{
	color: #214D74;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-size: .6875em;
	font-weight: normal;	
	text-decoration: none;
	padding-left: 45px;
	line-height: 15px;
	display: block;
}
a.sitemap_sub3:Hover
{
	color: #BE5B20;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-size: .6875em;
	font-weight: normal;	
	text-decoration: none;
	padding-left: 45px;
	line-height: 15px;
	display: block;
}
/* IE hacks to fix box-model problem where IE adds border/margin/padding width to outside of the box */
.yourstyle
{
            voice-family: "\"}"";
            voice-family: inherit;
/* Conforming browsers use values below this line */
}
.IEImage
{
	margin-bottom: 0px;
}

