body {
	background-color: #FFFFFF;
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url("http://www.financeminister.gov.au/images/bg_leftmargin.jpg");
	/*/*/background-image:   url("../images/bg_leftmargin.jpg"); /* */
	background-repeat: no-repeat;
	background-position: 0 120px;	
	/*css shorthand values: Top Right Bottom Left */
	margin: 0;
	padding: 0;
}

/*font family for page*/
body, div, p, td, ul {
	font-family: Arial, verdana, sans-serif;
}

/*Contains Logo at top of Page*/
#HeaderDiv {
	height:124px;
	background:transparent;
	top:0;
	left:0; 
	width:100%;
	z-index:50;
}

.crest {
	float:left;
}

#bgCrestDiv {
	background-image:   url("../images/crest_title.gif");
	background-repeat: no-repeat;
	background-position: left;	
	top:10px;
	left:10px;
	width:490px;
	height:100px;	
	z-index:1;		
}
#bannerBgDiv {
	background-image:   url("../images/banner_tanner.jpg");
	height:124px;	
	background-repeat: no-repeat;
	background-position: right top;
	width:100%;	
	z-index:1;
}


/* Connects the Header DIV to the main content and navigation divs
#ConnectDiv {
	position:absolute; 
	left:236px; 
	top:48px; 
	width:165px; 
	z-index:50;
}*/

/* Div that sits atop the navigation menu
#NavTopperDiv {
	position:absolute; 
	left:36px; 
	top:48px; 
	width:185px; 
	z-index:50;
}*/


/*the thick border above the main content Div (cDiv) 
#contentCap {
	background-color: #333333;
	margin: 0 0 2px 0;
	min-width: 400px;
}*/

/* The main content Div */
#cDiv {
	
	font-size:.85em;
	margin-left: 225px;
	margin-right:220px;
	padding:10px 30px 20px 20px;
}
#cDiv a:link {color:#0657A8;}
#cDiv a:visited {color:#669999;}
#cDiv a:hover {color:#FD8E2C;}
#footer a:link {color:#0066cc; font-weight:bold;}
#footer a:visited {color:#669999; font-weight:bold;}
#footer a:hover {color:#FD8E2C; font-weight:bold;}

h1 {
	font-size: 160%;
	font-weight:bolder;	
	color: #001177;
}

h1.print {
	font-size: 120%;
	font-weight:bolder;
	color:#000000;
	border-bottom-style: solid;
	margin-bottom:-10px;
	margin-top:25px;
}

h2 {
	padding: 10px 0 0 22px;
	font-size: 135%;
	margin: 30px 0 0 0;
	font-weight:bold;	
	color: #000;
	background: url("../images/bg_h1.jpg") no-repeat;
	height:35px;		
}
h2.media {
	text-align:center;
	color: #000000;
	background:none !important;
	height:auto;
}
h2.transcript {
	color: #000000;
	background:none !important;
	padding: 0 !important;
	font-size: 120% !important;
	height:auto !important;
}

.newsHeading {
	padding: 10px 0 0 22px;
	font-size: 135%;
	margin: 36px 0 0 0;
	font-weight:bold;	
	color: #000;
	background: url("../images/bg_h1.jpg") no-repeat;
	height:35px;	
}
h3 {
	font-size: 120%;
	margin: 36px 0 0 0;
	font-weight:bold;	
}
h4 {
	font-size: 105%;
	margin: 36px 0 0 0;
	font-weight:bold;	
}

/*The Footer DIV*/
#footer {
	padding: 6px 20px 6px 6px;
	margin: 0;
	font-size: .75em;
	
	text-align:center;
	
}

/*Contains the Expand All and Collapse All controls*/
#search {
	padding:0 5px 5px 5px !important; /*top, left, bottom, right*/
	border-bottom: 1px solid #ffffff; 	
}

