body {
	font-family: Garamond, "Times New Roman", serif;
	font-size:14px;
	color:#1c1c1c;
	line-height:21px;
}

a {
	color:#b42924;
}

em {
	
}

hr {
	border:0;
	clear:both;
	height:1px;
	background: transparent url(../images/hr.png) left top repeat-x;
}

.hr {
	clear:both;
	height:1px;
	background: transparent url(../images/hr.png) left top repeat-x;
	margin-bottom:20px;
}

h1{
	margin-top:23px;
	font-family: "LaurenScript";
	color: #ff2682;

}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Time New Roman", serif;
	line-height:1.0em;
}

h5 > img {
	float:left; 
	margin-right:10px;
}

h1 {
	font-size:32px;
	text-shadow: 2px 2px 2px #c2d5a3;
}

h2 {
	font-size:26px;
}

h3 {
	font-size:23px;
}

h4 {
	font-size:21px;
}

h5 {
	font-size:19px;
}

h6 {
	font-size:17px;
}

.clearList {
	padding:0px;
	margin:0px;
	list-style: none;
	list-style-type: none;
}

.clearList li {
	padding:0px;
	margin:0px;
	list-style: none;
	list-style-type: none;
}

ol {
	list-style:decimal;
}

ul {
	list-style: none;
	list-style-type: none;
}

li {
	margin-left:30px;
}

ol, ul {
	color:#50211e;
}

ul li {
	padding-left:20px;
	background: transparent url(../images/tri-grey.gif) left 50% no-repeat;
	margin:0px;
}

ol li {
	margin:0px;
	list-style-position: inside;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom:20px;
}

.dropcap:first-letter {
	font-size:45px;
	float:left;
	display:block;
	margin-right:4px;
}

.border-black, .border-red, .border-darkgrey, .border-lightgrey {
	border:1px solid #ccc;
	padding:10px 10px 10px 25px;
	color:#444444;	
}

.border-black {
	border-left:6px solid #000;
}

.border-red {
	border-left:6px solid #814444;
}

.border-darkgrey {
	border-left:6px solid #808080;
}

.border-lightgrey {
	border-left:6px solid #c3b091;
}

img.shadows {
	border:1px solid #ccc;
	padding:4px;
	background:#fff;
	width:250px;
}

.bottom-shadow {
	margin-bottom:20px;
}