body {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  background-color : #FFCC99;
  color : #1F196C;
  text-align : center;
}
h1 {
  font-size : 160%;
}
p, li {
  font-size : 14px;
}
/* table.textImage Block */
table.textImageBlock { /* organize image and text in horizontal, stacked, blocks */
  /*margin-left : 10%;
  margin-right : 10%;
  width : auto;*/
}
table.textImageBlock td.imageCell { 
}
table.textImageBlock td.textCell {
  vertical-align : middle;
}
table.textImageBlock td.textCell p {
  vertical-align : middle;
}
div#wrapper {
  width : 780px;
  margin: 0px auto;
  text-align : left;
}
div#mainHeader {
  height : 105px;
  width : 100%;
  border-bottom : solid 1px gray;
}
div#mainHeader img#bannerImage {
  float : left;
}
img#subBannerImage { /* Identifies each page */
}
img.bullit { /* used in the mainNav */
  vertical-align : middle;
}
table#mainNav {
  background-color : #990033;
  float : right;
  margin-top : 20px;
}
table#mainNav tr td {
  border : solid 1px #FFCC99;
  padding : 1px 4px;
}
table#mainNav a {
  color : #FFCC99;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight : bold;
  text-decoration : none;
  font-size : 12px;
}
table#mainNav a:hover {
  color : #FFFFFF;
}
/* --- div#tourNav --- */
div#tourNav {
  float : right;
  margin-right : 10px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-weight : bold;
  font-size : 12px;
}
div#tourNav a {  
  color : #990033;
  text-decoration : none;
}
div#tourNav a:hover {
  color : #FFFFFF;
}
div#tourNav p {
  font-size  : 100%;
  text-align : center;
  margin-top : 2px;
  font-weight : normal;
  font-family : Arial, Helvetica, sans-serif;
}
/* --- div#content --- */
div#content {
  margin-left : 5%;
  margin-right : 5%;
}
div#content img {
  margin : 7px 5px;
  border : solid 2px #990033;
}
/* --- table#tourheader --- */
table#tourHeader {
  width : 100%;
  margin-top : 5px;
}
table#tourHeader td.col1{
  width = 50%;
  text-align : left;
}
table#tourHeader td.col2{
  width = 50%;
  text-align : right;
}
table#tourBody {
  width : 100%;
}
table#tourBody tr td#tourImages {
  text-align : center;
}
table#tourBody tr td#tourImages img {
  border : solid 2px #990033;
  vertical-align : middle;
  margin : 5px;
}
table#tourBody tr td#tourText {
  text-align : center;
}
table#tourBody tr td#tourText ul li {
  font-size : 14px;
  text-align : left;
  margin : 5px 30px;
}
/* --- table#slideBody --- */
table#slideShowBody {
  width : 100%;
  margin-top : 10px;
}
table#slideShowBody td#col1 {
  width : 360px;
  text-align : center;
}
table#slideShowBody td#col2 {
  vertical-align : top;
}
table#slideShowBody td#col2 p {
  font-weight : bold;
  margin : 20px 10px;
  font-size : 110%;
}
div#slideShowNav {
  text-align : center;
}
div#slideShowNav img {
  border : none;
}
#footer {
	clear: both;
	color : #999999;
	margin-left : 0px;
	padding-bottom: 2px;
	padding-top : 2px;
	padding-left : 10px;
	padding-right : 10px;
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 10px;
	margin-top : 15px;
	height : 15px;
	
}
#footer a{
	color : #B1B9D6;
}
#footer span.copyright {
  float : right;
}
