@charset "utf-8";
body {
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
table {
	color: #333333;
	text-align: left;
	font-size: 10px;
}
th {
	font-weight: bold;
	background-color: #CCCCCC;
	line-height: 1.6em;
	text-align: center;
}
td {
	line-height: 1.5em;
	padding-left: .5em;
	color: #333333;
	vertical-align: top;
}


/* master init styles */

h1, h2, h3, h4, p, ul, li {
 margin: 0;
 padding: 0;
}

a {
 text-decoration: none;
}

a:link, a:visited {
 color: #806f27;
}

a:active, a:hover {
 color: #d9be42;
}

ul {
 list-style-type: none;
}

li {
 list-style-position: outside;
}
#wrapper {
	width: 980px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-top: 25px;
	margin-right: 0em;
	margin-bottom: 3em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	height: auto;
	background-image: url(/images/ho_logo.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	padding-right: 2em;
	background-position: 2em;
}

#contents {
	margin-top: 20px;
	clear: both;
	width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: auto;
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#navigation {
	text-align: center;
	font-size: 12px;
	margin-bottom: 2em;
}
h2 {
	font-size: 200%;
	margin-bottom: 1.5em;
}
#mainContent h3 {
	font-size: 150%;
	margin-bottom: 1em;
}
