
div#header h1 {
	width: 320px;
	height: 117px;
	text-indent: -5000px;
	background: transparent url('../images/layout/logo.gif') center center no-repeat;
	margin: 0 auto;
	position: relative;
	top: 10px;
}

div#header h1 a {
	width: 320px;
	height: 117px;
	display: block;
}

h2#pageTitle {
	color: #0f4600;
	font-weight: normal;
	font-size: 2.6em;
	padding: 0 0 7px 0;
	margin: 0 0 40px 0;
}

body#home h2#pageTitle {
	margin-bottom: 7px;
	margin-top: 5px;
}

div.copy h3 {
	color: #29200c;
	font-weight: normal;
	font-size: 1.5em;
	padding: 10px 0 10px 18px;
	letter-spacing: 1px;
	background: transparent url('../images/layout/bgH3.gif') 0px 15px no-repeat;
}

div.copy h4 {
	color: #29200c;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	padding: 10px 0 8px 0;
	letter-spacing: 1px;
}

div.copy h5 {
	color: #070502;
	font-weight: normal;
	font-size: 1.1em;
	padding: 10px 0 5px 0;
	font-family: Verdana, sans-serif;
	letter-spacing: 1px;
}


/*PARAGRAPHS
************************************************/

div.copy {
font-size: 1.4em;
line-height: 1.7em;
}

div.copy p {
padding: 0 20px 15px 20px;
}




/*LISTS
**********************************************/

div.copy ul {
padding: 0 0 15px 40px;
}

div.copy ul li {
padding: 0 0 5px 20px;
background: transparent url('../images/layout/listBullet.gif') 0px 5px no-repeat;
}

div.copy ol {
padding: 0 0 15px 60px;
}

div.copy ol li {
padding: 0 0 5px 5px;
}

