/* ===================================================================
   GLOBAL TAG STYLES
   =================================================================== */

a:link, a:visited, a:active {
    color: #2a4a7a;
    text-decoration: underline;
    font-weight: normal;
}

a:hover {
    color: #1a3060;
}

#nav a:link, #nav a:visited, #nav a:active {
    color: #f5e6d0;
    text-decoration: none;
}

#nav a:hover {
    color: #fdf6e3;
}

#bulletin-container {
    font-size: 11px;
    color: #3a2209;
    line-height: 1.8;
}

#bulletin-more {
    display: inline-block;
    margin-top: 6px;
    padding: 2px 8px;
    background-color: #fdf6e3;
    border: 1px solid #8b5e2e;
    color: #2a4a7a;
    text-decoration: none;
    font-size: 10px;
}

#bulletin-more:hover {
    background-color: #f0e6cc;
    text-decoration: none;
}

#bulletin-full {
    display: inline-block;
    margin-top: 6px;
    padding: 2px 8px;
    background-color: #fdf6e3;
    border: 1px solid #8b5e2e;
    color: #2a4a7a;
    text-decoration: none;
    font-size: 10px;
}

#bulletin-full:hover {
    background-color: #f0e6cc;
    text-decoration: none;
}

td {
	text-align: left;
	vertical-align: top;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

embed {
	display: block;
}

.JustifiedText p {
    text-align: justify;
}


/* ===================================================================
   TYPOGRAPHY & CONTENT
   =================================================================== */

.PageHeading {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: #6b0f24;
    display: block;
    clear: both;
}

.PageSectionHeading {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #3a2209;
    border-bottom: 1px solid #c4a472;
    margin: 20px 0 8px 0;
    padding-bottom: 4px;
}

.PageDivider {
	border: none;
	border-top: 1px solid #c4a472;
	margin: 16px 0;
}

.OpeningLine {
	color: #3a2209;
	font: 24px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.OpeningWords {
	color: #3a2209;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.ContentPadding {
	padding: 0 8px 8px 8px;
}

.ContentPaddingAll {
	padding: 8px;
}


/* ===================================================================
   SIDEBAR & RIGHT COLUMN
   =================================================================== */

.SidebarHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #6b0f24;
	border-bottom: 1px solid #8b5e2e;
	margin-bottom: 6px;
	padding-bottom: 3px;
}

.SidebarItem {
	font-size: 11px;
	color: #2e1a08;
	margin-bottom: 8px;
	line-height: 1.5;
	border-bottom: 1px dotted #c4a472;
	padding-bottom: 8px;
}

.SidebarItemHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #6b0f24;
	border-bottom: 1px solid #c4a472;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

.PageCornerLink {
    float: right;
    font-size: 9pt;
    margin: 0 0 8px 8px;
}

.PageCornerLinkLeft {
    float: left;
    font-size: 9pt;
    margin: 0 8px 8px 0;
}

.DataSection {
    margin-bottom: 28px;
}

.DataYear {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #3a2209;
    margin-bottom: 4px;
}

.DataDivider {
    border: none;
    border-top: 1px solid #c4a472;
    margin: 0 0 12px 0;
}

.DataSubheading {
    font-weight: bold;
    font-size: 10pt;
    color: #2e1a08;
    margin: 12px 0 6px 0;
}

.DataRow {
    font-size: 10pt;
    color: #2e1a08;
    padding: 3px 0;
    border-bottom: 1px dotted #c4a472;
}

.DataLinks {
    float: right;
    font-size: 9pt;
}

.ProgressBar {
    width: 100%;
    background-color: #c4a472;
    height: 6px;
    margin-top: 6px;
    box-sizing: border-box;
}

.ProgressFill {
    height: 6px;
    background-color: #6b0f24;
}

.ProgressLabel {
    font-size: 9px;
    color: #2e1a08;
    margin-top: 2px;
    text-align: right;
}


/* ===================================================================
   FOOTER
   =================================================================== */

.FooterMenu {
	font-size: 8pt;
	color: #c8a97a;
}

.FooterMenu a:link, .FooterMenu a:visited, .FooterMenu a:active {
	font-size: 8pt;
	font-weight: normal;
	color: #c8a97a;
	text-decoration: none;
}

.FooterMenu a:hover {
	color: #f5e6d0;
	text-decoration: underline;
}

a.DesignBy:link, a.DesignBy:visited, a.DesignBy:active {
	font-weight: normal;
	color: #c8a97a;
	text-decoration: none;
}

a.DesignBy:hover {
	color: #f5e6d0;
	text-decoration: underline;
}