#gallery {
	/*/*/color: #ffffff;
	font-weight:bold;
	font-size: 83%;
	background-color: #343399;
	padding: 10px 0 10px 0;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #0066cc;/* */
	text-align:center;
	
}
/*
#CtrlDiv {
	font-size:90%;
	font-weight:bold;
	color:#ffffff;	
	border-bottom: 1px solid #000000; 
	background-color:#0099CC;
	padding: 4px 0px 4px 0px; 
	position:absolute;
	left:0px;
	top:105px;	
	width: 180px;
	

}
#CtrlDiv a {
	font-size:80%;
	color:#ffffff;	
	text-decoration: none;
	padding: 10px;
}
#CtrlDiv a:hover {
	text-decoration: underline;
}*/

/*fixes image display bug in Netscape 6 for images in the CtrlDiv
#CtrlDiv img {
	display: block; 
}*/


/*Container Div for the navigation Menu*/
#navDiv {
	float:left;
	margin-left:0;
	position: absolute;	
	left:0;
	top:165px;
	padding:0 0 20px 0;	
	width:180px;
}

#navDiv2 {
	float:right;
	position: absolute;
	right:0;
	top:130px;
	width:190px;
	padding:5px 0 7px 5px ;
	margin:0;
	background:#E7ECF5 url("../images/bg_corner.gif") no-repeat bottom left;
}

#navDiv2_border {
	padding:0 0 0 5px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}

#links{
	background:#E7ECF5 url("../images/bg_links.gif") repeat-x top left;
	padding:0 0 5px 0;
}

/* The navigation Div*/
#p7TMnav  {
	
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #000000;
	font-size: .75em;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/color: #000000;
	font-weight:bold;
	font-size: .75em;
	background:transparent  url("../images/bg_nav_line.gif") no-repeat bottom left;
	padding: 4px 0 4px 0;
	text-indent: 10px;
	text-decoration: none;
	display: block;
	/* */
}
#p7TMnav div a.first {
	background:transparent  url("../images/bg_nav_line2.gif") no-repeat bottom left !important;
}
#p7TMnav div a.last {
	background:none !important;
}

#p7TMnav div a:hover {
	color: #003C90;
}

/*The Link styles for second-level menuitems
#p7TMnav div div a {
	color: #222222;
	font-size: .8em;
	
	border-bottom: 1px solid #222222; 
	border-top: 1px solid #eeeeee;
	padding: 2px 0 2px 0;
	margin-right:0px;
	text-indent: 10px;
}
#p7TMnav div div a:hover {
	color: #000000;
	
	border-top: 1px solid #ffcc66 ;
}
*/
/*The Link style for third-level menuitems and lower
#p7TMnav div div div a {
	font-size: 13px;
	color: #666666;
}*/

/*The Link style for fourth-level menuitems and lower*/
/*To set a specific style for the fifth level, add a div to the selector*/
/*Fifth-level example syntax: p7TMnav div div div div div a {declaration}*/
/*#p7TMnav div div div div a {
	font-size: 11px;
}*/

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	/*background-repeat: no-repeat;
	background-image:    url(../../MFA%20website/styles/p7geo_plus.gif);
	background-position: 0 50%;*/

}
.p7minusmark {
	/*background-repeat: no-repeat;
	background-image:    url(../../MFA%20website/styles/p7geo_minus.gif);
	background-position: 0 50%;*/
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
a.p7currentmark {	
	color: #003C90 !important;	
}


/* ----------other font and display styles ------------*/
.mediatable {
	margin-left:50px;
	padding:2px;
	width:80%;
	border-top: 1px solid #0657A8;
	border-right: 1px solid #0657A8;
	border-bottom: 3px solid #333;
	border-left: 1px solid #0657A8;
}
.mediatable td {
	font-size:.9em;
 	padding:3px;
}
#datatable, .datatable {
	padding:5px;
	width:80%;
	border:1px solid #0657A8;	
	border-bottom: 3px solid #333;	
}

