p {
  font-family: "Trebuchet MS", "Times New Roman", serif;
  font-size: 0.8em;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #003300;
  text-align: justify;
}
p.right {
  text-align: right;
}
p.center {
  text-align: center;
}
h1 {
  font-family: "Trebuchet MS", "Times New Roman", serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  color: #808040;
}
h2 {
  font-family: "Trebuchet MS", "Times New Roman", serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: normal;
  color: #808040;
  text-align: left;
}
ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
  color: #003300;
}
pre {
  font-family: "Courier New", Courier, mono;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
}
code {
  font-family: "Courier New", Courier, mono;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
}
a.navbarlabels:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #FFFFFF;
  text-decoration: none; 
  font-style: normal;
  font-weight: bold;
}
a.navbarlabels:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-style: normal;
  color: #FFFFFF;
  font-weight: bold;
}
a.navbarlabels:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-style: normal;
  color: #CCCCCC;
  text-decoration: none;
  font-weight: bold;
}
a.navbarlabels:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
  color: #FFFFFF;
}
a.aspectlist:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #666666;
  text-decoration: none;
  font-weight: normal;
}
a.aspectlist:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}
a.aspectlist:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #999999;
  text-decoration: none;
  font-weight: normal;
}
a.aspectlist:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}
.caption {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}
.credits {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}
h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-style: normal;
  font-weight: bold;
  color: #808040;
  text-align: left;
}
.navbarlabels {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
li {
  font-family: "Trebuchet MS", "Times New Roman", serif;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #003300;
}


/* Re-style bullet lists - based on Listutorial css.maxdesign.com.au/listutorial/master.htm */
.bulletlist
{
	list-style: none;
	margin-left: 1em; /* was margin: 0;  then I changed it to 2em*/
	padding: 0;
}

li.squarebullet
{
	background-image: url(../images/buttons/squarebulletsmall.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em; /* was originally 0 50% which placed graphic bullet halfway down paragraph */
	padding: .05em 0 .05em 1.25em; /* was originally "padding: 3px 0 3px 20px;" */
	margin: .05em 0; /* was originally ".4em 0" */
}

div.aspectlistbox
{
/*	background-color:#CCCCCC; */
	width:148px;
	padding: 0.5em 0 0 0;
	border:1px solid #444;
}