body {
  margin: 0; padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  background-color: #ffffff;
}

#wrap {
  background: #eeeeee url('images/top.gif') no-repeat top left;
  border-style: solid;
  border-width: 0 2px 0 2px;
  border-color: #000000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#wrap2 {
  background: transparent url('images/bottomright.gif') no-repeat bottom right;
  text-align: left;
  padding-top: 130px;
}

#searchform {
  padding-top: 7px;
  margin-top: 3px;
}

#searchform .input {
  width: 125px;
  border: 1px solid #000000;
  margin-bottom: 3px;
}

#searchform .submit {
  border: 1px solid #000000;
  background-color: #CCCCCC;
  font-weight: bold;
}

#left {
  float: left;
  width: 150px;
  margin-left: 7px;
  padding-top: 35px;
}

#left #nav a {
  text-decoration: none;
  color: #000000;
  display: block;
  margin: 3px 0;
  font-weight: bold;
  font-size: 13px;
  background-color: #dddddd;
  border: 1px solid #000000;
  padding: 1px 3px;
}

#left #nav a:hover {
  text-decoration: none;
}

#content {
  margin-left: 170px;
  min-height: 370px;
  -height: 370px;
  margin-right: 10px;
	-width: 590px;
}

#bottom {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.proper {
  text-indent: 12px;
  text-align: justify;
}

#nav ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#nav ul ul {
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 100%; /* to position them to the right of their containing block */
	width: 150%; /* width based on container element */
}

div#nav ul ul { 
	display: none; 
}

div#nav ul li:hover ul { 
	display: block; 
	background-color: #eeeeee;
}

#nav ul ul li {
	margin: 0;
}

.tdhead {
  background-color: #999999;
  text-align: center;
  padding: 3px;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #000;
}

.newslettera {
	background-color: #333333;
	color: #CCCCCC;
	padding: 10px 15px;
	text-align: center;
}

.newslettera a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

.newsletterb {
	background-color: #CCCCCC;
	color: #333333;
	padding: 10px 15px;
	text-align: center;
}

.newsletterb a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}