﻿body {
    background-color: #FEFEFE;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}

/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
	text-decoration: underline;
	color:#722929;
}

A:visited   {
	text-decoration: underline;
	color:#722929;
}

A:active    {
	text-decoration: underline;
	color:#722929;
}

A:hover {
	text-decoration: underline;
	color:#CC3333;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL {
	margin-left: 15px;	
	margin-bottom: 0px;
}

HR {
    color: #999999;
    height:1pt;
    text-align:left;
}

#BodyContent {
	text-align:left;
	border: solid 0px #333333;
    width: 750px;    
}
.ModuleHeader {
	background-color: #AFAE87;
	color: #333333;
	font-weight: bold;
}
#SiteHeader {
	display: none;
}
#SiteFooter {
	display: none;
}
#MainContent {
	clear: both;
    width: 750px;    
    text-align: left;
    padding: 10px;    
}
.HeaderSpacer {
	background-image: url(../img/headerspacer.jpg);
	background-repeat: repeat;
}
#Menu {
	display: none;
}
#Breadcrumb {
	display: none;
}
#LoginSection {
	display: none;
}
.ErrorText {
	color: #FF0000;
}
.Title {
	font-weight: bold;
}
#RightColumnContent {
	text-align: left;
}
.ImageThumb {
	padding-right: 5px;
	padding-bottom: 5px;
}
.PhotoModuleTitle {
	font-size:12pt;
	font-weight: bold;
}
.FormLabel {
	font-weight: bold;
}
.ModuleItemTitle {
	color: #722929;
	font-weight: bold;	
}
.AlternatingRow {
	background-color: #EFEFEF;
}
#PaddedCell {
	padding-left: 15px;
	padding-right: 15px;
}
.SmallText {
	font-size: 8pt;
}
.SectionTitle {
	font-weight: bold;
	text-decoration: underline;
}
.ItemEdit {
	background-color: #FFFFE1;
}
.InfoText {
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 5px;
}
.HighlightedItem {
	background-color: #AFAE87;
}

.HighlightedItem label {
	background-color: #AFAE87;
}

#LastAttended {
	display: none;
}




.PageBreak {
	page-break-before: always;
	page-break-inside: avoid;
}
.NoPrint {
	display: none;
}
