
body {
  text-align: center;
  margin: 4px 0px 4px 0px;
  padding: 0px;
}


#outermostEnvelope {
  border-color: #e51a38;
  border-style: solid;
  border-width: 2px;
  margin: 0px auto 0px auto;
  width: 950px;

  background-image: url("../art/bottommostBackground_950x1.jpg");
  background-repeat: repeat-y;

}

.outerEnvelope {
  background-repeat: no-repeat;
  background-image: url("../art/pageBackgroundTop_950x850.jpg");
/*
  background-image: url("../art/pageBackgroundTop.jpg");
*/
}

.menuEnvelope {
  float: left;
  width: 172px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  background-image: url("../art/menuEnvelopeBackground_2.jpg");
  background-repeat: no-repeat;
  background-color: #dfdfdf;
  text-align: left;
  height: 480px;
}


ul.nav {
  list-style-type: none;
  margin: 20px 0px 0px 10px;
  padding-left: 0px;
}


ul.nav li {
  margin: 10px 0px 0px 0px;
}

ul.nav a {
  display: block;
  width: 156px;
  height: 26px;
  color: #e31937;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  background-image: url("../art/buttonBackground.png");
  background-repeat: no-repeat;
  text-decoration: none;
  padding-top: 5px;
}



div.outerEnvelope h1 {
  font-size: 22px;
  color: #f0f0f0;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  text-align: left;
}

div.outerEnvelope h2 {
  font-size: 18px;
  color: #f0f0f0;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  text-align: left;
  text-decoration: underline;
}


.bigList {
}


ul.bigList li {
  font-size: 18px;
  color: black;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  text-align: left;
  text-decoration: underline;
  margin-bottom: 25px;
}

ul.bigList a {
  font-size: 18px;
  color: black;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  text-align: left;
  text-decoration: underline;
}
  

.mediumList {
}
ul.mediumList li {
  font-size: 15px;
  color: black;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  text-align: left;
  text-decoration: underline;
  margin-bottom: 25px;
}
ul.mediumList a {
  font-size: 15px;
  color: black;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  text-align: left;
  text-decoration: underline;
}


div.col1of2 ul li {
  margin-bottom: 7px;
}

div.col1of2 ul li a {
  color: black;
}

  


.col3of3 {
  width: 150px;
  float: right;
  margin-left: 15px;
  margin-right: 15px;
/*
border-width: 1px;
border-color: black;
border-style: solid;
*/
}

.col2of3 {
  width: 200px;
  margin-left: 10px;
  float: right;
/*
border-width: 1px;
border-color: green;
border-style: solid;
*/
}

.col1of3 {
  width: 345px;
  margin-left: 30px;
  text-align: left;

/*
border-width: 1px;
border-color: yellow;
border-style: solid;
*/
}

.col1of2 {
  width: 345px;
  margin-right: 15px;
  text-align: left;
  float: right;
/*
border-width: 1px;
border-color: yellow;
border-style: solid;
*/
}
.col2of2 {
  width: 350px;
  float: right;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
/*
border-width: 1px;
border-color: black;
border-style: solid;
*/
}

.col1of1 {
  width: 710px;
/*
border-width: 1px;
border-color: yellow;
border-style: solid;
*/
  float: right;
  margin-right: 30px;
  text-align: left;
}  

#calendarEnvelope {
  margin-right: 23px;
  width: 721px;
  visibility: hidden;
  float: right;
/*
border-width: 1px;
border-color: yellow;
border-style: solid;
*/
}


.caption {
  font-size: 12px;
  width: 100%;
  text-align: left;
}


.rightPicTable {
  float: right;
  margin: 0px 0px 12px 25px;
}

.boldIt {
  font-weight: bold;
}


.jetWebArea {
  clear: both;
  font-size: 9px;
  width: 100%;
  text-align: center;
}



.noShow {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
}

