body {
 margin: 0px;
 padding: 0px;
 border: none;
 min-width: 770px;
 text-align: left;
 font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
 font-size: medium;
 line-height: 150%;
}
h1 {
 display: block;
 font-size: xx-large;
 font-weight: normal;
 line-height: 100%;
}
h2 {
 display: block;
 font-size: x-large;
 font-weight: normal;
 line-height: 100%;
 margin-top: 30px;
 margin-bottom: 10px;
}
h3 {
 display: block;
 font-size: large;
 font-weight: normal;
 line-height: 100%;
 margin-top: 25px;
 margin-bottom: 5px;
}
h4 {
 display: block;
 font-size: medium;
 font-weight: bold;
 line-height: 100%;
 margin-top: 20px;
 margin-bottom: 5px;
}
h5 {
 display: block;
 font-size: medium;
 line-height: 100%;
}
ul {
 margin-top: 15px;
 margin-bottom: 15px;
}
div.quote {
 display: block;
 padding-left: 70px;
 padding-right: 20px;
 padding-top: 0px;
 padding-bottom: 0px;
 margin-top: 30px;
 margin-bottom: 30px;
 color: #606060;
 background-image: url(quotes.gif);
 background-repeat: no-repeat;
 background-position: top left;
 font-family: "Times New Roman","Times",serif;
 text-align: left;
 font-size: large;
 font-style: italic;
 line-height: 120%;
}
div.quoteAuthor {
 text-align: right;
}
a {
  text-decoration: underline;
}
div.header {
 display: block;
 width: 100%;
}
div.headerBackground {
 display: block;
 height: 72px;
 width: 100%;
 background-color: rgb(219,230,244);
 background-image: url(headerBackground3.gif);
 background-repeat: repeat-y;
 background-position: top right;
}
div.header1 {
 display: block;
 position: absolute;
 top: 0px;
 left: 0px;
 height: 85px;
 width: 289px;
 background-image: url(headerBackground1.gif);
 background-repeat: no-repeat;
 background-position: top left;
}
h1.header1, h5.header1 {
 display: none;
}
div.header2 {
 display: block;
 position: absolute;
 top: 0px;
 left: 289px;
 height: 51px;
 width: 130px;
 background-image: url(headerBackground2.gif);
 background-repeat: no-repeat;
 background-position: top left;
}
div.contactLink {
 display: block;
 position: absolute;
 top: 15px;
 right: 20px;
 white-space: nowrap;
 font-size: smaller;
}
div.topNavigator {
 display: block;
 text-align: right;
 padding-right: 20px;
 padding-top: 46px;
 padding-left: 289px;
 padding-bottom: 2px;
 background-color: rgb(219,230,244);
 background-image: url(headerBackground3.gif);
 background-repeat: repeat-y;
 background-position: top right;
}
ul.topNavigator {
 display: inline;
}
li.topNavigator {
 display: inline;
 white-space: nowrap;
 font-size: larger;
}
li.topNavigatorSelected {
 display: inline;
 white-space: nowrap;
 font-size: larger;
 font-weight: bold;
 color: rgb(253,152,53)
}
a.topNavigator {
 white-space: nowrap;
}
a.topNavigatorSelected {
 white-space: nowrap;
 color: rgb(253,152,53)
}
div.topNavigatorSpacer {
 display: inline;
 width: 10px;
 height: 100%;
 border-left: 1px solid black;
 margin-left: 10px;
}
div.headerSpacer {
 display: block;
 width: 100%;
 height: 40px;
}
div.content {
 display: block;
 width: 100%;
}
div.footer {
 display: block;
 text-align: right;
}
h5.footerText {
 margin-top: 20px;
 margin-bottom: 10px;
 margin-left: 0px;
 margin-right: 0px;
 font-size: smaller;
 font-weight: normal;
 color: rgb(128,128,128);
}
.roundCornerTopRight {
 background-image: url(cornerRight.gif);
 background-repeat: no-repeat;
 background-position: top right;
}
