/* 
Style Sheet written by Scott Tylor 09/02/05 for design of Westerly Centre Site.
*/

/* ----------------------------------------------------------------------------------->>>>*/
 
/* ---->> Default link colours */

h4 a:link {
color: #969937;
}
h4 a:visited {
color: #969937;
}

h4 a:hover {
color: #c6ca2c;
}

h4 a:active {
color: #969937;
}

A:link		{ 
			color: #969937; 		/* Dark Green */
			}

A:visited	{ 
			color: #969937; 		/* Dark Green */
			}

A:hover		{ 
			color: #c6ca2c; 		/* Lighter Blue */
			}

A:active	{ 
			color: #969937; 		/* Dark Green */
			}
			
/* Setup of link colours for currently active link */
A.sidenav_current:hover	
			{
			color: #080808; 		/* Dark Green & bold on roll-over*/
			}
			
A.sidenav_current:link	
			{
			color: #464646;
			}
			
A.sidenav_current:visited	
			{
			color: #464646;
			}
			
A.sidenav_current:active	
			{
			color: #464646;
			}
			
A.sidenav_link:link
			{
			color: #464646;
			}
			
A.sidenav_link:visited
			{
			color: #464646;
			}
			
A.sidenav_link:active
			{
			color: #464646;
			}
			
A.sidenav_link:hover
			{
			color: #080808;
			}
			
A.black:link
			{
			color: #000000;
			}
			
A.black:visited
			{
			color: #000000;
			}
			
A.black:active
			{
			color: #000000;
			}
			
A.black:hover
			{
			color: #969937;
			}


/* ---->> These specify various font sizes and colours used throughout the site */


			
/* Sets colour of text throught the whole site. This is the default text size and colour.
   Also sets background in the main body to white.
*/
body		{
			background-image: url("/?f=117301"); /* top banner */
			background-color: #9c9c9c;
			background-repeat: no-repeat;
			}

#body_table	{
			position: absolute;
			top: 170px;
			background-color: #FFFFFF;
			}

#body_cell
			{
			color: #5A5A5A;
			font-size: 12px;
			text-align: justify;
			padding-left: 10px;
			padding-right: 40px;
			padding-top: 0px;
			margin-top: 0px;
			margin-right: 0px;
			height: 600px;
			}
			
DIV.body_content 
			{
			padding: 0px;
			
			}

/* Sets heading colours and sizes. */
H1
			{
			color: #969937;
			font-size: large;
			}
			
H2
			{
			color: #969937;
			font-size: medium;
			}
			
H3
			{
			color: #969937;
			font-size: medium;
			}
			
H4
			{
			color: #969937;
			font-size: small;
			font-weight: bold;
			}
			
.mmc_link 	{
			color: #333333;
			font-size: x-small;
			font-family: Arial, Helvetica, sans-serif;
			}
				
			
/* ---->> This simply adds the background image behind the menu and adds some space 
   between the top of the menu and the first menu item. */
			
td#site_map_cell	
			{
			background-image: url("/?f=117304"); /* menu image */
			background-repeat:	no-repeat;
			padding-top: 10px;
			font-size: 12px;
			font-weight: bold;
			background-color: #ffffff;			
			}
			
			
/* ---->> Change of text size and colour of everything in Footer */			

#footer_row
			{
			background-color: #ffffff;
			}
			
#pagetop_cell
			{
			padding-top: 24px;
			}

#pageinfo_row
			{
			
			background-image: url("/?f=117303"); /* bottom panel tiling */
			background-color: #9c9c9c;
			font-size: 80%;
			color: #363636;
			height: 120px;
			}
			
#pageinfo_row a:link
			{
			color: #424310;
			}
			
#pageinfo_row a:active
			{
			color: #424310;
			}

#pageinfo_row a:visited
			{
			color: #424310;
			}

#pageinfo_row a:hover
			{
			color: #000000;
			}
			
			
/* ---->> Top menu section settings */

#header_navbar
			{
			position: absolute;
			top:84px;
			height: 110px;
			border: 0px;
			margin: 0px;
			padding: 0px;
			background-repeat: no repeat;
			}
			
#header_table_2
			{
			vertical-align: bottom;
			}

#header_uwa_logo_cell	
			{
			background-color: #969921;
			}	