html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, em, strong, a, form, input {
	margin:0;
	padding:0;
	background:none;
	list-style:none;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

html {
	font-size:62.5%;
}

body>html {
	font-size:10px;
}

body {
	margin:10px 10px 10px 30px;
}

p {
	font-size:1.1em;
	line-height: 1.455em;
	padding-top:0.455em;
	margin-bottom:1.455em;
	margin-left:20px;
}

a {
	font-family:inherit;
	color:#6A2121;
}

a:hover {
	text-decoration:none;
}

/*** Background layout ***/

h1, h2, h3, h4 {
	font-size:1.6em;
	line-height:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6A2121;
	margin-bottom:1em;
	float:none;
	
}

h2, h3, h4 {
	max-width:25em;
	padding-right:2em;
}

h2 {
	margin-left: -20px;
	padding:20px 0 30px 20px;
	background:url(images/headerBG-trans.png) top left no-repeat;
}




hr {
	max-width:100%;
	border:none;
	border-collapse:collapse;
	height:0;
	background:url(images/hr.gif) top left no-repeat;
	padding-top:9px;
	margin: 10px 0;
	clear:left;
}

div#subTitle {
	font-weight:bold;
	width:100%;
	height: 180px;
	overflow:hidden;
}

div#subTitle img {
	float:left;
	background:#fff;
	padding:3px;
	border:1px solid #CCC;
	margin: 0 0.5em 0.5em 0;
}