/* text */
 
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	color: #180909;

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #180909;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #180909;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #180909;
}
h5 {
	font-weight: bold;
	font-size: 1.1em;
}

p{
	font-size: 1.2em;
	line-height: 160%;
	margin-bottom: 18px;
}

li, ul li {
	line-height: 140%;
	padding: 5px 0;
	}

a {
	text-decoration: none;
	font-weight: normal;
	color: #903;
	text-decoration: underline;
/*	color: #180909; */
	}
a:hover {
	color: #903;
	text-decoration: underline;
}
a:visited {}

.emaillink a:link,
.emaillink a:visited  {
	color: #000;
	}
	 
.emaillink a:hover {
	color: #0099ff;
	}


/* homepage */

#homeleft p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px 0 5px 10px;
	}



#divider {
	margin: 10px 10px 15px 25px;
	width: 705px;
	border-top: 1px solid #c0c0c0;
}

#homearticle p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 3px 15px 2px 25px;
	line-height: 130%;
	}
	
.indent {	
  text-indent: 2.0em;
  margin-top: 0 
  }
  

/* excerpt */

.passage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 130%;
	margin: 0 10px 20px 30px;
	padding: 0;
}

.excerptpad p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-indent: 2.0em;
	margin: 0;
	padding: 3px 0px;
	line-height: 130%;
	}

.noindent {
	text-indent: 0em;
	}
	
.article #h2right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}	

.article p.deck {
	margin: 0px 0 20px 0;
	line-height: 140%;
	font-weight: bold;
	}

#h2right p.deck {
	margin: 0px 0 10px 0;
	line-height: 140%;
	font-weight: bold;
	}

.article p {
	margin: 5px 0 17px 0;
	font-size: 14px;
	line-height: 120%;
	}
	
#h2right p {
	margin: 5px 0 10px 0;
	font-size: 14px;
	line-height: 120%;
	}	
	
.article h3, #h2right h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	}

.article a:link, .article a:visited, .article a:hover {
	color:#0a2c99;
 }
	
	
#h2left p {
margin: 0;
	padding: 3px 0 5px 0;
	line-height: 140%;
}

#h2left p.sub {
	font-weight: bold;
	margin: 0;
	padding: 8px 0 0 0;	
	line-height: 130%;
	}
		
		
/* misc */

.small {
	font-size: 0.9em;
}

sup {
	font-size: 9px;
	line-height: 0.8em;
}
/* store */


.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	margin: 0;
	padding: 0 0 ;
	}
	
/* forms */

.inputext {
	border:1px solid #fff;
	background-color: #fff;
	color:#000;
	margin: 0 5px;
	padding:2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.button {
	border: none;
	padding: 5px 0 ;
}


input, textarea {
	border:1px solid #000;
	color:#333;
}

textarea {
	width:550px;
}

/* footer */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #903;
	}

#footer p {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	}
	
#footer a {
	text-decoration:none;
	font-weight: normal;
	color: #903;
	}
	
#footer a:hover {
	text-decoration:underline;
	color: #903;	
	}
	
.blacksm {
	color: #000;
	font-size: 11px;
	}

