body {
	margin: 0px;
	padding: 0px;
}
acronym, abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}
.iomgovtoolbar, .iomgovtoolbar td {
	background-color:  #000;
}
.iomgovlhs {
	text-align: left;
}
.iomgovcrest {
	padding: 0px 12px;
}
.iomgovicons {
	text-align: right;
	padding: 0px 12px;
}
.iomgovicons table {
	margin: 0px 0px 0px auto;
}
.trace {
	border-collapse: collapse;
	border-top: 6px solid #000;
}
.trace td, .trace th {
	vertical-align: top;
	text-align: left;
	padding: 4px;
	font-size: 12px;
	border: 1px solid #000;
	color: #000;
}
.trace td {
	background-color: #eef;
}
.trace th {
	background-color: #ddf;
}
.trace em {
	font-style: italic;
	font-size: 0.8em;
	background-color: #fff;
}
.englishtitle {
	text-align: left;
}
.manxtitle {
	text-align: right;
}
.rightpanel, .leftpanel{
	vertical-align: top;
}
.panelimage{
	margin-bottom: 10px;
}

/*
	New toolbar
*/
#iomgovtoolbar, #govnav, #govnavbar {
	_height: 36px; /*only for IE6 skip to content to display properly*/
	min-height: 34px;
}


.govclear {
	clear: both;
}
#govnavbar {
	min-height: 34px;
}

#iomgovtoolbar {
	background-color: #000;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
}

#govcrest {
	width:41px;
	height:33px;
	float:left;
	margin: 0 6px 0 2px;
}
#govlogos {
	width:198px;
	height:33px;
	float:left;
	display:inline;
}
#govlogos div {
	margin: 0 0 0 4px;
	padding: 0;
	border: none;
}
#govlogos img {
	margin: 0;
	display: block;
}


#goveng {
	height: 20px;
}
#govmanx {
	height: 11px;
}
#govnav {
	text-align:right;
	border-top: 2px solid #000;
}

#govnavedge {
	background-color: #f00;
	border: 17px solid #000;
	border-right-color: #fff;
	border-bottom-color: #fff;
	font-size: 0px;
	line-height: 0px;
	float: right;
	width: 0px;
	height: 0px;
	margin: -33px -25px 0 0;
}

/* Hide from IE/Mac \*/
#govnavedge{
	margin: 0;
}
/* End Hide */


#govnavbar {
	display: block;			
	background-color: #fff;
	color: #000;;
	float: right;
	padding: 0px 6px 0px 2px;
	vertical-align: bottom;
}
#govnavbar ul {
	display: block;
	margin: 6px 0;
	padding: 0;
	vertical-align: middle;
}
#govnavbar li {
	display: inline;
	list-style-type: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#govnavbar a {
	background-color: #f5f5f5;
	color : #000;
	border: 1px outset #ddd;
	padding: 2px 4px;
	text-decoration: none;
}
#govnavbar a:hover {
	border-style: inset;
	background-color: #e5e5e5;
}
/* Div to Clear the floats used above header that cause a problem in Firefox */
.clear{
	height:0;
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
		
}

#skip a,
#skip a:hover,
#skip a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
color:#fff;
}

#skip a:active,
#skip a:focus
{
position:static;
width:auto;
height:auto;
} 