/* Olney Chamber of Commerce */
/* Spring-Summer 2007 */

/* Website by Red Letter Design, www.RedLetterDesign.net */

/*
  *************************************
  
  	typography.css
  
	Typography styles 

	Define base styles, plus styles used in particular divs.

  *************************************
*/
em {
	font-style: italic;
}
h1,h2,h3,h4,h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	letter-spacing: 1px;
}
h2 {
	font-size: 14px;
	color: black;
	font-weight: normal;
	background: #ffffff url(../images/layout/tangrad.jpg) repeat-x;
	padding: 5px 5px;
	margin: 10px -7px 5px -7px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #dbd5b6;
	border-right: 1px solid #dbd5b6;	
	clear: both; /* included since there is a background that should be covered by any floats ... see listings page, for example */
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
p {
	margin: 10px 0;
	padding: 0;
/*	font-size: 11px;
	line-height: 14px;	
*/	font-size: 13px;
	line-height: 16px;	
}
ul {
	margin: 0 0 5px 15px;
	padding: 0 0 0 0 ;
	list-style-type: square;
	list-style-position: outside;
}
li {
	margin: 5px 0;
	padding: 0;
/*	font-size: 11px;
	line-height: 14px;	
*/	font-size: 13px;
	line-height: 16px;	
}
th {
	font-weight: bold;
	text-align: right;
}
strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
/*	font-size: 11px;
	line-height: 14px;	
*/	font-size: 13px;
	line-height: 16px;	
	color: #990000;
	}
div#marqueeBox p {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 14px;
}	
div#MemberLoginLink a {
	margin: 0;
	padding: 0 0 0 5px;
	color: white;
	font-size: 14px;
}	
div#MemberLoginLink a:hover {
	color: yellow;
}	
div#topNav p {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 10px;
	line-height: 16px;
}	
div#topNav p a {
	color: #333333;
/*	font-size: 10px;
*/	font-size: 11px;
	line-height: 16px;
}
div#topNav p a:hover {
	color: #990000;
}
div#footer p {
	text-align: right;
	padding: 0;
	margin: 0;
/*	font-size: 10px;
*/	font-size: 11px;
}
fieldset {
	border: 1px solid #999999;
}
dt {
	font-size: 14px;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 5px 0;
}
dd {
	font-size: 13px;
	margin: 5px 0 20px 20px;
	line-height: 18px;
}