.datatable td {
	padding:10px;
	background-color:#efefef;
}
/* ----------styles for the monthly financial statements ------------*/
.mfs_table {
	padding:5px;
	width:85%;
	border:1px solid #ccc;	
	border-bottom: 2px solid #ccc;	
	font-size:.9em;
	border-collapse:collapse
}

.mfs_table td { padding:3px; vertical-align:bottom; }

.mfs_table th {
background:none !important;
font-weight:bold ;
vertical-align:bottom;
border-bottom:1px dotted #ccc !important;
}
th.table_cell_background, td.table_cell_background {
background:#ddd; !important 
}
.table_cell_indent {
padding-left:20px !important; 

}
.table_cell_indent2 {
padding-left:40px !important; 

}
.table_cell_alignRight_Underline {
text-align:right !important;
border-bottom:1px dotted #ccc !important;
}

.table_cell_alignCenter_Underline {
text-align: center !important;
border-bottom:1px dotted #ccc !important;
}
th.table_cell_alignCenter_Underline_bg {
background:#ddd !important; 
text-align: center !important;
border-bottom:1px dotted #ccc !important;
}
.table_cell_alignRight_Underline_bg {
text-align:right !important;
border-bottom: 1px dotted #ccc !important;
background:#ddd !important 
}
.table_cell_alignRight_bg {
text-align:right !important;
background:#ddd !important; 
}
.table_cell_alignRight_doubleUnderline {
text-align:right !important;
border-bottom: double #ccc !important;

}
.table_cell_alignRight_doubleUnderline_bg {
text-align:right !important;
border-bottom: double #ccc !important;

background:#ddd !important 
}
/*double*/


.jointtable {
	padding:3px;
	width:90%;	
	border:none;
}
.jointtable td{
	font-size:.9em;
}
.contactstable{
	width:90%;
}
.contactstable td{
	font-size:.9em;
}
.contactstable th{
	background:none !important;
	font-weight:bold ;
}
.table_cell_alignRight {
text-align:right !important;
}
.table_cell_alignCenter {
text-align: center !important;
}
.table_cell_underline {
border-bottom:1px dotted #ccc !important;
}
.table_no_border{ border:0;}

td {
	vertical-align:top;
}

th {
	padding:3px;
	color:#000000;
	background-color:#CEDCF6;
	text-align:left;
	vertical-align:top;
}

hr {
	margin-top:10px;
	margin-bottom:10px;
}
li {
	padding-bottom:10px;
}
ul.homeList {
	list-style:none !important;	
}
.homeList li {
padding:5px 5px 10px 5px;
	background:transparent url("../images/bg_list_line.jpg") no-repeat right bottom;
}

.footnote {
	font-size: 90%;
}
p.footnote {
  padding-top:0px;
  margin-top:0;
}

/*header block for printer friendly pages*/
#printonly {
	display:none;
	margin: 0;
	padding: 0;	
}
input {
	font-family: Arial, verdana, sans-serif;
}
input.hidden {
	visibility:hidden;
	height:1px;
} 
input.button {
	color:#ffffff;
	font-weight:bold;
	background-color: #343399;
}
form {
	padding:0;
	margin:8px 2px 5px 2px !important;
}
.homepageImage {
	float:right;
	padding-left:20px;
}
.date {
 color:#676767;
 font-size:.85em;
}
.back_to_top {
	background:transparent url("../images/back_to_top.gif") no-repeat left 50%;
	padding-left:15px;
	margin-top:30px;
	margin-left:10px;
	font-size:.85em;
}

/*---this class is assigned to search form labels in the search box and headings for menu lists to hide them from sighted users---*/
.nosize {
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
}
#webcast {
padding:10px;
text-align:center !important;

}

#rotatingImage, #webcastImage {
	float:right;
	padding:0 3px 10px 20px;	
	background:#fff url("../images/bg_rotatingimage.gif") no-repeat top right ;
}

#webcastImage img {
border:1px solid #A3ACC5;
}

