@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.cursive {
	font-size: 18px;
}
.oneColElsCtr #container {
	width: 50em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px #FFFFFF;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

			/* links */ 
			.link {
	font-family : "Times New Roman", Times, serif;
	font-size : 11pt;
	font-style : normal;
	color: #FFFFFF;
	letter-spacing : 0.5px;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 16px;
	margin-left: 0px;
			}
			

			/* text formatting */ 
			.subhead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color: #CCCCCC;
	letter-spacing : 0.5px;
			}
			
			.bodytextbold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color: #000000;
	letter-spacing : 1px;
			}
			
			.pullquote {
	font-family : "Cronos Pro", Helvetica;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color: #000000;
	letter-spacing : 1px;
			}
			.contact {
	font-family : "Cronos Pro", Helvetica;
	font-size : 10.5pt;
	font-style : normal;
	font-weight : normal;
	color: #000000;
	letter-spacing: 0.5px;
			}			
						
			.header {
	font-family : Papyrus;
	font-size : 16pt;
	font-style : normal;
	font-weight : normal;
	color: #666666;
			}
			.househeader {
	font-family : Papyrus;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	color: #000000;
			}

.thumbNormal {
	border:2px solid #000000;
	cursor: pointer;
}

.thumbSelected {
border:2px solid #000000;
}

table.thumbs {
  border: none;
}

.style39 {
	font-family: Papyrus, Optima, Arial;
	text-decoration: none;
	color: #666666;
}
			.sublink {
	font-family : "Cronos Pro", Helvetica;
	font-size : 12pt;
	text-decoration : none;
	color: #666666;
	font-style: normal;
			}
			
			a.sublink:visited {
	text-decoration: none;
	color: #333333;
	font-family: "Cronos Pro", Helvetica;
	}
	
			a.sublink:hover {
	font-family: "Cronos Pro", Helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
			}
			
			.sublinkon {
	font-family: "Cronos Pro", Helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
			}
