﻿BODY
{
    font-family: Arial, Sans-Serif;
}

.bgcolor
{
    background-color: #e5d2af;
}


.body
{
	font-size: 10pt;
	color: white;
	font-family: Arial, Sans-Serif;
	margin-right: 20px;
}


.NewsUpdatedDate
{
    font-size: 9pt;
    color: #ffffff;
}

.NewsHeadline
{
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
}

.NewsBody
{
    font-size: 9pt;
    color: #ffffff;
}

a.SmallLink
{
    font-size: 9pt;
    color: #ffffff;
}

a:hover.SmallLink
{
    font-size: 9pt;
    color: #ffffff;
}

a:visited.SmallLink
{
    font-size: 9pt;
    color: #ffffff;
}

a:link.SmallLink
{
    font-size: 9pt;
    color: #ffffff;
}


a.MediumLink
{
    font-size: 10pt;
    color: #ffffff;
}

a:hover.MediumLink
{
    font-size: 10pt;
    color: #ffffff;
}

a:visited.MediumLink
{
    font-size: 10pt;
    color: #ffffff;
}

a:link.MediumLink
{
    font-size: 10pt;
    color: #ffffff;
}

a.SubdivisionLink
{
    font-size: 12pt;
	color: #e5d2af;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
	font-style: italic;
}

a:hover.SubdivisionLink
{
    font-size: 12pt;
	color: #e5d2af;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
	font-style: italic;
}

a:visited.SubdivisionLink
{
   font-size: 12pt;
	color: #e5d2af;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
	font-style: italic;
}

a:link.SubdivisionLink
{
   font-size: 12pt;
	color: #e5d2af;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
	font-style: italic;
}

.PhotoGallerySectionHeading
{
    font-size: 13pt;
    color: #ffffff;
    font-weight: bold;
}

.PhotoGalleryPhotoDescription
{
    font-size: 10pt;
    color: #ffffff;
}

.PhotoGalleryThumbnail
{
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    text-align: center;
    width:135;
}

.PhotoGalleryFullSizedImage
{
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    text-align: center;
    
}

.BodyHeadline
{
	font-size: 12pt;
	color: #e5d2af;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
	font-style: italic;
}

.BodyHeadline14
{
	font-size: 14pt;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
	font-weight:bold;
}

.BodyCentered
{
    font-size: 12pt;
    color: white;
    font-family: Arial, Sans-Serif;
    text-align: center;
}

.TableLabel
{
    font-size: 10pt;
    color: white;
    font-family: Arial, Sans-Serif;
    text-align: right;
    font-weight: bold;
}


.ContentImage
{
	float: right;
}

.StaffName
{
	font-size: 11pt;
	color: white;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-style: italic;
}

.SubdivisionImage
{
    float: right;
    width: 200px;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    margin-top: 2px;
    margin-left: 2px;
    padding-left: 2px;
    padding-top: 2px;
}

.ErrorMessage
{
    font-size: 9pt;
    color: #ff0000;
}