html {
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 76%; 
}

body {
  margin: 0; 
  padding: 0;
  color: #000000;
  background-color: #ffffff;
}

/* default tag attributes, mostly used in content */
p { 
  font-size: 1.0em; 
  line-height: 1.5em; 
  margin: 1.2em 0em 1.2em 0em; 
} 
h1 { 
  font-size: 1.2em; 
  color: #CC0000; 
} 
h2 {
	font-size: 1.1em;
	color: #CC0000;
} 
.main {
  line-height: 1.5em;
  font-weight: bold;
}
h3 { 
  font-size: .9em; 
  color: #000000;
  font-weight: bold; 
} 

h4, h5, h6 { 
  font-size: 1.0em; 
  color: #CC0000;
}

li { 
  margin: 0.2em 0em 0.2em 0em; 
  line-height: 1.5em; 
} 
 
select, input, textarea, button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
}
  
/* layout divs and their respective attributes */
div#container { 
  background: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  }


div#colourblock {
  position: absolute;
  top: 0px;
  left:0px;
  right: 0px;
  height: 100px;
  width: 100%;
  margin-right: 0px;
  z-index: 0;
  }

  
div#masthead {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 170px;
  height: 100px;
  background: white url(http://global.curtin.edu.au/images/masthead/masthead_ffffff.gif) 0px 0px no-repeat;
  z-index: 1;
  }
div#masthead #print_logo { display:none; }

div#utility {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top:0.1em;
  z-index: 1;
  }
div#utility span {
  border-right: 1px solid #000000;
  padding:0em 0.5em 0.2em 0.2em;
  font-size: 0.8em;
  color: #000000;
  }
div#utility span#last {
  border-right: 0px;
  }
div#utility a {
  color: #000000; 
  }
div#utility a:link {
  text-decoration: none; 
  }
div#utility a:visited {
  text-decoration: none; 
  }
div#utility a:hover {
  text-decoration: underline; 
  }
div#utility a:active {
  text-decoration: underline; 
  }


div#siteheading {
	position: absolute;
	top: 25px;
	left: 185px;
	font-size: 1.1em;
	color: #CC0000;
	z-index: 3;
	width: 238px;
  }
div#siteheading a {
  font-size: 1.8em;
  color: #CC0000;
  font-family: arial, verdana, helvetica, sans-serif; 
  text-decoration: none;
  }


div#topnavigation {
  position: absolute;
  top: 73px;
  left: 185px;
  width: 50em; /* 6 tabs */
  z-index: 6;
  }
div#topnavigation span {
  float: left; 
  border-left: 1px solid #666666;
  padding: 0em 1em 0em 0.15em;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.05em;
  height: 27px;
  width: 7em;
  }
div#topnavigation a {
  color: #666666;
  text-decoration: none;
  }
div#topnavigation a:link {
  text-decoration: none; 
  }
div#topnavigation a:visited {
  text-decoration: none; 
  }
div#topnavigation a:hover {
  color: #CC0000;
  text-decoration: none;  
  }
div#topnavigation a:active {
  text-decoration: underline; 
  }
div#topnavigation a.selected {
  color: #CC0000;
  font-weight: bold;
  }
  

div#menunavigation {
  position: absolute; 
  top: 100px; 
  left: 0px; 
  width: 170px;
  background-color: #ffffff;
  z-index: 5;
  }
div#menunavigation ul {
  margin: 0px 0px 0px 0px;
  padding-left: 0px;
  width: 100%;
  }
div#menunavigation ul ul {
  margin: 0px 0px 0px 0px; 
  padding-left: 11px; 
  width: 155px;
  background-color: #eeeeee;
  }
div#menunavigation ul ul ul {
  margin: 0px 0px 0px 0px; 
  padding-left: 11px;
  width: 140px;
  background-color: #eeeeee;
  }
div#menunavigation li {
  margin: 0px 0px 0px 0px;
  padding: 1px 1px 3px 3px;
  list-style-type: none;
  line-height: 1.1em; 
  }
div#menunavigation a {
  font-size: 0.8em; 
  color: #000000; 
  }
div#menunavigation a:link {
  text-decoration: none; 
  }
div#menunavigation a:visited {
  text-decoration: none; 
  }
div#menunavigation a:hover {
  text-decoration: underline; 
  }
div#menunavigation a.active {
  text-decoration: underline; 
  }
div#menunavigation li.selected {
  background-color: #eeeeee;
  }
div#menunavigation ul a.selected {
  color: #CC0000;
  font-weight: bold;
  list-style-type: none;
  text-decoration: none; 
  }
div#menunavigation ul a.selected:hover {
  text-decoration: none;
  }
div#menunavigation ul ul a.selected {
  color: #CC0000;
  font-weight:normal;
  list-style-type: none;
  text-decoration: none; 
  }
div#menunavigation ul ul a.selected:hover {
  text-decoration: none;
  }
div#menunavigation ul ul ul a.selected {
  color: #CC0000;
  font-weight:normal;
  list-style-type: none;
  text-decoration: none; 
  }
div#menunavigation ul ul ul a.selected:hover {
  text-decoration: none;
  }
div#menunavigation ul.global {
  background-color: #CC0000;
  color: #ffffff;
  }
div#menunavigation ul.global a {
  color: #ffffff;
  }
div#menunavigation ul.global a.selected {
  color: #CC0000;
  }


div#content {
  position: relative;
  margin-top: 100px;
  margin-left: 170px;
  margin-right: 200px;
  padding: 10px 15px 10px 15px; 
  background-color: #eeeeee;
  z-index: 5;
  }

div#content_nosml {
  position: relative;
  margin-top: 100px;
  margin-left: 170px;
  margin-right: 0px;
  padding: 10px 15px 10px 15px; 
  background-color: #eeeeee;
  z-index: 5;
  }
  
  
div#sml_content {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 200px;
  z-index: 3;
  }

div#footer {
  position: relative;
  margin-left: 170px;
  padding: 10px 15px 5px 15px;
  font-size: 0.8em; 
  color: #000000;
  }
div#footer a {
  color: #999999; 
  text-decoration: none; 
  }
div#footer a:link {
  text-decoration: none; 
  }
div#footer a:visited {
  text-decoration: none; 
  }
div#footer a:hover {
  color: #666666; 
  text-decoration: underline; 
  }
div#footer a:active {
  text-decoration: underline; 
  }

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 0.9 ems;
}

link a:link { 
  color: #000000; 
} 
link a:visited { 
  color: #000000; 
} 
link a:active { 
  color: #000000; 
} 
link a:hover {
  color: #000000; 
}
  
.lglink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 0.9 ems;
	font-weight:bold;
}

lglink a:link { 
  color: #C00000; 
} 
lglink a:visited { 
  color: #C00000; 
} 
lglink a:active { 
  color: #CC0000; 
} 
lglink a:hover {
  color: #CC0000; 
}
.floatleft {
	float: left;
	position: relative;
	margin: 5px;
}
.floatright {
	text-align:right;
	margin: 5px;
	float: right;
	clear: right;
}
.centered {
	text-align: center;
}