/* CSS Document */

/* Defaults */
body {
  font: 15px Arial, Helvetica, sans-serif;
}
h1, h2 {
  font-family: "Times New Roman", Times, serif;
}
h1 {
  font-size: 21px;
  margin-top: 0em;
  margin-bottom: 0.5em;
}
p {
  margin: 0px 0px 18px 0px;
}
ul {
  margin: 0px 0px 18px 16px;
}

/* Links */
a {
  color: #3A728E;
}
a:link img, a:visited img {
	border: none;
	text-decoration: none;
}
a:visited {
  color: #3A728E;
}
a#next {
  font-weight: bold;
  display: block;
  margin: 20px 20px 0px 20px;
}

/* Layout */
div#page {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
table#header, table#main {
  width: 100%;
}
table#header {
  margin-bottom: 34px;
}

/* Content Area */
table#main td#content {
  vertical-align: top;
  padding: 0px 30px 0px 20px;
}
table#main td#sidebar {
  vertical-align: top;
  padding: 5px 10px 34px 0px;
  text-align: center;
}
table#main td#sidebar img {
  margin: 0px 10px 10px 0px;
  padding: 0px;
}

/* Footer */
table#footer {
  border-top: 2px solid #3A728E;
  margin-top: 20px;
  width: 720px;
  margin-left: 20px;
  margin-right: 20px;
}
table#footer td {
  padding-top: 2px;
  white-space: nowrap;
}

/* General Formatting */
.left {
  text-align: left;
}
.right {
  text-align: right;
}
dl.catalog {
  margin-top: 0px;
  margin-bottom: 1.0em;
  clear: none;
  display: block;
}
dl.catalog dt {
  float: left;
  display: inline;
  width: 105px;
  white-space: nowrap;
  margin-right: 30px;
}
ul.loose {
	margin-left: 0px;
	margin-top: 1em;
	list-style-position: inside;

}
ul.loose li {
  padding-bottom: 19px;
}
ul.loose img {
  list-style: none;
}
div.caption
{
  font-size: 95%;
  text-align: center;
  font-weight: bold;
}
#faqMenu {
	list-style-type: none;
	margin-left: 0px;
}
#faqMenu li {
	margin-bottom: 5px;
}
#faqMenu a:link, #faqMenu a:visited {
	text-decoration: none;
}
#faqMenu a:hover, #faqMenu a:active {
	text-decoration: underline;
}
#faqQA dt {
	font-weight: bold;
}
#faqQA dd {
	margin-left: 0px;
}

