body {
  background: #000000;
  background-image: url(images/main.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  color: #bbbbbb;
}

div {
  margin: 0px;
  padding: 0px;
}

a:link {
	font-weight: normal;
	color: #3573E3;
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
	color: #35C0E3;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	color: #35C0E3;
	text-decoration: none;
}

#main {
  width: 750px;
  margin: 139px auto 10px auto;
}

#nav-top {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	margin: 0px 15px 0px 0px;
	padding: 2px;
}

#nav-top a {
  margin: 0px 15px 0px 15px;
}

#nav-top a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

#nav-top a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

#nav-top a:hover {
	font-weight: bold;
	color: #3573E3;
	text-decoration: none;
	line-height: 16px;
}

#content {
  margin: 0px;
  padding: 10px;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 190%;
}

h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 160%;
  font-weight: normal;
}

h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 140%;
  font-weight: normal;
}

img {
  border: #CCCCCC solid 1px;
  padding: 4px;
}

#endorsements {
  float: right;
  width: 275px;
  background: url(images/-bg.endorsements.panel.jpg);
  margin: 10px 10px 20px 70px;
  padding: 10px 20px 0px 20px;
}

#endorsements .endorsement {
  font-style:normal;
  font-size: 100%;
  padding: 10px 0px 0px 0px;
}

#endorsements .endorser {
  font-weight: normal;
  font-size: 90%;
  margin: 5px 0px 7px 5px;
}

#endorsements .endorser-note {
  margin: 0px 0px 15px 20px;
}

#footer {
  font-weight: bold;
}

.tm {
  font-size:30%;
}

blockquote {
  font-size: 125%
}

li {
  margin:10px;
}