body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background: white url(sidebar_ie.gif) 0 0 repeat-y;  
  margin: 0;
  padding: 0;
}
html>body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background: white url(sidebar.gif) 0 0 repeat-y;  
  margin: 0;
  padding: 0;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #009900;
	font-size:18px;
	font-weight:bold;
}
#header {
	margin: 5px 50px 2em 200px;
	background: white url(stripe.gif) 0 50px repeat-x;
	height: 60px;
}
html>body #header {
	margin: 5px 50px 2em 180px;
	background: white url(stripe.gif) 0 50px repeat-x;
	height: 60px;
}
#header img {display: block;}
#header #subhead {
	position: absolute; top: 57px; left: 205px;
}
html>body #header #subhead {
	position: absolute; top: 57px; left: 185px;
}
#menu {
	position: absolute; top: 0px; left: 0; width: 150px;
	border-right: 1px solid #000;
	padding: 15px 0 15px 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #009900;
	color: #333;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #BFF2BF;		
}
#menu li {
	border-bottom: 1px solid #BFF2BF;
	margin: 0;
}
#menu li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #009900;
	border-right: 10px solid #009900;
	background-color: #006600;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
html>body #menu li a {
	width: auto;
}
#menu li a:hover {
	border-left: 10px solid #00CC00;
	border-right: 10px solid #00CC00;
	background-color: #00AD00;
	color: #fff;
}
#content {
	margin: 5px 50px 2em 200px;
}
html>body #content {
	margin: 5px 50px 2em 180px;
}
#promote {
  float: right; width: 30%;
  padding: 0 0 0 5%; margin: 0;
}
.copy {
	text-align: center;
	font-size: 8pt;
	color: white;
	padding-top: 10px;
}