/* new */

html,
body,
#wrap {
	min-height: 100%; /*Viewport height*/
	width: 100%;
	height: 100%; /*Effectively min height for IE5+/Win*/
}
html>body,
html>body #wrap {
	height: auto; /*Hides IE hack from IE with child selector*/
}
body {
/*	background-color: #222; */
	background-image: url(graphics/bgstripe2.gif);
	position: relative; /* for IE6 */
	background-repeat: repeat-y;
	margin: 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
@font-face {
    font-family: 'symbol_signsbasis_set';
    src: url('fonts/symbol-signs-webfont.eot');
    src: url('fonts/symbol-signs-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/symbol-signs-webfont.woff2') format('woff2'),
         url('fonts/symbol-signs-webfont.woff') format('woff'),
         url('fonts/symbol-signs-webfont.ttf') format('truetype'),
         url('fonts/symbol-signs-webfont.svg#symbol_signsbasis_set') format('svg');
    font-weight: normal;
    font-style: normal;

}
h2 {
	font-style: italic;
	font-weight: bold;
	color: #236;
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 2px;
}

table {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
}
table td {
	padding: 0px;
}
iframe {
	border: 0px;
}
#header,
#leftSpace {
	line-height: 0.8em; /* fixes vertical spacing html4 > html5 */
}

#wrap {
	width: 100%;
	max-width: 1280px;
	position: absolute;
	top: 0px;
	left: 0;
	visibility: visible;
}
#main {
	margin-left: 200px;
	margin-bottom: 60px; /*Footer space*/
	/*	height: 100%;*/
	padding-left: 6px;
	padding-right: 3px;
	margin-top: 18px;
}
#outer {
	width: 86%;
	max-width: 1024px
}
#outer1 {
	/*	height: 100%;*/
	width: 100%;
}
#outer1 .lt {
	padding-right: 18px;
	vertical-align: top;
}
#outer1 .rt {
	width: 160px;
	text-align: center;
	vertical-align: top;
}
#inner {
	width: 100%;
	padding-left: 12px;
	border-left: 1px solid #98a5be;
	padding-top: 6px;
}
#header {
	width: 100%;
	text-align: left;
	margin-top: 18px;
	padding-top: 0px;
	margin-bottom: 0px;
}
#header .hdcc,
#memheader .hdcc {
	background-image: url(graphics/hccblack.jpg);
	background-repeat: no-repeat;
	background-position: left -22px;
	height: 39px;
	border-bottom: 1px solid #d00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header .hdccbg {
	background-color: #161513;
}
#header .title {
	padding-left: 12px;
	padding-top: 11px;
	padding-bottom: 6px;
	border-bottom: 1px solid #003399;
}
#header img {
	border-style: none;
}
#foot {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer {
	width: 100%;
	padding-left: 220px;
	padding-right: 178px;
}
#sidestuff .notenm p{
	font-size: 18px;
	color: #330033;
	line-height: 24px;
	font-weight: bold;
}

/* Legacy */

	td.topbar {
	font-size: 12px;
	background: #DADADA;
	text-align: center;
	height: 18px;
	width: 12%;
	border: solid;
	border-width: 0px 1px 1px;
	border-color: #FFFFFF #B3B3B3 #B3B3B3 #FFFFFF;
	font-weight: bold;
}
td.topbar a {
	color: #999999;
	text-decoration: none;
	display:block;
	border: #DADADA solid;
	border-width: 2px 0px
}
td.topbar a:hover {
	color: #666666;
	display:block;
	border: #CCCCCC solid;
	border-width: 2px 0px;
	background: #CCCCCC
}


