body {
	background-color: #ffffff;
	color: #000000;
}

body, td, th {
	color: #000000;
}

.container {
	width: 760px;
}

.logo {
	padding-bottom: 20px;
}

.menu {
	width: 200px;
	float: left;
	text-align: left;
	padding: 0px 0px 20px 20px;
}

.content {
	width: 500px;
	float: left;
	text-align: left;
	padding: 20px 0px 20px 40px;
}

.footer {
	clear: both;
}

/* ************************* *
 * Menu headings
 * ************************* */
.dh1 {
	padding: 9px 0px 0px 0px;
}

h1 {
  font-family: times;
  font-size: 17px;
  //line-height: 18px;
  font-weight: bold;
	color: #000066;
	display: inline;
}

h2 {
  font-family: times;
  font-size: 14px;
  //line-height: 14px;
  font-weight: bold;
	color: #000066;
  margin-left: 20px;
	display: inline;
}
h3 {
  font-family: times;
  font-size: 13px;
  //line-height: 13px;
	color: #000066;
  margin-left: 40px;
	display: inline;
}

/* ************************* *
 * Misc
 * ************************* */
a {
	color: #336600;
	text-decoration: none;
}
a:hover {
  background: #66ff66;
	text-decoration: none;
}

