body {
   margin: 0;
   height: 100%;
   background: #000000;
   font-family: times new roman, garamond, serif;
}

body.popup {
   margin: 10;
   height: 100%;
   background: #000000;
   font-family: times new roman, garamond, serif;
}

#header {
   background: #000000;
}

#navigation {
   background: #000000 url(./images/nav.jpg) no-repeat;
   vertical-align: top;
   padding-top: 2em;
   padding-left: 1em;
}
#maincontain {
   background: #000000 url(./images/cards_bg.jpg) no-repeat;
   background-position: bottom right;
   vertical-align: top;
   padding: 1em;
}

#borders {
   background: #DF9D00;
}

#footer {
   background: #534328;
   vertical-align: middle;
   text-align: right;
   padding: 12px;
   color: #a28451;
}

.nav_contain {
   padding-top: .5em;
}

.navlink {
   text-decoration: none;
   font: bold 12px times, serif;
}

.navlink, .navlink:visited, .navlink:visited:hover {
   color: #ffffff;
   text-decoration: none;
}

.navlink:hover, .navlink:visited:hover {
   color: #f2deb1;
   text-decoration: none;
}

.textbox {
   height: 290px;
   width: 261px;
   background: url(./images/textbox.jpg) no-repeat;
   vertical-align: top;
   overflow: scroll;
   padding: 6px;
   font: normal 13px/21px arial, verdana, helvetica;
   color: #000000;
}

/* Common Styles */
p {
   font: normal 10pt/17pt arial, verdana, sans-serif;
   color: #ffffff;
}

h3.highlight {
   font: normal 12pt/17pt arial, verdana, sans-serif;
   color: df9d00;
}

h2.whitehl {
   font: normal 14pt/19pt arial, verdana, sans-serif;
   color: white;
}

h1.whitehl {
   font: normal 18pt/24pt arial, verdana, sans-serif;
   color: white;
}


.main {
   font: normal 10pt/17pt arial, verdana, sans-serif;
   color: #df9d00;
}

li {
   font: normal 10pt/17pt arial, verdana, sans-serif;
   color: #df9d00;
   list-style-type: square;
}

li.noclass {
   font: normal 10pt/17pt arial, verdana, sans-serif;
   color: #ffffff;
   list-style-type: square;
}

li.specials {
   font: normal 14pt/19pt arial, verdana, sans-serif;
   color: #ffffff;
   list-style-type: square;
}

.link {
   text-decoration: none;
   font: normal 10pt/17pt arial, verdana, sans-serif;;
}

.infomess{
  font: normal 7pt arial;
  color: white;
  font-style: italic;
}

a, .link, .link:visited, .link:visited:hover {
   color: #f2deb1;
   text-decoration: underline;
}

a:hover, a:visited:hover, .link:hover, .link:visited:hover {
    text-decoration: underline;
    color: #f2deb1;
}

table.points {
  border: 1px solid #DF9D00;
  font-family: arial,verdana;
  font-size: 9pt;
  color: #FFFFFF;
  border-spacing: 1;
  border-collapse: collapse;
  margin: 1em;
  text-align: center;
}


table.contact {
  border: 1px solid #DF9D00;
  font-family: arial,verdana;
  font-size: 10pt;
  color: #FFFFFF;
  border-spacing: 1;
  border-collapse: collapse;
  margin: 1em;
  text-align: center;
}

table.specials {
  border: 1px solid #DF9D00;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0em;
}

th {
   background-color: #DF9D00;
   color: #000000;
}

th.specials, td.specials
{
  border: 1px solid #000000;
  padding: 2px;
}

th.points, td.points
{
  border: 1px solid #000000;
  padding: 2px;
  text-align: center;
}

td.bottomborder{
    border-bottom: 1px solid #df9d00;
    border-right: 1px solid #df9d00;
}


