﻿body {
	margin:0;
	background-color:#A20706;
}
img {
	border:0;
}
#pageBox {
  width:1000px;
}
#topBox {
  height:220px;
  background-image: url('images/background-top.png');
}
#logoBox {
	float:left;
	width:400px;
}
#titleBox {
	float:left;
	width:600px;
	height:100%;
	position:relative;
}
#pageTitle {
  font-family:	EngravrsRoman BT;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  margin:20px 0px 0px 0px;
  text-align:center;
}
#topDisplayBox {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	color: black;
	font-weight: bold;
	font-style:italic;
}
.table1 {
  margin-left:auto;margin-right:auto;
  color: white;
}
.table1 td {
  padding: 3px 10px 3px 10px;
  text-align:left;
}
.table1 th {
  font-size: 1em;
  font-family:verdana;
  font-weight:bold;
}
#mainBox {

}
#menuBox {
  float:left;
}
#menu {
  width:302px;
  height:466px;
  background-image: url('images/leftPanel-menu.png');
  padding-top:20px;padding-left:10px;
}
.menuItem {
  padding:4px 0 0 50px;
  width:140px;
  height:30px;
  font-size: 1.3em;
  text-align:left;
  margin-left:25px;
  background-image:url('images/red.png');
  background-repeat:no-repeat;
}
.currentItem {
  background-image:url('images/red-on.png');
}
.selectedItem {
  color:#000000;
  background-image: url('images/black.png');
  cursor: pointer;
}
#menuBottom {
  width:227px;
  height:210px;
  background-image: url('images/leftPanel-filler.png');
  text-align:center;
}
#menuBottom0 {
  width:210px;
  text-align:center;
  padding-top: 5px;
}

#contactWebmaster {
	padding:0px 20px 0 20px;
	text-align:center;
}
#displayBox {
  float:left;
  padding:10px 0 10px 10px;
  width:640px;
  position:relative;  
}
.title1 {
  text-align:center;
  font-family:verdana;
  font-weight:bold;
  color:white;
  margin:10px;
}
.pHeader {
	color:silver;
	font-weight:bold;
	font-size:larger;
	margin:15px 0 5px 0;
}
.bodyText {
	color:silver;
	text-align:justify;
	margin:0px 0 5px 0;
}
.table2 {
  color: silver;
  margin-left:auto;margin-right:auto;
  font-family:verdana;
}
.table2 th {
  text-align:left;
  padding-left:20px;
  text-decoration:underline;
}
.table2 td {
  padding-left:20px;
  font-size:smaller;
}

.vSelect {
  position:absolute;bottom:0;left:0;
  width:98%;
}
.vItem {
  width:18%;
  height:30px;
  float:left;
  text-align:left;
  padding:6px 0 0 35px;
  background-image:url('images/amber-off.png');
  background-repeat:no-repeat;
  cursor: pointer;
  color:black;
}
.vSelected {
  color:#FFFF00;
  background-image:url('images/amber-on.png');
}
#bottomDisplayBox {
	float:left;
	width:630px;
	margin-top:10px
}

