 
 /********************** PLEASE NOTE ************************* /  
 /															   /		
 / Please follow the directions above each section. They will  /
 / let you know what changes or additions can be made          /
 / IMPORTANT: Please ensure you are familiar with CSS protocol /
 / before making ANY CHANGES								   /
 /															   /
 /*************************************************************/ 
 
 
 
 /****************** Site constant tags ********************** /  
 /															   /		
 / The tags below are NOT to be modified, deleted or added to. /
 / Doing so will result in deviation from the UQ template.     /
 /															   /
 /*************************************************************/

 
 
 body 		 	 		{ background: #FFFFFF; margin: 0px; font-size : 70%; }
 td.toplinks 	 	 	{ background-color: #367FCC; }
 td.header 	 	 		{ background-image: url("images/header-background.gif"); background-repeat: repeat; }
 td.searchbar 		 	{ font-size: 95%; height: 21px; background-image: url("images/gradient.gif"); background-repeat: repeat; }
 td.searchbarmill 		 	{ font-size: 95%; height: 21px; background-image: url("images/gradientmill.gif"); background-repeat: repeat; }
 td.feedback	 	 	{ font-size: 90%; height: 19px; background-image: url("images/feedback-gradient.gif"); background-repeat: repeat; }
 td.feedback a:link		{color:#FFFFFF; text-decoration:none}	
 td.feedback a:active	{color: #FFFFFF; text-decoration:none}			
 td.feedback a:visited	{color: #FFFFFF; text-decoration:none}			
 td.feedback a:hover	{color: #FFFFFF; text-decoration:underline}			
  td.feedbackmill	 	 	{ font-size: 90%; height: 19px; background-image: url("images/feedback-gradientmill.gif"); background-repeat: repeat; }
 td.feedbackmill a:link		{color:#FFFFFF; text-decoration:none}	
 td.feedbackmill a:active	{color: #FFFFFF; text-decoration:none}			
 td.feedbackmill a:visited	{color: #FFFFFF; text-decoration:none}			
 td.feedbackmill a:hover	{color: #FFFFFF; text-decoration:underline}	
 input.searchbutton     { vertical-align: bottom; }
 .quicklink             { font-size: 11px; background-color : #FAFAFA; width: 178px; } 
 #breadcrumb 		 	{ background-color: #FAFAFA; border: 1px #E4E4E4 solid;	padding: 2px; margin-left: 10px; margin-right: 10px; }
 #content 	         	{ padding: 2px; margin-left: 10px; margin-right: 10px; }
 #relatedlink 		 	{ background-color: #FAFAFA; border: 1px #E4E4E4 solid; padding: 2px; margin-left: 0px; margin-right: 10px; font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 14px; color: #333; }
 td.contentheader 	 	{ font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 18px;	font-weight: bold; color: #333; }
 font,th,td,p	   	 	{ font-family: Verdana, Arial, Helvetica, sans-serif; }
 input,textarea,select  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; }
 .footer 				{ font-size: 85%; color: #999999; }
 .searchbar				{ margin: 0; }
 .contentlist			{ margin-left: 0; margin-top:0; padding-top:0; padding-left: 0; list-style: none;}
 .contentlist li  		{ padding-left: 0;}
 .sectionheader			{ font-family: Arial, Verdana, Helvetica, Sans-Serif; font-weight: bold; font-size: 130%;}
 /********************* Link Colour ************************** /  
 /															   /		
 / To make a change to the link colour and mouseover/hover     /
 / state of the link text, please change the color in BOTH     /
 / tags below if required. 	   								   /
 /															   /
 /*************************************************************/
 
 
 
 a:link,a:active,a:visited 		{ color : #0033CC; text-decoration:none;  }
 a:hover						{ color : #0033CC; text-decoration: underline; }

 

 /**************** Background Colour Tags ******************** /  
 /															   /		
 / The background colour of the navigation menu and divider    /
 / can be modified here. They should both be the SAME colour.  /
 /															   /
 /*************************************************************/

 
 
 td.menu    { background-color: #F4F4E3 }
 td.divider { background-color: #9E4250; height: 20px; }
 
 
 
 
 /******************** Navigation Menu *********************** /  
 /															   /		
 / The Navigation Menu on all new templates are CSS controlled /
 / Only ONE element of the menu can be modified (below)        /
 / i.e. the colour of the mouseover/hover state.			   /
 / 															   /
 /*************************************************************/
 
  
 /********* Navigation Menu Tags - Do not modify these  *******/ 
  
 table.navtable 			{ width: 190px; }
 	
 #navcontainer ul { margin-left: 6px; padding: 0; list-style-type: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

 #navcontainer li { margin: 0 0 .2em 0; }

 #navcontainer a { display: block; color: #000; background-color: #FFFFFF; width: 14em; padding: .4em .8em; text-decoration: none; }

  /*** Navigation Menu Tags - You can modify the hover (background) colour **/ 
 #navcontainer a:hover { background-color: #F3F3E9; color: #000; }	
 
 
   
 /***************** Content (Level 2) Pages ****************** /  
 /															   /		
 / Please DO NOT modify any of these tags. They are separate   /
 / from the constant tags (above) as they serve their purpose  /
 / in only the content (Level 2) pages.                        / 
 / 															   /
 /*************************************************************/

 
 
 #breadcrumb 		{ background-color: #FAFAFA; border: 1px #E4E4E4 solid; padding: 5px; margin-left: 10px; margin-right: 10px; }
 #content 			{ padding: 2px; margin-left: 10px; margin-right: 10px; }
 #relatedlink 		{ background-color: #FAFAFA; border: 1px #E4E4E4 solid; padding: 2px; margin-left: 0px; margin-right: 10px; font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 14px; color: #333; }
 td.contentheader 	{ font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 18px; font-weight: bold; color: #333; }
 table.infotable    { background-color: #FAFAFA; border: 1px #E4E4E4 solid; padding: 2px; margin-left: 2px; margin-right: 2px; width: 161px; }


table.feature		{background-image: url(images/feature-bg.jpg); background-repeat: repeat-x; }
 .featureheader { font-size: 140%; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #105B9A; } 
 #featuretext {float: left; width: 90%; margin-left: 15px}
 .featuremiddle {background-image: url(images/feature-middle.jpg); background-repeat: no-repeat;}
 
 .largetext			{ font-family: Arial; font-weight: bold; color: #105B9A; font-size: 14px; }
 a.largetext a:link 	{ color: #105B9A; text-decoration : none; }
 a.largetext a:active{ color: #105B9A; text-decoration : none; }
 a.largetext a:visted{ color: #105B9A; text-decoration : none; }
 a.largetext a:hover	{ color: #105B9A; text-decoration : none; }
 
 #newsbox 					{ margin: 0 2px 20px 2px; padding: 0; border: 1px solid #9E4250; background-color: #FAF7E9;  width: 150px; }
 #newsheader							{ margin: 0 5px ; padding: 0; color:#105B9A; font-family: Arial, Verdana, Helvetica, Sans-Serif; font-weight: bold; font-size: 130%; text-align: left;  }
 #newsheader	 a:link			{ color: #105B9A; text-decoration: none; text-align: center;  }
 #newsheader	 a:visited 	{ color: #105B9A; text-decoration: none; text-align: center; }
 #newsheader	 a:hover		{ color: #105B9A; text-decoration: underline; text-align: center;}
 #newsheader	 a:active		{ color: #105B9A; text-decoration: none; text-align: center; }
 
 .newslist 					{ margin: 0 5px; padding:0 5px 5px 5px; list-style-image: url(images/newsbullet.gif); }
 .newslist li 				{ margin: 0 auto; padding: 4px 10px 4px 5x;}
 .newslist li a:link		{ color : #000; text-decoration: none; font-size: 0.9em}
 .newslist li a:visited 	{ color : #000; text-decoration: none; }
 .newslist li a:hover		{ color : #000; text-decoration: underline; }
 .newslist li a:active		{ color : #000; text-decoration: none; }
 .newslist ul	{margin: 10px; padding: 0;}
 
 .homelist	{ margin-left: 0; margin-top:0; padding-top:0; padding-left: 0; list-style: none; }
 .homelist li { padding-left: 0;}
 .homelist li a:link		{ color : #000; text-decoration: none; }
 .homelist li a:visited 	{ color : #000; text-decoration: none; }
 .homelist li a:hover		{ color: #0033CC; text-decoration: underline; }
 .homelist li a:active		{ color : #000; text-decoration: none; }
 .homelist ul	{margin: 10px; padding: 0;}
 
 .contentcentre {text-align: center; padding-right: 150px }

