/*@charset "utf-8"; CSS Document*/
body {
   background-color : #EBEBEB;
   font-family : Arial, Helvetica, sans-serif;
 }
h1 {
   font-size : 40px;
   font-family : Arial, Helvetica, sans-serif;
   font : Calibri;
   font-stretch : extra-expanded;
   font-weight : bolder;
 }
h2 {
   font-size : 30px;
   font-family : Arial, Helvetica, sans-serif;
   font : Calibri;
   font-stretch : expanded;
   font-weight : bold;
 }
li,p {
   font : Calibri;
   font-size : 16px;
   padding-bottom : 2px;
   margin-bottom: 5px;
   list-style-type: none;
 }
/*
ul[type] > li:nth-child(odd){
    background-color : #EBEBEB;
}

ul[type] > li:nth-child(even){
    background-color : #EBEBEB;
}

ul > li:nth-child(odd) {
    background-color: rgb(207, 219, 219);
}

ul > li:nth-child(even) {
    background-color: rgba(182, 193, 200, 0.68);
}
*/

dd,td {
   font : Calibri;
   font-size : 16px;
 }
a:link, a:active, a:visited {
   color : #00923F;
   text-decoration : none;
   font-weight : bold;
 }
a:hover {
   background-color : #00923F;
   color : #EBEBEB;
 }
.EB {
   text-align : justify;
   margin : 10px 30px 5px 40px;
 }
.top {
   margin-top : 10px;
 }
.largerfont {
   font-size : 120%;
   font-stretch : expanded;
   font-weight : bold;
 }

#ethics {
   background-color : #FFF;
   font-family : Arial, Helvetica, sans-serif;
   font-stretch : expanded;
   font-size : 120%;
   max-width : 1160px;
   min-width : 760px;
   margin : auto;
 }
p#nice {
   Line-height : 1.5em;
   Font-family : "Palatino Linotype", "Book Antiqua", Palatino, serif;
   Font-size : 110%;
   font-stretch : expanded;
   Font-weight : 400;
   Padding-bottom : 10px;
   Text-align : justify;
   Text-indent : 30px;
 }

#niced {
   Line-height : 1.5em;
   Font-family : "Palatino Linotype", "Book Antiqua", Palatino, serif;
   Font-size : 110%;
   font-stretch : expanded;
   Font-weight : 400;
   Padding-bottom : 10px;
   Text-align : justify;
   Text-indent : 30px;
     float:right;
 }

ul#nice{
    list-style-type: none;
    line-height : 1.5em;
   font-family : "Palatino Linotype", "Book Antiqua", "Palatino", serif;
   font-size : 110%;
   font-stretch : expanded;
   font-weight : 400;
   padding-bottom : 10px;
   text-align : justify;
   text-indent : 30px;
}

li#nice{
    font-size:110%;
}

td#nice{
     font-family : "Palatino Linotype", "Book Antiqua", Palatino, serif;
   font-size : 150%;
   font-stretch : expanded;
   font-weight : 400;
}

hr#fline {
   height : 5px;
   background-color : #060;
   border : none;
 }
hr#nline {
   height : 3px;
   background-color : #000;
   border : none;
 }

.blinkingText {
    font-size : 40px;
    font-family : "Calibri";
    font-stretch : extra-expanded;
    font-weight : bolder;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: blink;
    background-color: #F00;
 }

#inprep{
    color: #0014ff;
    font-weight: bold;
    font-stretch: ultra-expanded;
    font-size-adjust: inherit;
    text-transform: uppercase;
    font-size: 4em;
    text-align: center;
}
