/* CSS Document */
body {
	background:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.title {
text-align:center;
padding-top:3px;
padding-bottom:3px;
color:#01366a;
font-size:16px;
font-weight:bold;
}
.title2 {
padding-top:3px;
padding-bottom:3px;
color:#01366a;
font-size:12px;
font-weight:bold;
}
a {
	color:#FFFFFF;
}

.container {
    width:750px;
	height:auto
	position:static;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:2px;
	background-color:#fff;
}
.body th{
	background:#01366a;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
}

.body td{
	font-size:12px;
	vertical-align: top;
}
.headerImage {
	float:left;
    background-image:url(images/hbclogo.jpg);
	height: 97px;
	width: 204px;
	margin-right:0px;
}
.headerImage2 {
	margin-top:1px;
	float:left;
	margin-left:1px;
	width:545px;
	height: 72px;
	background-color:#00376d;
}

.header {
    width:100%;
	background-color:#fff;
}
.headerGray {
    float:left;
	height:19px;
	width: 181px;
	padding-top:5px;
    margin-left:1px;
	background-color:#002345;
	color:#003366;
	font-size:14px;
	text-align:center;
}
.headerGray a{
    text-decoration:none;
}
.headerGray a:hover{
    color:#ccc;
}

.navlink {
	display:table;
    width:875px;
	clear:both;
	font-size:14px;
	margin-left:-125px;
	margin-top:-14px;
}
.navlink li {
  	 clear:left;
	 margin-left:0px;
 	 float:right;
 	 width: 125px;
 	 height: 20px;
	 margin-top:1px;
	 margin-bottom:1px;
 	 text-align: center;
 	 background-color:#666666;
 	 list-style-type:none;
}

.navlink a {
  	text-decoration: none;
  	display: block;
  	border-left:1px #000000 inset;
  	border-right:1px #000000 inset;
  	height:18px;
  	padding-top:2px;
  	color: white;
}

.navlink a:hover {
  	color: white;
  	background-color:#003366;
}

.body {
    width:100%;
	background-image:url(images/bodybg.jpg);
	display:table;
}


.body a {
    color:#003366;
}

.bodyLeft {
    width:600px;
    float:left;
	text-align:left;
	background-color:#fff;
}

.bodyRight {
vertical-align:top;
    width:150px;
	height:100%;
	float:right;
	color:white;
	height:100%;
	}
.bodyRight a {
    color:#FFFFFF
	}

.blue {
	background-color:#003366;
	padding-right:3px;
	padding-left:3px;
}
.darkblue {
	background-color:#002345;
	text-align:center;
	font-size:14px;
}

.footer {
	clear:both;
    width:100%;
	margin-top:1px;
	height:16px;
	padding-top:5px;
	text-align:center;
	background-color:#003366;
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#FFFFFF;
}
.footer a:hover{
	text-decoration:none;
}
.bottom {
	text-align:center;
}