/* CSS for HHOM */

/* Page Styles */

html {
	margin: 0; padding: 0;
}
body {
	font: .8em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0; 
	padding: 0;
	background-color: #6b1424;
	display: block;
	text-align: left;
}
#container {
	text-align: left;
	width: 750px;
	background: #fff;
	color: #333;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
#header {
	height: 204px;
	margin: 0;
	padding: 0;
}
#header img {
	border: 0;
}
h1 {
	font: bold 1.7em Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: .8em 1em 1em 1em;
	padding: 0;
	color: #6b1424;
}
h2 {
	font: bold 1.3em Trebuchet MS, Arial, Helvetica, sans-serif;
	display: block;
	margin: .5em 1em -.1em 1.3em;
	padding: 0;
	color: #383870;
}
h3 {
	font: bold 1.2em Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 1em 1em -.2em 1.6em;
	padding: 0;
	color: #383870;
}
p {
	line-height: 1.3em;
	margin: 1em 2em;
}
hr {
	text-align:center;
	width: 93%;
}
.alert {
	margin: 10px 0 -5px 23px;
	font-size: 1.4em;
	color: #6b1424;
}
.alert2{
	font-size: 1em bold;
	color: #6b1424;
}
.altcolor {
	color: #383870;
	font-weight: bold;
}
a:link, a:visited {
	background: #fff;
	color: #383870;
	text-decoration: underline;
}
a:hover, a:focus {
	background: #fff;
	color: #990000;
	text-decoration: underline;
}
.caption {
	float:right; 
	font-size: .8em;
	text-align:center;
}
p.right {
	float: right;
}
p.skipnav {
	margin-top: -2em;
	margin-right: -.1em;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	float: right;
}
p.skipnav a:link, p.skipnav a:visited {
	background-color: #6b1424;
	color: #fff;
	text-decoration: none;
}
p.skipnav a:hover, p.skipnav a:focus {
	background-color: #6b1424;
	color: #fff;
	text-decoration: underline;
}
abbr, acronym, .help {
	cursor: help;
	border: 0;
}

/* Top Navigation */

#topnav {
	font-weight: bold;
}
#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #333365;
	color: #fff;
	border-top: 2px solid #fff;
}
#topnav ul li {
	display: inline;
}
#topnav a:link {
	background: #333365;
	color: #fff;
	text-decoration: none;
	padding-right: 1.6em;
	padding-left: 1.6em;
}
#topnav a:visited {
	background: #333365;
	color: #fff;
	text-decoration: none;
	padding-right: 1.6em;
	padding-left: 1.6em;
}
#topnav a:hover {
	background: #fff;
	color: #333365;
	padding-right: 1.6em;
	padding-left: 1.6em;
}

/* Pullquote */

#pullquote {
	font: 1.2em Papyrus, Arial, Helvetica, sans-serif;
	width: 230px;
	text-align: center;
	margin: 10px 20px 10px 10px;
	float: right;
	line-height: 1.3em;
}

/* Main Content */

#content {
	float: right;
	width: 750px;
	background: #fff;
	color: #333;
	margin-top: -20px;
}
#content img {
	border: 1px solid #999;
	float: right;
	margin: 10px;
}
#content img.book-right {
	border: none;
	float: right;
	margin-left: 10px;
}
#content img.book-left {
	border: none;
	float: left;
	margin: 0 20px 5px 0;
}
#content li {
	margin-bottom: .5em;
	margin-right: 15px;
	line-height: 1.3em;
}
hr {
	clear:both;
}
ul li {
	margin-bottom: .5em;
}
a:link, a:visited {
	background: #fff;
	color: #6b1424;
	text-decoration: underline;
}
a:hover, a:focus {
	background: #fff;
	color: #6b1424;
	text-decoration: none;
}
.center {
	text-align: center;
}
/* Tables */
table {
	border:1px solid #333;
	border:border-collapse;
	width:95%;
	margin-left: 20px;
}
th {
	background-color: #6b1424;
	color: #fff;
	text-align: center;
}
tr {
	vertical-align:top;
}
td {
	padding: 3px 10px;
	line-height: 1.3em;
}
tr.odd a:link, tr.odd a:visited {
	background-color: #e5e8f0;
	text-decoration: underline;
}
tr.odd a:hover, tr.odd a:focus {
	background-color: #e5e8f0;
	text-decoration: none;
}
.odd {
	background-color:#e5e8f0;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #6b1424;
	background-color: #fff;
	margin-bottom: 6px;}

/* Footer */

#footer {
	text-align: center; clear: both;
	padding: 5px;
	color: #fff;
	background: #333365;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	border-top: 3px solid #fff;
	margin-top: -23px;
}
.clearing {
  clear: both;
}
