/* MAIN CONTAINERS */
body {
 background: #fff;
 color: #000;
 font-family: "Times New Roman", Times, serif;
 font-size: 12pt;
}
#contextNavigator1 {
 display: none;
}
#contextNavigator2 {
 display: none;
}
#serviceNavigator {
 display: none;
}
#mainNavigator {
 display: none;
}
h1 img {
 display: none;
}
h1 a {
 text-decoration: none;
 background: #fff;
 color: #000;
}
h1 span {
 display: block;
 font-size: 22pt;
 font-style: italic;
 border-bottom: thin solid #000;
}
#footer {
 margin-top: 12pt;
 padding-top: 10pt;
 text-align: center;
 border-top: thin solid #000;
}
h2 img {
 display: none;
}

/* CONTENT ELEMENTS */
#hiLites {
 border: thin solid #000;
 padding: 2pt;
 margin: 5pt;
}
#contentArea #hiLites h3 {
 background: transparent;
 color: #333;
 border: none;
 margin: 0 0 5pt 0;
}
#hiLites img {
 float: left;
 border: none;
 margin: 0 5pt 0 3pt;
}
#hiLites p {
 line-height: 1.35;
 margin: 0 5pt 0 5pt;
}
#contentArea h3 {
 font-size: 15pt;
 border-bottom: thin solid #000;
 margin: 15pt 0 10pt 0;
 clear: left;
}
#contentArea h4 {
 font-size: 15pt;
 letter-spacing: 1pt;
 font-weight: normal;
 margin: 5pt 0 5pt 0;
}
#home #contentArea img {
 display: inline;
 float: left;
 margin: 0 10pt 0 10pt;
}
#contentArea dt {
 font-size: 14pt;
 font-weight: bold;
}
#contentArea dd {
 font-size: 12pt;
 margin: 10pt;
 line-height: 1.25;
}
#contentArea p {
 font-size: 12pt;
 line-height: 1.5;
 margin: 5pt 10pt 10pt 10pt;
 /*text-align: justify;*/
}
.smallPictureSX {
 float: left;
 margin: 5pt 10pt 10pt 5pt;
}
.smallPictureDX {
 float: right;
 margin: 5pt 5pt 5pt 10pt;
}
.fullWidthPicture {
 text-align: center;
 font-size: 12pt;
 margin: 10pt 0 10pt 0;
}
.threeCols .fullWidthPicture img {
 display: block;
 height: auto;
 margin: 10pt 0 5pt 0;
}
.twoCols .fullWidthPicture img {
 display: block;
 margin: 10pt 0 5pt 0;
}
#contentArea li {
 list-style-position: inside;
 margin: 5pt 0 5pt 25pt;
 font-size: 12pt; 
}
#contentArea ol li {
 list-style: decimal;
}

#copyright {
 font-size: 10pt;
 text-align: center;
 margin: 10pt;
}
#copyright img {
 vertical-align: middle;
 margin: 0 5pt 0 5pt;
}
/* HACKS AND UTILITIES */
.spacer {
 clear: both;
}
.spacerSX {
 clear: left;
}