body {
  width: 700px;
  margin: 0; margin-right: 10%; padding: 0;
  background-color: #ddd;
  text-align: center;
  font-family: verdana, arial, sans-serif; color: #333;
  font-size: 12px; font-weight: normal;
  line-height: 1.5em;
}

p { margin: 1em; padding: 0; }

h1, h2, h3, h4 {
  color: #333;
  background-color: transparent;
  text-align: center;
}
h1 { 
  font-size: 1.7em;
  line-height: 1.7em;
}
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 0.9em; }
h1 a:visited { color: #03c; }
h2 a:visited { color: #03c; }
h3 a:visited { color: #03c; }

caption {
  font-size: 1.3em; font-weight: bold;
  text-align: center;
  margin: 0.5em;
}

th {
  font-size: 1.1em; font-weight: bold;
  text-align: center;
}

a { text-decoration: none; }
a:link    { color: #4c4cff; }
a:visited { color: #ff4848; }
a:hover   { background-color: #ff9; }
#Logo a:hover { background-color: #eee; }

/* Everything falls within this div */
/* width declaration fixes IE print bug */
#Container {
  border: 1px solid #666;
  color: #000; background-color: #fff;
  margin: 2px auto; padding: 2px;
  text-align: left;
  width: 100% !important;
}

/* Placement of the logo at the very top */
#Logo {
  border-bottom: 2px solid #c33;
  background-color: #eee;
  height: 55px;
  text-align: center;
  margin-bottom: 1px; padding-top: 5px;
}

/* Contains the primary navigation links */
#NavBox, #HomeBox, #SectionHeading, #SecondaryNav { display: none; }

/* Contains the content for the page */
#PrimaryContent {
  margin-top: 5px; padding: 10px 5px 50% 0;
}

/* The blank boxes above the navigation */
.Bar {
  width:194px; height:7px;
  line-height:5px;
}

/* Float an image with IE bug correction */
.ImageRight {
  float: right;
  margin: 5px;
  position: relative;
}
.ImageLeft {
  float: left;
  margin: 5px;
  position: relative;
}

.XSmallInfo { font-size: 0.9em; }
.XXSmallInfo { font-size: 0.8em; }

.Clear {
  clear: both;
  line-height: 0px;
}

.Center { text-align: center; }
.FullInfo { display: block; } /* Allows print of FAQ answers */
.MoveLeft160 { margin-left: 0px; } /* Allows proper print of information moved on the screen */
.RoomForSecondaryNav {  padding-left: 0; }
.DoNotPrint { display: none; }
.PrintOnly  { display: inline; }