html {
    background-color: #DBBA77;

}

body {
    background-color: beige;
	margin:0px;
	padding: 0px;
	margin-top: 0px;
/*	height: 1000px; */
    border: 1px solid #80B299;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
   
}

h1 {
	font-size:2.0em;
	margin:5px 0px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
/*    color: #666666;  */
    color: black; 
	font-weight: 600;
}

h2 {
	font-size:1.6em;
	margin: 2px 0px 8px 0px;
/*	font-family: "Times New Roman", Times, serif; */
	font-family: Arial, Helvetica, sans-serif; 
/*    color: #666666;  */
    color: black; 
	font-weight: 600;
}

h3 {
	font-size:1.4em;
	margin:5px 0px 0 0px;
	font-family: "Times New Roman", Times, serif;
/*    color: #666666;  */
    color: black; 
	font-weight: 600;
}

h4 {
	font-size:1.2em;
	margin:5px 0px 0 0px;
	font-family: "Times New Roman", Times, serif;
/*    color: #666666;  */
    color: black; 
	font-weight: 600;
}

#masthead {

/*    position: absolute; */
/*    background-image: url(images/hhs_logohuge_80b299_sm.jpg);
    background-repeat: no-repeat;
    background-position: 40px center; */
    background-color: #80B299;
	height:80px;
	padding-top: 25px;
	padding-bottom: 1px;
    border-bottom: 8px solid beige;
	font-size:2.25em;
	font-family: "Times New Roman", Times, serif;
	line-height: 90%;
    color: #FAFAFA;
/*    color: #666666; */
/*    color: black; */
	font-weight: 500;

}

#masthead img.left_side {
	padding-left: 30px;
	margin-top: -5px;
	float: left;

}

#masthead img.right_side {
	padding-right: 30px;
	margin-top: -5px;
	float: right;
}


.wow {
/*	font-style: italic; */
	font-weight: bold;
	color: red;
}

.wow_big {
/*	font-style: italic; */
	font-weight: bold;
	font-size: 125%;
	color: red;
}

.bigbox {
	background: #E6EBFF;
	margin: 12px;
	padding: 14px;
	border: medium dashed #006699;
	text-align: center;
}

.bigfont {font-size: 22px}


#middlecol {

/*    position: absolute; */
	font-family:Arial, Helvetica, sans-serif;
/*    font-size:0.82em;    */
    font-size:0.95em;    
    background-color: beige;
/*    margin-left:165px ; */
/*    margin-right:200px ; */
    line-height: 1.50em;
/*    border-right: 1px solid grey; */
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    
    
}


.noindent {
    padding-left: 0;
    margin-left: 0;
}

.bluebox {
	text-align: center;
    padding: 5px 5px 5px 5px;
	background-color: #ECFFFF;
	border: medium double blue;
}

.bluebox a {
    color: #d9002c;
    font-weight: normal;
    text-decoration: underline;

}

.bluebox_borderless {
	text-align: center;
    padding: 5px 5px 5px 5px;
	background-color: #ECFFFF;
}

.bluebox_borderless a {
    color: #d9002c;
    font-weight: normal;
    text-decoration: underline;

}

.greenbox {
	padding: 1px 0px 4px 0px;
	background-color: #ECFDC7;
}

.hibox_grey {
	padding: 12px;
	margin: 12px 6px;
	background-color: #cccee3;
	
}

.hibox_grey h3{
	border-bottom:1px dotted #999;
}

img.right_img {float: right; padding-left: 5px }
img.left_img {float: left; padding-right: 8px }

.caption_right
{
	text-align: center;
	float: right; 
	padding-left: 5px;
    font-size:80%;    
    font-weight:bold;    
	line-height: 1em;
	color: maroon;
}

.caption_left
{
	text-align: center;
	float: left; 
	padding-right: 8px;
    font-size:80%;    
    font-weight:bold;    
	line-height: 1em;
	color: maroon;
}
.caption_center
{
	text-align: center;
    font-size:80%;    
    font-weight:bold;    
	line-height: 1em;
	color: maroon;
}

.dotline {
	border-top: 1px dotted #bbb;
	line-height: .25em;

}

.dashline {
	border-top: 1px dashed #ccc;
	line-height: .25em;

}

.solidline {
	border-top: 1px solid #D7D6D6;
	padding: 0px 0px 4px 0px;
	margin: 0em;
	visibility: visible;
/*	visibility: hidden; */
/*	visibility: visible; */

}

.hand {
    cursor: pointer;
}


hr {
	visibility: hidden;
/*	visibility: hidden; */
/*	visibility: visible; */

}


#footer {
    background-color: #80B299;
	height:40px;
    border-top: 4px solid green;
	color:#666666;
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;
	
}
#footer a {color:#999999}
#footer a:hover,#footer a:focus {color:#000000}
