/* general page styles */
/*regional*/
	body { 
		margin				: 15px 0 0 0; 
		background			: #b8beab;
		}
	
	a, a:visited { 
		color				: #003399;
		}
		
	a:hover, a:focus {
		color				: #009999; 
		}
		
/* standard page width, and page position -- */
	#page_width {
		width				: 950px;
		}
		
/* inner container and border */
	#page_container_outer {
		background			: #d6d9cc url(http://images.regional.org.au/sites/iasl/images_tpl/page_container_outer_bg.gif) no-repeat top right;
		padding				: 20px 20px 10px 20px;
		}
	
	#page_container_inner {
		}	
	
	#page_container_inner { 
		border				: 1px solid #cccccc; 
		padding				: 10px;
		background			: #ffffff; 
		}

/* header and header image */
	#header_image { 
		background			: #054d99 url(http://images.regional.org.au/sites/water/images_tpl/banner.jpg) no-repeat left top; 
		height				: 100px; 
		}
		
	#header_image_left { 
		}
		
	#header_image_right { 
		}	

/* top Navigation */
	#top_nav {  
		background			: #3294e1 url(http://images.regional.org.au/sites/water/images_tpl/menu_bg.gif) repeat-x left top; 
		height				: 24px;
		}
	
	#top_nav a, #top_nav a:visited {   
		color				: #ffffff; 
		font-weight			: bold;
		}
	
	#top_nav a:hover, #top_nav a:active  { 
		color				: #ffffff;
		background			: #3294e1;
		}

/* left menu column */
	#menu_col {
		width				: 160px; 
		padding				: 0px;
		}
	#menu ul li a, #menu ul li a:visited  {
		color				: #333333;
		}
		
	#menu ul li a:hover, #menu ul li a:active  {
		color				: #333333;
		background			: #f5f8e0;
		}
		
	#menu ul li a:visited img, #menu ul li a img {
		padding				: 0 10px;
		}

/* content under left menu */
	#menu_content ul li a:visited, #menu_content ul li a {
		color				: #767a7d; 
		}
	
	#menu_content ul li a:hover, #menu_content ul li a:active {
		color				: #333333; 
		}

/* right menu Column */	
	#menu_col_right {
		width				: 180px; 
		}
		
	#menu_right ul li a:hover, #menu_right ul li a:active  {
		color				: #333333; 
		}

/* content under right menu */
	#menu_content_right ul li a:visited, 
   	#menu_content_right ul li a {
       color				: #767A7D;
       }
   
   #menu_content_right ul li a:hover {
       color				: #003399;
       }
	   
/* content column */
	   
	#content_col {
		background-color	: #FFFFFF;
		margin				: 0 200px 0 180px;
		}
		
/* footer */

	#footer_container a {
		color				: #ffffff;
		}

/* general page styles for text, lists, tables headings etc. */
	h1 {
		color				: #444444;
		}
		
	h2 {
		color				: #444444;
		}
	
	h3 {
		color				: #444444;
		}
	
	h4 {
		color				: #444444;
		}
		
	h5 {
		color				: #444444;
		}
		
	h6 {
		color				: #444444;
		}
	