/* CSS Document */

/* background style on pages 
body {
	background-image: url(images/background.gif);
	background-color: #FFFFFF;
	background-position: 0px 109px;
	background-repeat: no-repeat;
	}
	*/
/* main navigation style and positioning on page */
.Navigation {
	word-spacing: 70px;
}
/*padding-left: 29px;*/
.navLink:link {
	font-family: verdana;
	font-size: 7.5pt;
	text-decoration: none;
	color: rgb(96,85,62);
	word-spacing: 0px;
} 

.navLink:visited {
	font-family: verdana;
	font-size: 7.5pt;
	text-decoration: none;
	color: rgb(96,85,62);
	word-spacing: 0px;		
}

.navLink:hover {
	font-family: verdana;
	font-size: 7.5pt;
	text-decoration: underline;
	color: rgb(139,41,66);		
	word-spacing: 0px;
}

.navLink:active {
	font-family: verdana;
	font-size: 7.5pt;
	text-decoration: none;
	color: rgb(139,41,66);		
	word-spacing: 0px;
}

.navLinkOver:link {
	font-family: verdana;
	font-size: 7.5pt;
	text-decoration: none;
	color: rgb(139,41,66);
	word-spacing: 0px;
} 

.navLinkOver:visited {
	font-family: verdana;
	font-size: 7.5pt;
	text-decoration: none;
	color: rgb(139,41,66);
	word-spacing: 0px;		

}

.navLinkOver:hover {
	font-family: verdana;
	font-size: 7.5pt;
	text-decoration: underline;
	color: rgb(139,41,66);		
	word-spacing: 0px;
}
.navLinkOver:active {
	font-family: verdana;
	font-size: 7.5pt;
	text-decoration: none;
	color: rgb(139,41,66);		
	word-spacing: 0px;
}

.navSpace {
	font-family: verdana;
	font-size: 7.5pt;
	color: rgb(172,163,145);
	word-spacing: 0px;
} 


/* placement of page content */
.Content {
	position: absolute;
	top: 175px;
	left: 37px;
}
/*sub-navigation placement */
.TableNavAlign {
	padding-top: 8px;
}

.TableNavLink:link {
	text-decoration: none;
	font-family: verdana;
	font-size: 8pt;
	color: rgb(96,85,62);
}

.TableNavLink:visited {
	text-decoration: none;
	color: rgb(96,85,62);
	font-family: verdana;
	font-size: 8pt;
	color: rgb(96,85,62);
}

.TableNavLink:hover {		
	text-decoration: underline;
	font-family: verdana;
	font-size: 8pt;
	color: rgb(172,163,145);
	color: rgb(139,41,66);
}
.TableNavLink:active {	
	text-decoration: none;
	font-family: verdana;
	font-size: 8pt;
	color: rgb(139,41,66);
}

/* footer links */
.Footer {
	word-spacing:35px;
}

.FooterSentence {
	text-decoration: none;
	word-spacing: 0px;
	font-family: verdana;
	font-size: 7pt;
	color: rgb(172,163,145);
}

.footerLink:link {
	text-decoration: none;
	word-spacing: 0px;
	font-family: verdana;
	font-size: 7pt;
	color: rgb(172,163,145);
}

.footerLink:visited {
	text-decoration: none;
	color: rgb(96,85,62);
	word-spacing: 0px;
	font-family: verdana;
	font-size: 7pt;
}

.footerLink:hover {
	text-decoration: underline;
	word-spacing: 0px;
	font-family: verdana;
	font-size: 7pt;
	color: rgb(172,163,145);
}
.footerLink:active {
	text-decoration: underline;
	word-spacing: 0px;
	font-family: verdana;
	font-size: 7pt;
	color: rgb(172,163,145);
}

/* body copy */
.copy {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 8.75pt;
	color: #333333;
	line-height: 16pt;
	padding-left: 5px;
	padding-right: 12px;	
}

.copylist {
	font-family: verdana, Helvetica, Arial, Sans-serif;
	font-size: 8pt;
	color: #333333;
	line-height: 15pt;
/*	line-height: 10pt;*/	
}

.copyCert {
	font-family: verdana, Helvetica, Arial, Sans-serif;
	font-size: 8pt;
	color: #333333;	
}

.copyLink:link {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 8.75pt;
	color: rgb(139,41,66);
	line-height: 16pt;
	text-decoration: none;	
}

.copyLink:visited {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 8.75pt;
	color: rgb(139,41,66);
	line-height: 16pt;
	text-decoration: none;	
}

.copyLink:hover {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 8.75pt;
	color: rgb(139,41,66);
	line-height: 16pt;	
	text-decoration: underline;
}

.copyLink:active {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 8.75pt;
	color: rgb(139,41,66);
	line-height: 16pt;	
	text-decoration: none;
}

p.copyHeadline {
	font-family: verdana, Helvetica, Arial, Sans-serif;
	font-size: 10pt;
	color: rgb(139,41,66);
	line-height: 16pt;
	padding-left: 5px;
	padding-right: 12px;	
}

p.copyPicture {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 8.75pt;
	color: #333333;
	line-height: 16pt;
	padding-left: 5px;
	padding-right: 12px;	
}

/**LIST BULLET STYLE**/
ul {
	list-style: url(images/bullet.gif);
}

.copyBullets {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 8.75pt;
	color: #333333;
	line-height: 16pt;
	padding-left: 5px;
	padding-right: 12px;	
}

/**PDF link **/
.pdfLink:link {
	text-decoration: none;
	font-family: verdana;
	font-size: 7pt;
	color: #0066CC;
	font-weight: bold;
	margin: 0px;
}

.pdfLink:visited {
	text-decoration: none;
	font-family: verdana;
	font-size: 7pt;
	color: #0066CC;
	font-weight: bold;
	margin: 0px;
}

.pdfLink:hover {
	text-decoration: underline;
	font-family: verdana;
	font-size: 7pt;
	color: #0099FF;
	font-weight: bold;
	margin: 0px;
}
.pdfLink:active {
	text-decoration: none;
	font-family: verdana;
	font-size: 7pt;
	color: #0099FF;
	font-weight: bold;
	margin: 0px;
}
/**PDF link **/
.surveyLink:link {
	text-decoration: none;
	font-family: verdana;
	font-size: 7pt;
	color: rgb(96,85,62);
	font-weight: bold;
}

.surveyLink:visited {
	text-decoration: none;
	font-family: verdana;
	font-size: 7pt;
	color: rgb(96,85,62);
	font-weight: bold;
}

.surveyLink:hover {
	text-decoration: none;
	font-family: verdana;
	font-size: 7pt;
	color: rgb(172,163,145);
	font-weight: bold;
}
.surveyLink:active {
	text-decoration: none;
	font-family: verdana;
	font-size: 7pt;
	color: rgb(96,85,62);
	font-weight: bold;
	margin-bottom: 0px;
}
