/*Newer Graphic Design (Modified)*/

body {
	background: #d5d8d8;	
	margin: 0;
	padding: 0;	
	height:100%;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	color: 1f1f1f;
}

a:link, a:visited {
	color: 547d73;
	text-decoration : none;
}

a:hover, a:visited:hover {
	/*color: 4d9684;*/
	text-decoration : underline;
}

/* ID Styles */
 
#navigation a {
	font: bold 8pt Tahoma, Geneva, Arial, sans-serif;
	color: 547d73;
	line-height: 11pt;
	letter-spacing: 0.06em;
	text-decoration: none;
	display: inline;
	padding: 2pt 3pt 2pt 3pt;
	background-color: ;
}
          
#navigation a:hover {
	color: Black;
}

#on a {
	font: bold 8pt Tahoma, Geneva, Arial, sans-serif;
	background-color: dbdbdb;
	color: Black;
	line-height: 11pt;
	letter-spacing: 0.06em;
	text-decoration: none;
	display: inline;
	padding: 2pt 3pt 2pt 3pt;
}
/* Not Used
#enterArchive a {
	font: bolder 8pt Tahoma, Geneva, Arial, sans-serif;
	color: 547d73;
	line-height: 11pt;
	letter-spacing: 0.06em;
	text-decoration: none;
	display: inline;
	padding: 2pt 3pt 2pt 3pt;
	background-color: f4f4f4;
}

#enterArchive a:hover {
	color: Black;
}
*/
/*Classes*/

.bodyText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: 1f1f1f;
}

.bodyTextSubCat {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: 1f1f1f;
}

.bulletedList {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 10pt;

	color: 1f1f1f;
	font-weight: bold;
}

.captions {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: 1f1f1f;
}

.descriptor {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
}

.enterArchive {
	font-weight: 900;
}

.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: 939595;
}

.footerLogin {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: 939595;
	font-weight: bold;
}

.introduction {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10.5pt;
	line-height: 16pt;
	color: 000;
}

.photo {
	border: 3px solid #d5d8d8;
}

.pullQuote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	line-height: 22pt;
	color: 939595;
}

.red {
	color: Red;
}

.titles {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15pt;
	line-height: 18pt;
}



/*Not Used*/
/*caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 17pt;
}
caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 17pt;
	color: 1f1f1f;
}
title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	color: 1f1f1f;
}
*/

/* Older Styles:

BODY {
	font-family: Arial, Helvetica, sans-serif;
	background: #d5d8d8;
	margin: 0;
	padding: 0;	
	height:100%;	
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 21px;
	font-weight : bold;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 19px;
	font-weight : bold;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
}

P, FORM, TABLE, TR, TD, TH, LI, BLOCKQUOTE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

.imageBorder {
	border: 3px solid #d5d8d8;
}

.homeText {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14pt;	
	color: #000;	
}

.red {
	color: Red;
}

.spaced {
	line-height: 18px;
	letter-spacing: 0.05px;
}

.blurbList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05px;
}

.SMALL { 
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10pt;
	color: #939595;	
}

.TopNav { 
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
}

.pullQuote { 
	font-family : Helvetica, Arial, sans-serif;
	font-size : 18pt;
	color : #939595;	
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

H6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
}


B, STRONG {
	font-weight : 600;
}

A:LINK, A:VISITED {
	color : #547d73;
	text-decoration : none;
}

A:HOVER, A:VISITED:HOVER {
	text-decoration : underline;
}

.nonBold {
	font-weight: normal;
}

.breadCrumb {
	font-weight: normal;
	font-size : 12px;
}*/