/* 
Style Sheet written by Scott Tylor 09/02/05 for design of Westerly Centre Site.
*/

/* ----------------------------------------------------------------------------------->>>>*/
 
/* ---->> Default link colours */

h4 a:link {
color: #363636;
}
h4 a:visited {
color: #363636;
}

h4 a:hover {
color: #000000;
}

h4 a:active {
color: #363636;
}

A:link		{ 
			color: #003467; 		/* Dark Green */
			}

A:visited	{ 
			color: #003467; 		/* Dark Green */
			}

A:hover		{ 
			color: #363636; 		/* Lighter Blue */
			}

A:active	{ 
			color: #003467; 		/* Dark Green */
			}
			
/* Setup of link colours for currently active link */
A.sidenav_current:hover	
			{
			color: #000000; 		/* Dark Green & bold on roll-over*/
			}
			
A.sidenav_current:link	
			{
			color: #363636;
			}
			
A.sidenav_current:visited	
			{
			color: #363636;
			}
			
A.sidenav_current:active	
			{
			color: #363636;
			}
			
A.sidenav_link:link
			{
			color: #363636;
			}
			
A.sidenav_link:visited
			{
			color: #363636;
			}
			
A.sidenav_link:active
			{
			color: #363636;
			}
			
A.sidenav_link:hover
			{
			color: #000000;
			}
			
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-color: #6d6e70;
			}

#body_cell
			{
			background-color: #FFFFFF;
			color: #5A5A5A;
			font-size: 10px;
			text-align: justify;
			padding-left: 10px;
			padding-right: 40px;
			padding-top: 24px;
			margin-top: 0px;
			margin-right: 0px;
			height: 600px;
			}
			
DIV.body_content 
			{
			padding: 0px;
			}

DIV.body_content form {
			font-size:12px;
			color:#333;
			margin-bottom:10px;
			}

/* Sets heading colours and sizes. */
H1
			{
			color: #003467;
			font-size: 12px;
			}
			
H2
			{
			color: #003467;
			font-size: 11px;
			}
			
H3
			{
			color: #003467;
			font-size: 10px;
			}
			
H4
			{
			color: #003467;
			font-size: 10px;
			font-weight: normal;
			}
			
.mmc_link 	{
			color: #333333;
			font-size: x-small;
			font-family: Arial, Helvetica, sans-serif;
			position: absolute;
			right: 240px;
			}
				
			
/* ---->> 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	
			{
			padding-top: 30px;
			font-size: 12px;
			background-color: #ffffff;			
			}
			
			
/* ---->> Change of text size and colour of everything in Footer */			

#footer_row
			{
			background-image: url("/?f=115132"); /* bottom partial logo */
			background-repeat: no-repeat;
			background-position: bottom right;
			background-color: #ffffff;
			height: 58px;
			}
			
#footer_cell
			{
			height: 58px;
			}
			
#pagetop_cell
			{
			padding-top: 24px;
			}

#pageinfo_row
			{
			background-image: url("/?f=115131"); /* bottom panel tiling */
			background-repeat: repeat-x;
			background-color: #6d6e70;
			font-size: 80%;
			color: #363636;
			height: 120px;
			}
			
#pageinfo_row a:link
			{
			color: #363636;
			}
			
#pageinfo_row a:active
			{
			color: #363636;
			}

#pageinfo_row a:visited
			{
			color: #363636;
			}

#pageinfo_row a:hover
			{
			color: #000000;
			}
			
			
/* ---->> Top menu section settings */

#header_navbar
			{
			height: 94px;
			background-image: url("/?f=115135"); /* bottom panel tiling */
			background-repeat: no repeat;
			}
			
#header_table_2
			{
			vertical-align: bottom;
			}

#header_uwa_logo_cell	
			{
			background-image: url("/?f=115146");
			background-repeat: no-repeat;
			}	
			
ul.faq {
	line-height:1.5em;
}

.timestamp {
font-size:8px;
font-style:italic;
color:#666;
}

.newsheader {
font-size:12px;
font-weight:bold;
color:#003467;
}

.newsback {
background-image: url("/?f=121425"); /*news panel background */
background-repeat: no-repeat;
width:215px;
height:400px;
}

.news {
padding:23px 18px;
text-align:left;
}

.news img {
padding-left:6px;
padding-bottom:3px;
}