/* NRCHC stylesheet - last updated: 17 July 2005 */
/* 
  by: P&E webworks
  Paul Hartono (p4ul81@yahoo.com)
  Elisa Soerjono (soerjono@unimelb.edu.au)
*/

body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bgnorepeat {
 	background-repeat: no-repeat;
}

.pageheading {
  color: #336699;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
}

.pagecontent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
  color: #666666;
  line-height: 17px;
}

a, a:link, a:visited {
 color: /*#999966*/#0000FF;
 text-decoration:none;
}

a:hover {
  color: #0000FF;
  text-decoration:underline;
}

.caption{
  font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	font-weight: bold;
 	color: #666666;
}

table {
    color: #666666;
 	font-size: 12px;
	border-collapse: collapse;
}

.footer {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a.footer , a:link.footer, a:visited.footer {
  text-decoration:none;
  color: #FFFFFF;
}

a:hover.footer {
  text-decoration:none;
  color: #888888;
}

.siteby {
  color: #666600;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a.siteby, a:visited.siteby, a:link.siteby {
  text-decoration:none;
  color: #666600;
}

a:hover.siteby {
  text-decoration:none;
  color: #888888;
}

hr.dotted {
  border-top: thin dashed #CCCCCC;
}



/*******************************/
/* Navigation Menu on left bar */
/*******************************/

#left {
	display:inline;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #E6EEF7;
	border: 0px none;
	width: 180px;
}

#nav {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	margin-left: 0px;
	padding: 0px;
	color:#330099;
	background: #C6D9EC;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav a {
	background-image: url("images/bullet.gif");
	background-position:left;
	background-repeat:no-repeat;
	text-indent:16px;
	display: block;
	padding: 3px;
	width: 180px;
	background-color: #C6D9EC;
	border-bottom: 1px solid #FFFFFF;
}

#nav a:link, #navlist a:visited{
	color: #330099;
	text-decoration: none;
}

#nav a:hover{
	font-weight:bold;
	background-color: #E6EEF7;
	color: #330099;
}

#subnavlist ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#subnavlist a {
	background-image: url("images/arrow-indent.gif");
	background-position:left;
	background-repeat:no-repeat;
	text-indent:20px;
	display: block;
	padding: 3px;
	width: 180px;
	background-color: #E6EEF7;
	border-bottom: 1px solid #FFFFFF;
}

#subnavlist a:link, #navlist a:visited{
	color: #330099;
	text-decoration: none;
}

#subnavlist a:hover{
	background-image: url("images/bullet-sub.gif");
	background-color: #F7F7F7;
	color: #330099;
}

 /* selected states */
 #nav ul li a#current
 {
	background-color: #F7F7F7;
	font-weight: bold;
 }

 #nav ul ul li a#current
 {
	background-image: url("images/bullet-sub.gif");
}