td{
  font-family: Trebuchet MS;
  font-size: 13px;
}
#pagecontent{
  border-bottom: 1px solid #DADADA;
}
#leftbar{
  white-space: nowrap;
  background: #0250A8;
	height: 500px;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#0250A8', EndColorStr='#2084E9', GradientType='1');
}
#leftbar h1{
  background: #069B6F;
	font-size: 14px;
	margin: 0px;
  border-bottom: 1px solid #EEEEEE;
	font-weight: normal;
	color: #FFFFFF;
}
#leftbar a{
  padding: 4px 20px 4px 5px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #EEEEEE;
  background: url('images/link_tri.gif');
  background-repeat: no-repeat;
  background-position: center right;
}
#leftbar a:hover{
  background: #069B6F url('images/link_tri.gif');
  background-repeat: no-repeat;
  background-position: center right;
}
#mainbody{
  padding: 10px;
}
#mainbody h1{
  font-size: 18px;
  color: #069B6F;
  margin-bottom: 0px;
}
#mainbody h2{
  font-size: 14px;
  color: #0E70D3;
  margin-bottom: 0px;
}
#mainbody p{
  margin: 0px 0px 5px 0px;
	line-height: 130%;
}
#mainbody th{
  background: #0E70D3;
  color: #FFFFFF;
  font-weight: bold;
}
#mainbody td{
  background: #FFFFFF;
}
#mainbody ul{
  margin-top: 3px;
  margin-bottom: 3px;
  list-style-image: url('images/bullet_blue.gif');
}
#mainbody ol{
  margin-top: 3px;
  margin-bottom: 3px;
}
sup{
  font-size: 70%;
}
#moreinfo{
  background: #EEEEEE;
	border: 1px solid #000000;
	margin: 10px 0px;
}
#moreinfo h2{
  background: #666666;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	margin-top: 0px;
}
#moreinfo p{
  padding: 3px;
	margin: 0px;
}