/* More legacy

.dkblue {
	color: #000066
}
.imgr {
}
.gcelli {
	vertical-align: top
	width: 127px;
	height: 128px;
	border: #C8CEC8 solid;
	border-width: 1px 0px 0px;
	text-align: right;
	padding-top: 12px;
	padding-left: 12px;
}
.gnavcell {
	text-align: center;
	border: #C8CEC8 solid;
	border-width: 1px 0px 0px;
	background: #F5F5F5;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px
}
.gnavlink {
	font-weight: bold;
	text-decoration: none;
	color: #BBBBBB
}*/
.intro,
.introcol {
	font-size: 12px;
	line-height: 17px;
	padding: 0px 0px 0px 1px;
	text-align: justify;
	vertical-align: top;
}
#sidestuff .notenm ul{
	color: #222;
}
.intro a,
.copyi a {
	color: #09348a;
	text-decoration: none;
	border-bottom: 1px dotted #09348a;
}
.intro a:visited {
	color: #3157a3;
	border-bottom-color: #3157a3;
}
.intro a:hover {
	color: #c51313;
	border-bottom-color: #c51313;
}
.intro img {
	float: right;
	border: 1px solid #999;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 18px;
}
.intro strong {
	color: #333;
}
.intro ol, .intro ul {
	margin-top: 6px;
	margin-bottom: 3px;
}
.intro ol {
	list-style-type: decimal;
}
.intro li {
	text-align: left;
	padding-bottom: 4px;
	padding-right: 18px;
}
.intro .title{
	font-weight: bold;
	margin-bottom: -3px;
	color: #036;
	font-size: 14px;
}
.intro .toprule {
	padding-top: 15px;
	border-top: 1px solid #741;
	margin-top: 18px;
}
.introcol, .introcol strong {
	color: #990033;
}
.introcol a {
	color: #990033;
	text-decoration: none;
	border-bottom: 1px dotted #990033;
}
	
.introHide {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 0px;
	overflow: hidden;
}
.linkline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666699;
	padding-bottom: 15px;
}
.linkline a {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	border-bottom: 1px dotted #039;
	padding-bottom: 1px;
}
.linkline a:hover {
	border-bottom-style: solid;
}
.linkline a:visited {
	color: #3366cc;
	border-bottom-color: #36c;
}
.link {
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 7px;
	line-height: 14px;
}
.link a {
	color: #003399;
	text-decoration: none;
	border-bottom: 1px dotted #003399;
	padding-bottom: 1px;
}
.link a:visited {
	color: #3366cc;
	border-bottom: 1px dotted #3366cc;
}
.link a:hover {
	color: #003399;
	border-bottom: 1px solid #003399;
}
.note {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
}
.notebld {
	font-size: 10px;
	font-weight: bold;
	color: #660033;
	line-height: 13px
}
.noteblu {
	font-size: 10px;
	font-weight: normal;
	color: #003399
}
.notehead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #660033;
	padding: 16px 0px 0px 1px
}

.listhead, .listitem, .listitem1, .listitem2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 8px;
	vertical-align: top;
}
#moreButt {
	background-color: #113344;
	color: #F5F5F5;
	padding-top: 3px;
	padding-bottom: 2px;
}
.listitem {
	background-color: #99CC99;
	color: #003333;
	border-bottom: 1px solid #88bb88;
}
.listitem1 {
	border-bottom: 1px solid #DDDDDD;
	font-weight: normal;
}
.listitem2 {
	background-color: #FFCC66;
	color: #000033;
}

.topsp {
	height: 9px
}
.gallcopy {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333
}
.gauth {
	font-size: 10px;
	margin: 7px 0px 0px
}
.ghead {
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: top;
	padding: 1px 0px 2px 6px;
	background: #003333;
	line-height: 13px
}
.gitem {
	font-size: 11px;
	background-color: #99CC99;
	color: #000033;
	vertical-align: top;
	padding: 1px 6px 2px
}
.gcell {
	text-align: center;
	vertical-align: bottom;
	height: 128px;
	width: 25%;
	border-top: 1px solid #C8CEC8;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 9px;
}
.gcellg {
	padding: 15px 0px 8px 9px;
	text-align: center;
	vertical-align: bottom;
	border: #C8CEC8 solid;
	border-width: 1px 0px 0px;
	height: 160px
}
.gtitle {
	font-size: 18px;
	height: 20px;
	color: #003399;
	padding: 0px 0px 3px;
	white-space: nowrap;
}
.gtitlei {
	font-size: 14px;
	vertical-align: top;
	color: #003399;
	padding: 16px 12px 2px 9px;
	border: #C8CEC8 solid;
	border-width: 1px 0px 0px
}
.gtitle a,
.gtitlei a {
	text-decoration: none;
	color: #003399;
	border-bottom: 1px dotted #355fb3;
	padding-bottom: 1px;
}
.gtitle a:hover,
.gtitlei a:hover {
	color: #003399;
	border-bottom: 1px solid #1144CC;
}
.gintro {
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0px 8px 1px;
	color: #333333;
	text-decoration: none;
}
.panocell {
	text-align: center;
	vertical-align: bottom;
	border: #C8CEC8 solid;
	border-width: 1px 0px 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 9px;
}
#leftBox {
	width: 200px;
	top: 134px;
}
#leftSpace {
	text-align: left;
	margin-right: 0px;
	padding-top: 30px;
	padding-left: 38px;
	font-size: 12px;
	color: #CCCCCC;
}

