﻿@import url("styles/layout.css");
body {
	margin: 0px;
	background-color: #555533;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 12pt;
	color: white;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	background: #283227 url('images/hh_backgrd.gif') no-repeat left top;
	border-right: 5px solid  black;
	border-left: 10px solid #666644;
	border-bottom: 10px solid black;
}
#masthead {
	/* background-color: #EEEECC; */
	font-family: "Times New Roman", Times, serif;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px 30px 0px 0px;
}
#navigation {
	background-color: #CCCC99;
	margin-left: 275px;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	/* background-color:#FFFFFF; */
	padding: 0px;
	margin: 20px 0px 0px 20px;
}
#column_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 13pt;
	overflow: hidden;
	font-weight: normal;
	color: white;
	float: left;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	/* background-color: #F9F9EC; */
	color: white;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #555533;
	font-style: italic;
	font-size: 16pt;
	line-height: 10pt;
	text-align: right;
	font-weight: bold;
}	
#masthead h2 {
	color: #999977;
	font-style: italic;
	font-size: 14pt;
	line-height: 8pt;
	text-align: right;	
}
#masthead h3 {
	color: white;
	margin-bottom: 0px;
	text-align: right;
	font-size: 12pt;
	line-height: 6pt;
	font-style: italic;
	font-weight: bold;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}

/* Styles for Left Column #column_left */
#column_left ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#column_left li {
	line-height: 16pt;
	width: 175px;
	/* float: left; */
}
n_left a {
	margin: 0 1px;
	padding: 5px;
	border: 0px solid #cc9;
	display: block;
	text-decoration: none;
}
#column_left a {
	color: white;
	text-decoration: none;
}
#column_left a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}

#column_left a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}

h1 {
	font-size: 14pt;
	color: white;
	margin-top: 0px;
}
h2 {
	font-size: 12pt;
	color: #333311;
	margin-top: 0px;
}
h3 {
	font-size: 11pt;
	color: #444422;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #555533;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: black;/* #6A6AB4 */
}
a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 9pt;
}
#footer a {
	color: white;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

