/* Centrelink style sheet used for help and privacy files on the secure server  */ 
/* This is a supplement to the centrelink style sheet */
/* Version 1.1 */
/* Created by: Scott Vincent 05 September 2001 */
/* Last Updated: 23/06/2003 - changes made to accomodate accessibilty review June 2003*/
/* Last Updated by: Scott Vincent   */

ul.second-list {
	margin-left : 3%;
}

p.navlinks {
	color : #000;
	background-color: #fff; 
	font-size: 75%; 
	text-align: center;	
}
p.logo {
	margin-top : 2%;
	margin-bottom : 2%;
}



/* General styles - can be used across different tags */
.last-updated {
	font-weight: bold;
	font-size: 85%;
	text-align: left;
	color: #000;
	margin-left: 7%;
	background-color: #fff;
}

.indent3 { margin-left: 3%; }
.indent5 { margin-left: 5%; }
.indent8 { margin-left: 8%; }
.indent10 { margin-left: 10%; }
.middle { text-align: center; }
.nav-block {
	color : #000;
	background-color: #fff; 
	font-size: 80%; 
	margin-left: 10%;
	margin-right: 0%;
	text-align: center;
	margin-top: 5%;
}
.error {
	color : #FF0033;
	background-color : #fff;
	font-weight : bolder;
	font-size : 120%;	
}


