html, body{
	background: #013473 url(../i/p_bg.png) repeat-x; 
	margin:0; 
	 padding:0; 
} 
#pagewidth{
	background: #E7E7DE;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-right: 4px solid #000033;
	border-left: 4px solid #000033;
	border-bottom: 4px solid #000033;
} 
#wrapper {
	padding: 20px 20px 10px;
}
 
#head {
	background: url(../i/hiusa_header.png) no-repeat;
	height: 122px;
	width: 780px;
	position: relative;
	border-bottom: 2px solid #013473;
}
#topnav {
	font: 12px/32px Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 20px;
	color: #70A9DC;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#topnav a:hover {
	color: #9AC2E7;
	text-decoration: underline;
}

#navcontainer {
	width: 780px;
	height: 32px;
}
#navcontainer ul {
	text-align: center;
	font: 12px/32px Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	display: block;
	width: 130px;
	background: url(../i/nav_up.png) no-repeat;
	float: left;
}
#navcontainer li a {
	text-decoration: none;
	color: #000000;
	display: block;
}
#navcontainer li a:hover {
	color: #FFFFFF;
	background: url(../i/nav_over.png) no-repeat;
	display: block;
}

#undernav {
	background: url(../i/nav_breadcrumb.png) repeat;
	height: 5px;
	position: relative;
	width: 780px;
	border-bottom: 1px solid #333333;
}

#breadcrumbs {
	background: #D0D0BF;
	height: 20px;
	position: relative;
	width: 760px;
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	border-bottom: 1px solid #666666;
	padding-right: 20px;
}
#breadcrumbs a {
	color: #914800;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #914800;
	text-decoration: underline;
}
#leftcol{
	width: 430px;
	float:left;
	position:relative;
	border-width: 1px;
	border-style: solid;
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding: 15px;
	background: #FFFFFF;
  }
#leftcol a {
	color: #CC6600;
	text-decoration: underline;
}
#leftcol a:hover {
	color: #9F5000;
	text-decoration: none;
	border-bottom: 1px solid #0099FF;
}

#leftcol li {
	line-height: 16px;
	margin-bottom: 8px;
}

#leftcol h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #000066;
	margin: 10px 0px 0px;
	border-bottom: 1px solid #D7951C;
	padding-bottom: 10px;
}

#leftcol h2 {
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #000066;
	margin: 10px 0px 0px;
	border-bottom: 1px solid #0099CC;
	padding-bottom: 5px;
}

#leftcol h3 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000066;
	margin: 20px 0px 0px;
}
 
#rightcol{
	float: right;
	position: relative;
	width: 260px;
	font: 12px/24px Arial, Helvetica, sans-serif;
	text-align: left;
}
#rightcol ul {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
#rightcol a {
	color: #333333;
	text-decoration: underline;
	padding-left: 10px;
}
#rightcol a:hover {
	color: #666666;
	text-decoration: none;
}
#rightcol h4 {
	margin-bottom: 5px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #333333;
}
 
#footer{
	height:40px;
	clear:both;
	background: url(../i/p_footer_bg.png) repeat-x;
	font: 12px/40px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
	color: #DDDDDD;
 } 
#footer a {
	color: #DDDDDD;
	text-decoration: none;
}
#footer a:hover {
	color: #9AC2E7;
	text-decoration: underline;
}

.backtop a {
	color: #999999;
	text-decoration: none;
	float: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
.backtop a:hover {
	color: #000000;
	text-decoration: underline;
}
.underspace {
	padding-bottom: 10px;
}
.tablelist td {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #FF9900;
}
.tablelist table {
	margin-right: 10px;
	margin-left: 10px;
}
.historictable td {
	padding: 5px;
	vertical-align: top;
}
#petition td {
	padding-bottom: 5px;
	padding-left: 5px;
}
#petition input {
	font: 12px Arial, Helvetica, sans-serif;
}
#petition {
	background: #EEEEEE;
	border: 1px solid #333333;
	margin: 5px;
	padding: 8px 5px 5px;
}
#stampgallery td {
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 20px;
	vertical-align: top;
}

.missing {
	background: #BFFFBF;
}

a {
outline: none;
}
 
 /* *** Float containers fix: *** */ 

.clearfix:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

