﻿body {
	margin: 0;
	height: 100%;
	background: #000000;
	font-family: "times new roman", garamond, serif;
	color: #FFFFFF;
}

body.popup {
	margin: 10;
	height: 100%;
	background: #000000;
	font-family: "times new roman", garamond, serif;
	color: #FFFFFF;
}

#header {
	background: #000000;
color: #FFFFFF;
}

#navigation {
	background: #000000 url('images/nav.jpg') no-repeat;
	vertical-align: top;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-size: medium;
	font-weight: bold
}
#maincontain {
	background: #000000 ;
	vertical-align: top;
	padding: 1em;
	color: #FFFFFF
}

#borders {
	background: #DF9D00;
	color: #FFFFFF;
}

#footer {
   background: #534328;
   vertical-align: middle;
   text-align: right;
   padding: 12px;
   color: #a28451;
}

.nav_contain {
	padding-top: .5em;
	font-size: medium;
	color: #FFF;
	text-decoration:none;
}

.navlink {
	text-decoration: none;
	font: bold 12px times, serif;
	color: #FFFFFF;
	font-size: small;
}

.navlink, .navlink:visited, .navlink:visited:hover {
   color: #ffffff;
   text-decoration: none;
}

.navlink:hover, .navlink:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.textbox {
   height: 290px;
   width: 261px;
   background: url('images/textbox.jpg') no-repeat;
   vertical-align: top;
   overflow: scroll;
   padding: 6px;
   color: #000000; font-style:normal; font-variant:normal; font-weight:normal; line-height:21px; font-size:13px; font-family:arial, verdana, helvetica
}

/* Common Styles */
p {
	font: normal 10pt/17pt arial, verdana, sans-serif;
	color: #FFF;
	text-align: center;
}

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: #FFF;
}

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: #F90;
	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;
}


#navigation table tr .nav_contain {
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}
#navigation table {
	color: #D6D6D6;
	font-size: medium;
	text-align: left;
}
#navigation table tr td .nav_contain .nav_contain {
	text-align: left;
}
#navigation table tr td .style11 tr .HEADERBOX p {
	color: #F00;
}
