body, p {
  font-family: arial, sans-serif;
}

p {
  margin-top: 5px;
  font-size: 12px;
}

li, table {
  font-size: 12px;
}

ul {
  margin-top: 3px;
}

a {
  color: #3366cc;
  text-decoration: none;
}

table {
  margin-top: 20px;
  border: 1px solid #abd5ff;
}

th {
  color: #fff;
  background-color: #3366cc;
  text-align: left;
  padding-left: 10px;
  height: 30px;
  vertical-align: middle;
}

th.activity {
  border-right: 1px solid #fff;
}

th.schedule {
  border-left: 1px solid #fff;
}

tr.even {
  background-color: #fff;
  height: 30px;
  vertical-align: top;
}

tr.odd {
  background-color: #fff;
  height: 30px;
  vertical-align: top;
}

tr.odd td, tr.even td {
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #abd5ff;
}

a:hover {
  text-decoration: underline;
}

#pageContainer {
  margin-left: auto;
  margin-right: auto;
  width: 911px;
}

#upperLeft {
  background: url(images/ist2_5148606_blue_ridge_mountains_shenandoah_river_valley-sm.jpg);
  position: absolute;
  top: 5px;
  left: 5px;
  width: 200px;
  height: 105px;  
  margin: 2px;
}
#upperRight {
  background: #abd5ff;
  position: absolute;
  left: 714px;
  top: 5px;
  width: 200px;
  height: 105px;
  margin: 2px;
}
#upperMiddle {
  background: #66a8ff;
  position: absolute;
  top: 5px;
  left: 209px;
  width: 501px;
  height: 105px;
  margin: 2px;
  color: #fff;
}

#upperMiddle h1, #upperMiddle h3 {
  margin: 0px;
  padding: 0px;
}

#contentContainer h1, #contentContainer h3 {
  margin: 0px;
  padding: 0px;
  color: #3366cc;
  padding-left: 10px;
  margin-top: 10px;
}

#contentContainer h1 {
  font-size: 20px;
}

#contentContainer h3 {
  font-size: 15px;
}

#contentContainer p {
  padding-left: 10px;
  padding-right: 10px;
}

#navContainer {
  position: absolute;
  left: 5px;
  top: 116px;
  width: 919px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2px;
}

ul#navlist
{
  position: relative;
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}

#navlist li
{
  display: inline;
  list-style-type: none;
  font-size: 14px !important;
  line-height: 21px;
}

#navlist li a { 
  color: #fff !important;
  padding: 3px 17px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

#navlist a:link, #navlist a:visited
{
  background-color: #3366cc;
  text-decoration: none;
}

#navlist a:hover
{
  background-color: #66a8ff;
  text-decoration: none;
}

ul#navBar, ul.infoBar
{
  position: relative;
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}

#navBar li, .infoBar li
{
  list-style-type: none;
}

#navBar li
{
  line-height: 12px;
}

#navBar a { 
  color: #3366cc !important;
  padding: 0px;;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
}

#navBar a:link, #navlist a:visited
{
  text-decoration: none;
}

#navBar a:hover
{
  text-decoration: underline;
}

.infoBar {
  color: #3366cc;
}

.infoHeader {
  font-weight: bold;
}

ul.QandA li {
  list-style-type: none;
}


#contentContainer { 
  overflow: hidden; 
  position: absolute;
  top: 142px;
  left: 5px;
  width: 911px;
}

#contentContainer div {
  margin-bottom: -2000px;
  padding-bottom: 2000px;
}

#left { float: left;
	width:673px;
	background-color:#fff;
	margin-right: 2px; }
#right { float:left;
	width:200px;
	background-color:#abd5ff;
	margin-left: 2px;
	padding-left: 0px; }
#center {
	float:left;
	background-color:#abd5ff;
	width: 30px;
	margin-left: 2px;
	margin-right: 2px;
}

div#footer { 
  font-size: 10px;
  color: gray;
  padding-left:10px; 
}

#footer a {
  color: #3366cc;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: underline;
}

#right ul {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 12px;
}

#right li {
  font-size: 11px;
}

div#clearDiv {
  clear: both;
  height: 25px;
}

#right p {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#right a.caption img {
  padding-top: 20px;
  border: 0px;
  padding-left: 10px;
}

#right div a {
  margin-top: 0px;
  font-size: 10px;
}

span.date {
  display: inline-block;
  width: 110px;
}
@media print {
  #contentContainer div {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  #upperMiddle {
    left: 5px;
  }
    #upperLeft {
    display: none;
  }
  div {
    background: #FFFFFF;
  }
}
div#RedBox {
	border:2px solid #3366cc;
	padding: 5px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 30px;
	margin-left: 30px;
}
div#RedBox H4 {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 5px;
}
div#RedBox p {
	margin: 0px;
}