#navbox {
	border-collapse: collapse; 
	border-spacing: 0;
}

#navbox td {
	padding-left: 0px;
	padding-bottom: 6px;
	padding-top: 6px;
}
#navbox img {
	border: 0;
}
#navbox .lt {
	border-bottom: 1px solid #555555;
}
#navbox .rt {
	border-bottom: 1px solid #CCCCCC;
	padding-left: 2px;
}
#navbox .arr {
	width: 13px;
}
#navbox #topcell .rt {
	border-top: 1px solid #CCCCCC;
}
#navbox #topcell .lt {
	border-top: 1px solid #555555;
}
#navbox .rt:hover {
	border-bottom: 1px dotted #CC0000;
	padding-right: 2px;
	border-right: 1px solid #CC0000;
}
#navbox #topcell .rt:hover {
/*	border-top: 1px dotted #cc5252; */
}
#links {
	padding-top: 12px;
	border-top: 1px solid #003399;
	text-align: center;
	width: 100%;
}
#iside {
	height: 720px;
	width: 144px;
	margin-top: 0px;
	padding-right: 12px;
	padding-left: 0px;
	/*	border-left: 1px dotted #C00;*/
	margin-bottom: 24px;
}
#logo {
	left: 46px;
	top: 16px;
	background-image: url(graphics/hart-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo,
#logo img {
	height: 128px;
	width: 118px;
	border-style: none;
}
#logo,
#leftBox {
	position: absolute;
	visibility: visible;
}
#val {
	text-align: right;
	position: absolute;
	bottom: 10px;
	width: 160px;
	visibility: visible;
	right: 0px;
}
#val a {
	text-decoration: none;
	border-style: none;
}
#val img {
	margin-right: 36px;
}
.nowrap {
	white-space: nowrap;
}
.notbold {
	font-weight: normal;
}
.notjust {
	text-align: left;
}
.redbold {
	font-weight: bold;
	color: #C00;
}
.white {
	color: #FFF;
	font-weight: normal;
}
.newmem {
	font-weight: bold;
	color: #0a0;
	font-size: 1.2em;
}
.pgTopTableMargin {
	margin-top: 16px;
}
#menu {
	width: 100%;
	background-color: #2d2d2d;
	margin-left: 1px;
	border-right: 1px solid #f8f8f8;
	background-image: url(graphics/hccblack0.jpg);
	background-repeat: no-repeat;
	background-position: -12px;
}
#menu td {
	width: 20%;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
}
#menu .button {
	width: 110px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ddd;
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #2d2d2d;
	margin-top: 4px;
	margin-bottom: 4px;
	white-space: nowrap;
	border-top: 2px solid #666;
	border-bottom: 2px solid #000;
	border-right: 1px solid #222;
	border-left: 1px solid #3c3c3c;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-weight: bold;
}
#menu .button:active {
	border-bottom: 1px solid #666;
	border-top: 1px solid #000;
	border-left: 1px solid #222;
	border-right: 1px solid #3c3c3c;
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu .button a {
	color: #dadada;
	text-decoration: none;
	display: block;
}
#menu .button a:hover {
	color: #eee;
}
#meeting {
	background-color: #FFF;
	margin-top: 18px;
	border: 1px solid #630;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	margin-bottom: 18px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius: 6px;
}
#meeting p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #730;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
#meeting a {
	color: #730;
	text-decoration: none;
	border-bottom: 1px dotted #630;
}
.accessible {
	font-family: symbol_signsbasis_set;
	font-size: 150%;
	line-height: 75%;
}
.accessible a,
.accessible a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom-color: #f5f5f5;
}
#mnav {
	display:none;
}
#mheader {
	height: 0px;
	width: 90%;
	overflow: hidden;
	visibility: hidden;
}
.displayNone , .dum{
	display: none;
}
