BODY {
  font-family: verdana;
  font-size: 11px;
}

strong {
	color: #333;
}

.heading {
	font-family: Helvetica, Verdana;
	font-size:14px;
	color: #666;
	padding: 2px;
	line-height: 18px;
}

.highlightbg {
	background-color:#ccc;
	padding: 8px;
	line-height: 16px;
}

ul {
	margin-top: 0px;
}

li.menulist {
	list-style: none;
	margin-left: 0px;
	padding-left: 0;
}

li.menucurrent {
	list-style-type: disc;
	list-style-image: url(images/arrow2.gif);
	margin-left: 0px;
	padding-left: 0;

}

li.submenulist {
	list-style: none;
	list-style-position: inside;
		list-style-image: url(images/arrow_blank.gif);
	text-indent: -41px;	
}

li.submenucurrent {
	list-style-type: disc;
	list-style-image: url(images/arrow2.gif);
	list-style-position: inside;
	text-indent: -41px;

}


#logoblock {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 190px;
  height: 90px;
  background-color: #fff;
  text-align: center;
  padding-top: 36px;
}

#menubar {
  position: absolute;
  top: 0px;
  left: 200px;
  width: 800px;
  background-color: #ccc;
  color: #666;
  text-align: right;
}

#pagetitle {
  position: absolute;
  top: 40px;
  left: 200px;
  width: 800px;
  color: #666;
  font-size: 20px;
  font-family: Helvetica, Arial;
}
#col0 {
  position: absolute;
  top: 90px;
  left: 0px;
  width: 190px;
  line-height:18px;
}

#col1 {
  position: absolute;
  top: 90px;
  left: 200px;
  width: 190px;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #ccc;
}

#col2 {
  position: absolute;
  top: 90px;
  left: 403px;
  width: 190px;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #ccc;
}

#col3 {
  position: absolute;
  top: 90px;
  left: 606px;
  width: 190px;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #ccc;
}

#col4 {
  position: absolute;
  top: 90px;
  left: 809px;
  width: 190px;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #ccc;
}

#credits {
  position: absolute;
  top: 680px;
  left: 200px;
  width: 800px;
  color: #666;
  font-size:9px;
  padding-bottom: 5px;
}

#splash {
  position: absolute;
  top: 90px;
  left: 200px;
  width: 800px;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #ccc;
  color: #999;
  font-size: 16px;
  font-family: Helvetica, Arial;
  line-height: 24px;
}

a.splash:link, a.splash:visited{
	text-decoration: none;
	color: #666;	
}

a.splash:hover{
	text-decoration: underline;
}

#splash .subheading{
	font-size: 14px;
}
