*	{
	font-family: Garamond, Times, "Times New Roman", serif;
	margin: 0px;
	}
body {
  background: #f7eed9;
	}
img {
  border: 0px;
	display: block;
	}
p, ul, ol {
  border-collapse: separate;
  margin-top: 5px;
  margin-bottom: 10px;
	}
ul, ol {
  margin-left: 30px; /* resetting margins using universal selector (*) takes differently 
	between IE and Mozilla.  this left margin brings IE's bullets into sight, and just
	increases the Moz. indent */
	}	
h1 {
  position: relative;
	bottom: 60px;
	left: 220px;
	font-size: 175%;
	width: 70%; /* so box doesn't go off right side of screen and trigger scrollbar in Mozilla */
	}	
h2 {
  font-size: 120%;
  }
h3 {
  font-size: 100%;
	}	
#content h2 {
	width: 80%;
	border-bottom: 1px solid #000;
	margin-top: 20px;
	}
#content h3 {
  margin-top: 10px;
	}	
#banner {
	background: #fff url(../images/header-bk.gif) repeat-x;
	}
#container {
  width: 100%;
  float: left;
  margin-right: -230px; /* extra 30 is to take sidebar's 30px of horizontal margins into acct */
  }
#content {
  margin-right: 270px; /* extra pixels take sidebar's 30px of horizontal margins into acct and add padding between cols */
	margin-left: 10px;
	}
#sidebar {
  float: right;
  width: 200px;
/* setup for rounded corner box part 1 */
  width: 200px;
  margin: 0 5px 20px 20px;
  background: #D9A49C url(../images/boxBottom.gif) no-repeat bottom left;
/* end setup for rounded corner box part 1 */
  }
#sidebar p {
  margin: 3px;
	}
#footer {
  background: #a52029;
  border-top: 1px solid #039;
  border-bottom: 1px solid #039;	
	color: #fff;
  clear: both;
	font-size: 90%; 
  }
#footer a {
  color: #ffc;
	}
#footer p {
  margin-left: 10px;
	}	
.clearing {
  height: 0;
  clear: both;
}
/* setup for rounded corner box part 2 */
div#sidebar h2 {
	margin: 0;
  padding: 5px;
	color: #f7eed9;
  background: #a52029 url(../images/boxTop.gif) no-repeat top left;
  }
div#sidebar ul { /* if ul is used */
  margin: 0;
  padding: 10px;
	list-style-type: none;
	}
/* end setup for rounded corner box part 2 */
.small {
  font-size: 80%;
	}
#lastupdated {
	text-align: right;
	font-size: 80%;
	margin-top: 40px;
	}
