@charset "utf-8";
body {
	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;
	background-color: #0f2e5d;
	background-image: url(images/hbwv_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #0f2d5d;
}
a:hover, .oneColFixCtrHdr #lowerMenu a:hover {
	color: #336699;
}
#mainMenu a, #mainMenu a:hover {
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	margin-top: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainMenu ul {
 margin: 0;
 padding: 0;
  }
.oneColFixCtrHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	position: relative;
}
.oneColFixCtrHdr #mainMenu {
	position: absolute;
	left: 26px;
	top: 182px;
}
.oneColFixCtrHdr #mainMenu ul li
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 4px;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(images/bg-practiceItem.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	font-size: 12px;
	list-style-type: none;
}
.oneColFixCtrHdr #mainMenu ul li#lastItem
{
	background-image: none;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #0f2e5d;
	background-image: url(images/hbwv_02.jpg);
	height: 417px;
	width: 766px;
}
.oneColFixCtrHdr #buttonMenu {
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContentleft {
	padding-left: 20px;
	padding-right: 180px;
	line-height: 1.45em;
}
.oneColFixCtrHdr #mainContentleft h1 {
	padding-top: 23px;
}

.oneColFixCtrHdr #mainContentright {
	width: 160px;
	float: right;
	font-size: 10px;
	line-height: 1.11em;
}
.oneColFixCtrHdr #lowerMenuContainer {
	background-image: url(images/bg-gradientLine.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 15px;
	clear:both;
}
.oneColFixCtrHdr #lowerMenu {
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
}
.oneColFixCtrHdr #lowerMenu a {
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #geographicalFooter {
	font-size:9px;
	color:#666666;
	padding-right: 20px;
	padding-left: 20px;
} 
.oneColFixCtrHdr #footer {
	background:#0f2e5d;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 9px;
	text-align: center;
}
.oneColFixCtrHdr #footer a {
	color: #FFFFFF;
	font-size: 9px;
}
#contactInformation strong
{
color: #336699;
font-size: 11px;
}
