body {
  margin:0;
  padding:0;
  color:#000000;
  text-align:center;
  font-family:Verdana,Arial,Helvetica,Sans-Serif;
  font-size: 8pt;
  background:#F0F0F9;
  
  }


  
  .sidebar {
	padding-top:0px;
	background:#F0F0F9;
	text-align: left;
	width:175px;
	font-size:8pt;
	line-height:12pt;
	vertical-align: top;
	border-left:solid 0px #A9A9B9;
	}
	
		
	.sidetext {
	padding-left: 8px;
	padding-right: 8px;
	font-size:8pt;
	line-height:12pt;
  }

  .sidetext A:link { color: #111111; text-decoration: none; padding: 2px; padding-left: 3px; padding-right: 3px; margin: 2px;}
  .sidetext A:visited { color: #111111; text-decoration: none; padding: 2px; padding-left: 3px; padding-right: 3px;  margin: 2px;}
  .sidetext A:hover { color: #0000aa; background: #FFFFE1; padding: 1px; padding-left: 2px; padding-right: 2px; border-left:solid 1px 
  		#B0B0B0; border-right:solid 1px #777777; border-top:solid 1px #B0B0B0; border-bottom:solid 1px #777777;  margin: 2px;}
  .sidetext A:active { color: #cc0000; text-decoration: none;}
  
  
  
.sidebar ul {
  padding:0;
  margin:0;
  list-style:none;
  align: left;
  }

.sidebar ul li {
  padding: 2px 4px 0px 10px;
  margin-bottom: 4px;
  background-image: url(elements/linkbullet.gif);
  background-repeat: no-repeat;
  line-height:10pt;
  text-align: left;
  }

 
.sidebar h2 {
  font-size:1em;
  color: #6666aa;
  padding-top: 6px;
  margin-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #b0b0e0;
  text-align: left;
  }


/* ---- formatting ---- */

h1,h2,h3,p {
  margin-top:0;   /* Eliminates gap in IE5 */
  margin-bottom:0;
  }

p {
  padding:0.7em 0;
  }

h1 {
  font-size:1.3em;
  }

h2 {
  font-size:1em;
  color: #6666aa;
  margin-bottom: 5px;
  }

h4 {
  font-size:1em;
  color: #000000;
  margin-bottom: 7px;
  margin-top: 0px;
  text-decoration: none;
  font-weight: normal;
  }


hr {
  height:1px;
  color: #F0F0F9;
  border:none;
  border-bottom:dashed 0px #F0F0F9;
  padding: 0px;
  margin: 0px;
  }



