* { padding: 0px; margin: 0px; }
body {
	font-family: Verdana, sans-serif;
	font-size: 0.8125em;
  text-align: center;
  background-color: #C0C0C0;
}
#center {
	position: relative;
	width: 530px;
	float: right;
  overflow: hidden;
}
#left {
	position: relative;
	float: left;
	width: 168px;
  /* border-right: 2px dashed #C0C0C0; */
  overflow: hidden;
}
#navbar1 {
	position: relative;
	padding: 10px;
  background-color: #FFFFFF;
}
#container {
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 700px;
  background-color: #FFFFFF;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
#header {
	float: left;
	height:	95px;
	padding: 10px;
	width: 510px; /* firefox seems to require this? */
	overflow: hidden;
	/* border-left: 2px dashed #C0C0C0; */
  /* border-bottom: 2px dashed #C0C0C0; */
	background-image:url(/images/header.gif);
	background-repeat: no-repeat;
}
#content {
	position: relative;
	padding: 10px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}
input, select {
	font-family: "Courier New";
	font-size: 13px;
}
h2 {
	font-size: 16px;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", serif;
	padding-bottom: 0.5em;
}
h3 {
	font-size: 13px;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}
.catagories {
	line-height: 1.6em;
	padding-bottom: 0.7em;
	text-align: right;
	margin-right: 0px; /* required to fix firefox! */
}
#content p, td {
	line-height: 140%;
	margin-bottom: 0.75em;
}
ul {
	padding-left: 1.5em;
}
li {
	padding-bottom: 0.5em;
}
