/* CSS Document */
/*PUBLIC.CSS*/
/************************************************/
/*  CSS FOR SGGP				*****************/
/*  Author:		Michael Calagaz	*****************/
/*  Date:		5 June 2006		*****************/
/*  Version:	20060605-1625	*****************/
/************************************************/

div#Links
{
	text-align:right;
	float:right;
	position:relative;
	margin-top:-15px;
	font-size:1.2em;
	padding-right:4px;

}

div#Links a
{
	color:White;
	font-weight:bold;
}	

p#Activities a
{
	font-size:1.5em;
	color:#00A4DC;
}


div {
	text-align:left;
	width:100%;
}

h1
{
	font-style:normal;
	color:#00A4DC;
	font-size:2em;
	font-weight:bold;
}

h2
{
	font-style:normal;
	color:#00A4DC;
	font-size:1.4em;
}

/* AUGUST 5TH 2008 updated below */
div#title2
{
	/*position:absolute;*/
	position:relative;
	/*top:40px;*/
	z-index:200;
	/*z-index:200;*/
	margin:40px 0px 0px 820px;
	width:200px;
}


div#page {
	position:absolute;
	width:auto; /* ADDED IN AUGUST */
	/*width:1200px;  ADDED IN AUGUST */
	top:0;
	left:0;
	margin:0px auto;
	padding:0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#D1EEFC;						/* IMPORTANT: this value sets the background colour for #leftcolumn in order to make the column appear to run the full height */
	
}


div#siteBanner{
	min-height:90px;
	_height:90px;
	color:#FFFFFF;
	background-color:#00A3E4;
}


div#middleSection
{
	/* CONTAINER FOR LEFT AND RIGHT COLUMNS */
}


div#leftcolumn
{
	width:200px;
	float: left;
	height:auto;
	/* background-color is defined in div#page above in order to make this vertical bar apprear to run the full height of the page */
}


div#rightcolumn
{
	margin-left:200px;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
}


div#siteFooter {
	font-size:smaller;
	text-indent:8px;
	min-height:20px;
	_height:20px;
	min-height:20px;
	color:#FFFFFF;
	background-color:#00A3E4;
}


div#pageHeader {
	font-size:smaller;
	text-align:right;
	padding-right:8px;
	width:auto;
	min-height:20px;
	_height:20px;
	color:#00A4DC;
}

div#nav1 {
	background-color:#A0CF67;
	min-height:20px;
}

div#content{
	margin-top:8px;
	margin-bottom:8px;
	padding:8px;
	width:1028px; /* AUGUST 5TH 2008 set the pixels so everything would be in line with the right hand edge of the page */
	/*width:auto;*/
	/*height:400px;	*/			/* to make page height dynamic, remove these height rules or set height and max-height to AUTO */
	height:auto;
	max-height:auto; 		    /* AUGUST 5TH 2008 made it dynamic */
	/*max-height:auto;*/
	overflow:auto;
	background-color:#FFFFFF;
}

div#pageFooter{
	font-size:smaller;
	text-align:right;
	padding-right:8px;
	width:auto;
	min-height:22px;
	_height:22px;
	color:#00A4DC;
}

div#nav2 {
	font-size:smaller;
	font-weight:600;
	text-align:center;
	margin-top:60px;
	width:auto;
	height:auto;
	color:#00A4DC;
}

/* AUGUST 5TH 2008 updated below, top margin 42 pixels */
#logo
{
	position:absolute;
	/*position:relative;*/
	top:42px;
	/*top:px;*/
	left:10px;
	width:200px;
	height:100px;
	z-index:90;
}

#logo img
{
	border-style:none;
	
}


#siteBanner_TextArea_1{
	font-size:smaller;
	font-weight:600;
	padding-left:14px;
}

/* AUGUST 5TH 2008 added in link to gha.net.au and text style for the link. Using the span ID then the anchor */
#siteBanner_TextArea_1 a {
	font-weight:600;
	padding-left:14px;
	color:white;
	text-decoration: none;

