/****************************************
*  Site specific css definitions
****************************************/

body {
  background-color: #230000;
  background-image:url(/images/layout/background.gif);
  background-repeat:repeat-x;
  background-position: top left;
  text-align: center;
}

td {
  text-align: left;
  vertical-align: top;
}

div.book {
  text-align: center;
}

table.page {
  width: 760px;
  text-align: center;
  vertical-align: top;
  margin-left:auto;
  margin-right:auto;
  border-collapse:collapse;
}

td.head {

}

td.body-main {
  background-color:#FFFFFF;
}

td.body {
  background-color:#FFFFFF;
  padding: 15px 0px 15px 0px;
}

td.foot {
  background-color:#FFFFFF;
  text-align:center;
  padding:15px 20px 5px 20px;
  border-top:1px dashed #CC6633;
}

td.title {
  text-align:center;
  background:none;
  padding:10px 0px 10px 0px;
}

td.lower-title {
  background-color:#F6E5DD;
  border-top:1px dashed #CC6633;
  border-bottom:1px dashed #CC6633;
  text-align:center;
}

td.content {
  border-right:1px dashed #CC6633;
  width:488px;
  padding:5px 34px 5px 34px;
}

td.extra {
  width:254px;
  padding:5px 18px 5px 18px;
}

td.images {
  background-color:#FFFCF5;
  text-align:center;
  padding: 20px 20px 20px 20px;
}

img.inline {
  display:inline;
}

/******************************
  Text Options
*******************************/

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #48453d;
  margin: 0px 0px 10px 0px;
}

p.small {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
  margin:0px 0px 6px 0px;
}

p.nomargin {
  margin:0px 0px 0px 0px;
}

blockquote {
  margin: 5px 26px 12px 26px;
}

h1{
  font-family: Georgia, Times New Roman, Times, serif;;
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  color: #5E0000;
  margin:0px 0px 10px 0px;
}

h1.index {
  color: #230000;
  margin:0px 34px 5px 34px;
}

h1.lower {
  color: #230000;
  margin: 5px 0px 5px 0px;
}

h2 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight:bold;
  color: #5E0000;
  margin: 15px 0px 5px 0px;
}

h3 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size:12px;
  font-weight:bold;
  color:#5E0000;
  margin: 10px 0px 4px 0px;
}

h4 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size:11px;
  font-weight:bold;
  color:#000000;
  margin: 10px 0px 0px 0px;
}

/******************************
  Form Options
*******************************/

input, option, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: black;
}

input.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: white;
  background-color: #781f47;
}

/******************************
  Link Styles
*******************************/

a:link {
  text-decoration: underline;
  color: #CC6633;
}

a:visited,
a:hover {
  text-decoration: underline;
  color: #d05b27;
}

a.plain:link,
a.plain:visited,
a.plain:hover {
  text-decoration: none;
  color:#48453d;
}
