 
 
body  {
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/top-logos/hb_logo_3_bg.jpg) repeat-x scroll top;
	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;
}
a:link {
	color: #1E3E5C;
}
a:visited {
	color: #1E3E5C;
}
a:hover {
	color: #006699;
}
a:active {
	color: #009999;
}
blockquote {
		font: oblique normal 1.1em Georgia, "Times New Roman", Times, serif;
		text-align: justify;
		letter-spacing: 0.1em;
		text-indent: -7px;
}
li {
	padding-bottom: 7px;
}
#container { 
	width: 90%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0 10px;  /* 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. */
	height: 110px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#leftbar {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#rightbar {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#leftbar img, #rightbar img {
	margin: 15px;
	padding: 0px;
	border: 1px solid #333333;
}

#leftbar p,  #leftbar h3,  #rightbar p,  #rightbar h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#leftbar a, #leftbar a:link, #leftbar a:visited {
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000066;
}
#leftbar a:hover {
	text-decoration: underline;
	color: #006699;
}
#leftbar dl {
	padding: 0px;
}
#leftbar dt {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 3px;
}
#leftbar dd {
	text-indent: -20px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#mainContent { 
	margin: 0 24% 0 23.5%; 
}
	#mainContent dl {
		padding: 0px;
		margin: 0px;
	}
	#mainContent dt {
	font-weight: bold;
	}
	#mainContent dd {
	padding-bottom: 10px;
	}
	#mainContent img {
		margin: 5px 9px;
		padding: 0px;
		border: 1px solid #666666;
	}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6183A4;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000033;
} 
#footer a,  #footer a:visited {
	text-decoration: none;
	color: #15293E;
	margin: 0px 1% 9px;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mainnav {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px 15px 10px;
}
	#mainnav a,  #mainnav a:visited {
		text-decoration: none;
		color: #305C88;
		margin: 0px 1% 9px;
	}
	#mainnav a:hover {
		text-decoration: none;
		color: #009999;
	}

.MainTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-align: center;
	margin-top: 25px;
}
.Sub-head {
	text-align: center;
	font: oblique bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: italic;
	text-align: center;
	font-variant: normal;
	padding: 0px;
}
.emph {
	font-style: italic;
	font-weight: bold;
}
.excerpt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0% 5%;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	text-align: justify;
	font-variant: normal;
	padding: 30px 15px;
}

/* Formatting for insets */
.inset-r {
	margin: 9px;
	padding: 7px;
	float: right;
	border: 1px solid #CCCCCC;
	width: 175px;
	font: italic 0.85em/1.3em Georgia, "Times New Roman", Times, serif;
	background: #efefef;
	text-align: left;
	letter-spacing: 0.1em;
}
	.inset-r strong {
		font: oblique bold normal 1em/normal Arial, Helvetica, sans-serif;
		letter-spacing: normal;
		color: #006666;
	}
	.inset-r img {
		margin: 0px;
		padding: 0px;
		border: 1px solid #666666;
	}

#references li {
	list-style: disc url(../images/bullet-dkblu.jpg) outside;
	font-family: Georgia, "Times New Roman", Times, serif;
}
