*.required {
   border: 1px solid red;
}

*.left {
   float: left;
   margin-left: 0;
   padding-left: 0;
}

*.red {
   color: red;
}

*.right {
   float: right;
   margin-right: 0;
   padding-right: 0;
}

*.q-and-a p {
   font-size: 8pt;
   margin-bottom: 2px;
   margin-left: 5px;
   text-align: left;
}

a:hover {
   background-color: #FFE1E1;
}

a.exchange {
   ;
}

a.leak {
   ;
}

address {
   font-weight: bold;
   font-style: normal;
   margin-left: 30px;
}

body {
	background-color: white;
   color: black;
   margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

br.height-75 {
   line-height: 75%;
}

div.box-gray {
   background-color: #EEEEEE;
   padding: 5px;
}


/* MENU NAVIGATION on left side */
div.menu-container {
   background-color: #EAF6EE;
   border-bottom: 1px solid #6BC28C;
   border-right: 2px solid #235737;
   text-align: left;
}
div.menu a, div.menu2 a, div.menu p {
   border-top: 1px solid #6BC28C;
   border-left: 0px solid #6BC28C;
   border-right: none;
   color: black;
   display: block;
   font-weight: bold;
   margin: 0;
   padding: 5px;
   text-decoration: none;
}

/* Second level menu items */
div.menu2 a {
   border: none;
   border-top: 1px dashed #6BC28C;
   font-weight: normal;
   padding-left: 20px;
}
div.menu-container a:hover {
   background-color: #FFE1E1;
   text-decoration: underline;
}

/* Current menu differences */
div.menu-container a.current {
   background-color: red;
   color: white;
}
div.menu-container a.current:hover {
   background-color: red;
   text-decoration: none;
}
/* END MENU NAVIGATION */
 


div.nav-horizontal-container {
   background-color: green;
   border: 2px solid #235737;
   border-left: none;
   border-right: none;
   color: white;
   font-size: 8pt;
   line-height: 250%;
   margin: 0;
   padding-right: 10px;
   position: relative;
   text-align: right;
   width: 740px;
}
div.nav-horizontal-container a {
   color: white;
   text-decoration: none;
}
div.nav-horizontal-container a:hover {
   background-color: transparent;
   text-decoration: underline;
}


div.page-container {
   alignment: center;
   background-color: white;
   border: 1px solid #2B3269;
   margin: 10px;
   padding: 0;
   top: 0px;
   width: 750px;
   z-index: 1;
}
div.page-body {
   background-color: white;
   width: 750px;
}
div.page-col-one {
   float: left;
   margin: 0;
   padding: 0;
   padding-bottom: 10px;
   padding-top: 0px;
   position: relative;
   width: 185px;
}
div.page-col-two {
    float: right;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    width: 563px;
}
div.page-footer {
   background-color: #EAF6EE;
   clear: both;
   left: 0;
   padding-bottom: 5px;
   width: 750px;
}
div.page-footer p {
   color: #2B3269;
   margin-top: 8px;
}
div.page-header {
   border-bottom: 0px;
   left: 0px;
   top: 0px;
   width: 750px;
   z-index: 5;
}


div.insert-right {
   border: 2px solid #6BC28C;
   float: right;
   margin: 10px 0 10px 10px;
   padding: 10px;
   width: 45%;
}


div.quote-selections {
   border: 1px solid #2B3269;
   margin-top: 20px;
   padding: 10px;
}


h1 {
   font-size: 13pt;
   font-weight: bold;
   line-height: 110%;
   margin-bottom: 5pt;
   margin-top: 0pt;
   vertical-align: baseline;
}

h2 {
   font-size: 10pt;
   font-weight: bold;
   line-height: 110%;
   margin-bottom: 3pt;
   margin-top: 24pt;
   vertical-align: baseline;
}
h2.sub-title {
   font-family: Times New Roman;
   font-size: 12pt;
   font-style: italic;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 14pt;
}
h2.no-lead {
   margin-top: 0pt;
}

h2 a {
   color: black;
   text-decoration: none;
}
h2 a:hover {
   text-decoration: underline;
}


li {
   margin-top: 5px;
   margin-bottom: 5px;
}

ol {
   margin-top: 5px;
}


p {
   margin-top: 0;
   margin-bottom: 5pt;
}

p.article-author {
   font-style: italic;
   margin-bottom: 24pt;
   margin-top: 0;
}

p.definition {
   background-color: #EEEEEE;
   margin: 15px;
   padding: 5px;
}
p.definition:first-line {
   font-weight: bold;
}

span.article-footer h2 {
   font-size: 10pt;
   margin-bottom: 0;
   margin-top: 8px;
}
span.article-footer p {
   margin: 3px;
   margin-left: 20px;
}

span.highlight {
   background: yellow;
   border: 1px solid red;
   color: red;
   float: both;
   font-weight: bold;
   padding-left: 3px;
   padding-right: 3px;
   width: 10px;
}

span.ub {
   font-weight: normal;
}


table {
   border-collapse: collapse;
}
th {
   background-color: #235737;
   border: 3px solid #235737;
   border-left: none;
   border-right: none;
   color: white;
   padding: 5px;
   vertical-align: middle;
}
th p {
   margin: 0;
}

table *.small {
   font-size: 7pt;
}


table.color-scheme td {
   border-bottom: 1px solid gray;
}

table.column-container-two {
   table-layout: fixed;
}
table.column-container-two td {
   padding: 5px;
   vertical-align: top;
}
table.column-container-two td.col-one {
   width: 175px;
}
table.column-container-two td.col-two  {
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   text-align: left;
   vertical-align: top;
   width: 527px;
}


table.form-checkboxes {
   table-layout: fixed;
   width: 100%;
}
table.form-checkboxes p {
   margin: 0;
   margin-top: 2px;
}
table.form-checkboxes td {
   padding: 2px;
   text-align: left;
}
table.form-checkboxes td.check, table.form-checkboxes td.radio {
   text-align: center;
   width: 8%;
}
table.form-checkboxes td.radio {
   border: none;
}



table.form-simple {
   background-color: #EAEBF6;
   border: 1px solid #2B3269;
   border-collapse: collapse;
   table-layout: fixed;
   width: 100%;
}
table.form-simple td {
   border-bottom: 1px solid #A1A6D9;
   vertical-align: top;
}
table.form-simple td.col-one {
   font-weight: bold;
   text-align: right;
   width: 25%;
}
table.form-simple td.col-two {
   text-align: left;
   width: 75%;
}
table.form-simple input, textarea {
   padding: 2px;
   width: 95%;
}
table.form-simple input.width-auto {
   width: auto;
}

ul {
   margin-bottom: 5px;
   margin-top: 5px;
}

ul.error-list {
   color: red;
}

ul.no-bullet-first-bold {
   list-style-type: none;
   margin-bottom: 15px;
}
ul.no-bullet-first-bold li {
   margin-top: 15px;
}
ul.no-bullet-first-bold li:first-line {
   font-weight: bold;
}
