#page {
  text-align: center;
}
#page-contents {
  width: 800px;
  margin: 0 auto;
  background-color: white;
  text-align: left;
}

#headerbar {
	height: 206px;
	background: url(headerbar.png);
}
#header {
	height: 206px;
	width: 800px;
	background: url(header.png) no-repeat;
}
#header h1
{
	height: 206px;
	width: 800px;
}


#sidebar
{
	width: 150px;
	float: left;
	margin-top: 20px;
}
#sidebar ul
{
	list-style-type: none;
	line-height: 1.5em;
	/*padding-left: 20px;*/
	text-align: left;
}
#sidebar ul li
{
	color: #3060ba;
	border-bottom: 1px solid #3060ba;
	padding-left: 20px;
}
#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active
{
	width: 100%;
	display: block;
	color: #3060ba;
	/*margin: 2px;*/
}
#sidebar ul li a:hover
{
	text-decoration: none;
	color: #3060ba;
}
#sidebar ul li span
{
	color: #3060ba;
}
#sidebar ul .active span
{
  display: block;
  background-color: #ffff66;
  font-weight: bold;
}
#sidebar ul .title
{
  background: url(sidebar-icon.png) 20px center no-repeat;
  padding-left: 40px;
  font-size: 1em;
  font-weight: bold;
  color: gray;
  text-transform: uppercase;
  height: 17px;
  border-bottom: 0px solid white;
  margin-bottom: 10px;
}
#sidebar ul .separator
{
  height: 1px;
  margin-bottom: 10px;
  border-bottom: 0px solid white;
}

#contents-body
{
  background-color: white;
  min-height: 300px;
  height: 300px;
  text-align: left;
}
#contents > #contents-body {
  height: auto;
}
#contents-body ul, #contents-body ol
{
	/* list-style: square;*/
	margin-left: 20px;
	margin-bottom: 20px;
}
#contents li
{
	color: #3060ba;
}
#contents-body
{
  width: 610px;
  padding: 20px;
  float: right;
}

#footer
{
	clear: both;
  width: 800px;
	text-align: left;
	height: 33px;
	line-height: 33px;
	background: #3060ba url(menubar.png) repeat-x;
	border-top: 4px solid #ffff66;
}
#footer p
{
  color: white;
  padding: 0 20px;
  margin: 0;
}

.floatright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.edit
{
  float: right;
}
.pdf {
  background: url(pdf.gif) left center no-repeat;
  padding-left: 22px;
  height: 16px;
}

dt {
  clear: both;
  float: left;
  color: gray;
  width: 150px;
}
dd {
  display: block;
  margin-left: 170px;
  text-align: left;
  padding-left:5px;
}
dt, dd {
  margin-bottom: 10px;
}
* html dd {
  display: inline-block;
  padding-left:2px;
}