html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	height: 100%;

	/* Default text appearance */
	color: #000E27;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td#heading {
	background-color: #050811;
	vertical-align: top;
}

td#headingArcLogo {
	background:url(/_images/aus_gov_logo.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #050811;

	vertical-align: top;
}

.print-heading {
	display:none;
}

.title-holder {
	position: absolute;
	top: 6px;
	left: 160px;
	right: 160px;
/*	width: 50%; */
	margin: 0 auto;
	text-align: center;
}

.title {
	margin: 0 auto;
	width:310px;
}

.logo {
	float: left;
}

.arcLink {
	position: absolute;
	right: 0%;
	width: 175px;
	height: 97px;
}

.subtitle {
	display: none;
/*
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-left: 1em;
*/
}

td#menu {
	/* Menu cell info */
	background:url(/_images/menu_bg.jpg) repeat-y;
	background-color: #050811;
	vertical-align: top;

	/* Menu font */
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 20px;
}

td#menuItem {
	/* Menu item info */
	background:url(/_images/button.png) no-repeat;

	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td#menuItem:hover {
	background:url(/_images/button_hover.png) no-repeat;
}

td#menuItemSelected {
	/* Menu item info */
	background:url(/_images/button_selected.png) no-repeat;

	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/*
.nav a {
	color: #dbe5ff;
}

.nav a:visited {
	color: #9cadde;
}

.navSelected a {
	color: #fff;
}

.navSelected a:visited {
	color: #fff;
}
*/

.menuBlock {
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 15px;

	line-height: 1.5em;

	position: relative;
	left: 0px;
	top: 0px;

	z-index: 2;
}

.searchBlock {
        margin-left: 0em;
/*        margin-top: 8em; */

        position: relative;
/*	display: none;  Hide until re-spider */ 
}

.adminBlock {
	margin: 6px;
	text-align:center;
	position: relative;
	z-index: 2;
}

td#menu a {
	color: #e0eaff;
}

td#menu a:visited {
	color: #9fb2ef;
}

.content {
	margin-left: 2em;
	margin-right: 5em;
	margin-top: 2em;
    max-width: 700px;
}
}

table#fullheight{
/*	height: 100%; */
}

li {
    padding-bottom:4px;
}
