
body {
  margin: 0px;
  background-image: url(/images/bg_stripes.png);
  background-position: center;
  background-repeat: repeat-y;
  background-color: #D83629;
  font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}

#layout {
  margin-left: auto;
  margin-right: auto;
  width: 778px;
  border-collapse: collapse;
}

#layout td {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}

#sidebar {
  background-color: #000;
  background-image: url(/images/left_bg.png);
  margin: 0px;
  padding: 0px;
}

a
{
  color: #ccc;
}

a.visited
{
  color: #fff;
}

#header {
  height: 27px; 
  padding-right: 10px;
  padding-top: 16px;
  font-size: 20px;
  text-align: right;
	border-bottom: 2px solid #333333;
}

#contentTD {
  background-image: url(/images/contentbg.gif);
  background-color: #000;
  background-repeat: repeat-y; 
}


#welcomeContentTD {
  background-color: #fff;
}

#contentBox
{
  padding: 5px;
  border-top: 1px solid #fff;
  width: 531px;
}

#footer {
  padding-top: 10px;
  border-top: 1px solid #872079;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: small;
}

#footer img {
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

#footer a {
  color: #000	;
}

#footer table {
  margin-left: auto;
  margin-right: auto;
}

#footer table td {
  padding: 2px;
}

.ssl {
  margin-left: auto;
  margin-right: auto;
}

.ssl img {
  margin-left: auto;
  margin-right: auto;
}

h1
{
  font-size: large;
}

/* Credit stuff */
.credit, #list {
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  border-collapse: collapse;
  margin-top: 6px;
}

#list {
  margin-left: 0px;
  width: 98%;
}

.credit td, #list td, #list th {
  border: 3px solid #fff;
  border-collapse: collapse;
}

.credit .credit_even, #list .rowEven, #list th 
{
  background-color: #DDD;
}

.credit .credit_odd, #list .rowOdd
{
  background-color: #EEE;
}

#list .rowHover
{
  background-color: #fff;
  color: red;
}

.credit .credit_required
{
  color: red;
}

.credit .credit_details
{
  font-size: x-small;
  color: #000099;
}

.credit .text
{
  width: 16em;
  border: 1px solid #666;
}

.credit select, .credit textarea
{
  border: 1px solid #666;
}

.credit h2
{
  padding-left: 20px;
}

#topimage
{
  border: 0px;
}

#map
{
  font-family: arial, sans-serif;
  text-align: center;
  font-size: small;
  font-weight: bold;
  color: #000;
}


#welcome {
  font-size: small;
}

#welcome h2 {
  font-size: medium;
  font-family: serif;
  font-style: italic;
}

#welcome a {
  font-size: medium;
  text-decoration: none;
  border-bottom: 1px dashed;
}

#topLinks {
  width: 768px;
  font-size: .8em;
  border-collapse: collapse;
  height: 19px;
}

#topLinks td {
  border: 1px solid #fff;
  height: 19px;
  border-bottom: 0px solid #fff;
}

#topLinks a {
  height: 19px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#topLinks a:hover {
  background-color: #D83629;
  color: #000;
}

em {
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
}

#directions {
  margin-top: 30px;
  color: white;
  background: #000;
  padding: 10px;
}

#bottom {
  height: 40px;
  background-color: #fff;
}