@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eeeeee;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#top {
	width: 940px;
	height: 120px;
	padding-bottom: 20px;
}
#logo {
	float: right;
	background-image: url(images/ihbp1_03.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 320px;
	margin-top: 20px;
	margin: 20px 20px 0px 0px;
	margin-right: 20px;
}
#nav {
	background-image: url(images/ihbp1_06.jpg);
	background-repeat: no-repeat;
	width: 515px;
	height: 44px;
	float: left;
	margin: 56px, 0px, 0px, 0px;
	margin-top: 56px;
	padding-top: 20px;
	padding-left: 35px;
}
#nav ul{
}
#nav ul li{
	display: inline;
	text-decoration: none;
	color: #666666;
}
#nav ul a {
	float:none;
	font-weight:normal;
	font-size:12px;
	color:#848484;
	width:auto;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav ul a:hover {
	color: #9f9f9f;
}
#nav ul a.active {
	color: #5b5b5b;
}
#nav ul a.active:hover {
	color: #9f9f9f;
}
#header {
	background-image: url(images/ihbp1_10.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 300px;
}
#title {
	width: 200px;
	padding-top: 60px;
	padding-left: 30px;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bod1 {
	width: 940px;
}
#bodtop {
	width: 940px;
	background-image: url(images/ihbp1_12.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#bodmain {
	width: 860px;
	background-image: url(images/ihbp1_13.jpg);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 12px;
	color: #666666;
	padding-top: 0px;
}
#bodmain a {
	color: #333333;
}
#h1 {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
}
#bodbot {
	width: 940px;
	height: 30px;
	background-image: url(images/ihbp1_15.jpg);
	background-repeat: no-repeat;
	padding-bottom: 60px;
}
#foot {
	width: 940px;
	height: 168px;
	background-image: url(images/ihbp1_17.jpg);
	background-repeat: repeat-x;
}
#foot1 {
	width: 300px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto auto auto;
	padding-top: 30px;
}
#foot1 a {
	color: #FFFFFF;
}
#footcopy {
	color: #FFFFFF;
	font-size: 12px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	margin: 0px auto auto auto;
	padding-top: 30px;
}
#footcopy a {
	color: #FFFFFF;
}
#form {
	width: 400px;
}
#contact {
	margin-left: 220px;
	width: 400px;
}
#calendar {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin: opx auto auto auto;
}

