body {
		background-color:  #F5F5F5;
           color: #000000;
       
         margin-left: 1.75in;
          margin-right: 1in}

/* PARAGRAPH FORMATTING */

p {   line-height: 20px;
       font-size: 16px;
      font-family: Helvetica, Arial, sans-serif}
      
      p.flipText {   line-height: 20px;
       font-size: 16px;
      font-family: Helvetica, Arial, sans-serif;
      display: none;
      }
      
        /* SIDEBAR */
      
    .sidenote{
      	position: fixed;
     	 margin-left: -1.45in;
     	 margin-top: 0px;
     	 padding: 8px;
     	 border-style: solid;
     	 border-color: green;
     	 background-color: #FFFFE0;
      }
      
      p.notestyle{
      	font-size: 16px;
      	font-family: Futura, Arial, sans-serif;}
    


p.small {   margin-left: .25in;
               font-size: 14px;
            font-family: "Trebuchet MS", Arial, sans-serif}

p.caption {   margin-left: .25in;
               font-size: 14px;
               font-family: "Trebuchet MS", Arial, sans-serif;
															position: relative;
               top: -1.5ex}

/*  p.info used for printer file link */
p.info {  
        text-align: right;
        font-size: 12px;
        font-family: "Lydian MT",Lydian,Helvetica, Arial, sans-serif}
        
p.info2 {  
       display: none;
       }

/* p.valid used for w3 validation marker */
p.valid {position: relative;
             text-align: right
             }

p.cite{text-align: center;
         font-style: italic;
         font-size: 14px;
         font-family: "Trebuchet MS", Arial, sans-serif}

p.longcite{text-align: justify;
         font-style: italic;
         font-size: 14px;
         font-family: font-family: "Trebuchet MS", Arial, sans-serif}
         
 p.title{
    
     text-align: center;
     font-weight: bold;
      font-size: 32px;
     font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
      margin-top: 24px;
    }


p.subtitle{
    
     text-align: center;
     font-weight: bold;
      font-size: 18px;
     font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
     font-style: italic;
      margin-top: -8px;
      padding-bottom: 24px;
     }
        

/* for use inside blockquotes */
p.inblock { line-height: 120%;
                font-size: 14px;
                font-family: Skia,"Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif}

br {line-height: 240%}



/* LINKS */

:link {color: #0011ff;
            text-decoration: none}

:visited {color: #7700aa;
                    text-decoration: none}
                    
:link:hover, :visited:hover {color: red;
                  text-decoration: none}

/* HEADINGS */


h1 { 
      text-align: center;
      font-weight: bold;
      font-size: 24px;
      
      font-family: "Trebuchet MS", Arial, sans-serif}

h2 { 
     text-align: left;
     font-weight: bold;
      font-size: 18px;
       
      font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif}

h3 {
      text-align: left;
     font-weight: bold;
      font-size: 16px;
       
      font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif}

h4 {
      text-align: left;
     font-weight: bold;
      font-size: 16px;
       
      font-family: "Lydian MT",Lydian,Helvetica, Arial, sans-serif}

/* LIST FORMATTING */

ul, ol, dl { 
       padding-left: .375in;
       font-size: 16px;
      font-family: "Lydian MT",Lydian,Helvetica, Arial, sans-serif}

ul.bare {list-style-type: none}

li.heading { letter-spacing: 0.07em;
                font-weight: bold}

/* bkgrnd is ffee64 */

dt {  
      letter-spacing: 0.05em;
      font-weight: normal; 
       font-size: 16px;
      font-family: "Lydian MT",Lydian,Helvetica, Arial, sans-serif;
       padding-bottom: 0.125em;
       padding-top: 0.25em}

/* OTHER SPECIFIC ELEMENTS */

hr{ width: 55%}

blockquote {text-align: justify;
        margin-left: 4em;
          margin-right: 4em}

/* FOR USE WITH IMAGES */

img.floatleft { 
				float: left;
                padding-right:10px;
                }

img.floatright {
				float:right;
                padding-left:10px;
                }           

img.floatleftGreyed { 
				float: left;
                padding-right:10px;
                }

img.floatrightGreyed {
				float:right;
                padding-left:10px;
                }  




/* GENERAL CLASSES */

span.numero { color: #354527;
                border-width: thin;
                font-weight: normal;
                font-size: 16px;
                font-family: "Blackmoor LET",Times,Serif}

.dark { letter-spacing: 0.07em;
                 font-weight: bold;
                  }

.centred {text-align: center}

.spaced {padding-top: 2em}

.ref {vertical-align: super;
        font-size: 70%}

