*, body { 
/* The style '*' has top margin in Firefox. IE6 doesn't recognise '*'. */
  font-family:"Arial";
  font-size:14px;
  margin:0;
  padding:0;
  color:#024;
  line-height:140%;
}
body, div#left-nav {
	background:url(images/nav-fill.png) top left repeat;
}
div#content {
  background-color:#eff;
}
img{
  border:none;
}

#head-logo,
#header-left {
	position: absolute;
	top: 0px;
	left: 0px;
}
#header-left{
  height:164px;
}
#head-logo,
#header-right{
  height:136px;
}
#head-logo {
  background: url(images/header-filler.png) top left repeat-x;
  width:100%;
}
#header-right{
  background: url(images/header-right.png) top right no-repeat;
}

h1#pageheading{
  position:absolute; /* We don't want variations to effect the rest of the page */
  top:53px;
  left:230px;
  width:560px;
  margin:0;
  padding:0;
  line-height:100%;
  background-color:transparent;
}
div#left-nav{
  position:absolute;
  top:192px;
  left:8px;
  width:145px;
  height:200px;
}
div#content {
  margin-top:16px; /* Top margin accommodates header */
  margin-left:161px; /* Left margin accommodates left-nav */
  padding:32px 8px 32px 32px; /* Left padding puts border midway between #left-nav and #content */
  border-left:1px solid #adf;
}
body>div#content { /* IE6 doesn't process this stuff */
  width:auto;
  min-width:75%;
  max-width: 1280px;
}
div#content div.contents {
  padding:0px 5px;
	font-size:12px;
	line-height:140%;
}
div#content ul,
div#content div.contents ul {
  padding-bottom:18px;
	margin-left:25px;
}
div#content ul li,
div#content div.contents ul li {
  list-style-image: url(images/bullet.png);
	padding-left:0px;
	font-size:12px;
	line-height:120%;
}
h2#description{
  margin:72px 32px 40px 32px;
  padding:4px 16px;
  text-align:center;
  background-color:#def;
  border:1px solid #adf;
  font-size:18px;
  line-height:120%;
}
h2#description br{
  margin:0;
  padding:0;
}
div#footer{
  margin-top:-24px;
	padding:24px 0;
  text-align:center;
  font-size:10px;
  border-top:1px solid #adf;
	background-color:#eff;
}
div.centered {
  text-align:center;
}

table.contents{
	margin-left:-16px;
	width:100%;
}
td.left-sidebar,
td.right-sidebar,
td.content{
	padding:5px;
	vertical-align:top;
}
td.left-sidebar{
	width:100px;
}
td.right-sidebar{
	width:190px;
}
td.contents{
	border-left:solid 1px #adf;
	border-right:solid 1px #adf;
	min-width:75%;
}
div#content div.sidebar div,
div#content div.sidebar p,
div#content div.sidebar h3,
div#content div.sidebar h3 span,
div#content div.sidebar h4,
div#content div.sidebar ul li{
	color:#468;
	font-family:sans-serif
}
div#content div.sidebar div,
div#content div.sidebar p,
div#content div.sidebar h3,
div#content div.sidebar h4,
div#content div.sidebar ul li{
	line-height:120%;
}
div#content div.sidebar div,
div#content div.sidebar p,
div#content div.sidebar ul li,
div#content div.sidebar div a{
	font-size:.85em;
}
div#content div.sidebar p{
	margin-bottom:6px;
}
div#content div.sidebar div,
div#content div.sidebar li{
	margin-bottom:2px;
}
div#content div.sidebar ul li{
  list-style:disc;
	list-style-position:inside;
	margin-left:-24px;	
}
div#content div.sidebar h3,
div#content div.sidebar h4{
	text-align:center;
}
div#content div.sidebar h3{
	font-size:15px;
	margin-top:12px;
}
div#content div.sidebar h4{
	font-size:12px;
	margin-top:9px;
}
span.source{
  font-size:16px;
  font-weight:bold;
  color:#00a
}
div#content div.sidebar span.source{
  font-size:12px;
}
td{
	padding:3px;
}

div.open-quote,
div.close-quote,
blockquote {
  width: 220px;
}
div.open-quote{
  background: url(images/pullquote-top.png) no-repeat;
  height:70px;
  margin-bottom:-25px; /* moves the top image */
}
div.close-quote{
  background: url(images/pullquote-bottom.png) no-repeat;
  height:87px;
  margin-top:-40px; /* moves the bottom image */
}
blockquote {
  float: right;
  padding: 0;
  margin: 0px 0px 0px 32px;
  position: relative;
  background: url(images/pullquote-body.png);
}
p.quoteBody {
  font-family: "Times New Roman";
  font-size: 21px;
	margin-left:-5px; /* LHS of text */
  width: 160px; /* width of the text */
  line-height:120%;
  font-weight: bold;
  padding:20px;
  text-align: center;
}
hr{
	border:solid 1px;
	border-color:#fff #00b #00b #fff;
	margin:32px;
}
