/* global stuff, page setup */

body {
    margin-left:auto;
    margin-right:auto;
    padding: 10px;    
    background:#ffffff;     
    font: normal 10pt verdana, helvetica, sans-serif;
    color: white;   
    text-align:justify;
    width:800px;
  
}

body#thing {
    display:block;
    width: 800px;
    background-image: url(bkgrnd.gif);
    background-repeat: no-repeat;
}

    

p {
    color: #666666;
    /* margin: 7px; */
    
}

p.right {
    text-align:right;
}


.small {
    font-size:8pt;
}



a {
    text-decoration: none;
    font-weight:bold;
}

a:link {   
        color: maroon;
}

a:hover {
        color: red;
}

a:visited {
   font-weight:bold;
   color: #3366cc;
}

a.mainmenu {
     font: 9pt verdana, helvetica, sans-serif;   
     text-decoration: none;
     letter-spacing: 4pt;
     font-weight:bold;
     color:#666666;
     line-height: 38pt;
     
     
}

a.mainmenu:hover {

     color:maroon;
 
}


/* ----- NAV MENUS ---- */

#navsite{
}

#navsite ul{
    padding: 3px 0px;
    margin-left: 0;
    border-bottom: 1px solid maroon;
    font: bold 10px verdana, sans-serif;
}

#navsite ul li {
    list-style: none;
    margin: 0;
    display: inline;
}

#navsite ul li a {
    padding: 3px 0.5em;
    margin-left:4px;
    border: 1px solid maroon;
    background: maroon;
    color:white;
    
    text-decoration:none;
}

#navsite ul li a:hover {
    color: maroon;
    background: white;
    
}

#navsite ul li a#current {
    color:black;
    border-top: maroon solid 1px;
    border-right: maroon solid 1px;  
    border-left: maroon solid 1px;
    border-bottom: white solid 1px;  
    background: white;
}


/* ----------- main styles ------------ */


/* headings and general text */

h1, h2, h3, h4 {
   /* margin: 7px; */
    color: black;
}

h1 {
    text-align: left;
    font-size: 20pt;
}

h2 {
    text-align: left;
    font-size: 16pt;
    font-family: times;
}

h3 {
    text-align: left;
    font-size: 12pt;
}

h4 {
    text-align: left;
    font-style: italic;
    font-size: 10pt;
    
}







/* pullquotes */

blockquote {
    padding: 1em 5em; 
    margin: 0em;
    text-align: justify;   
    color: black;
    
}
blockquote p {
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
    line-height: 130%;
    padding:0;
    padding-bottom: 5pt;
    margin:0em;
}

blockquote p:before {
    font-size: 18pt;
    content: "\201C";
}
blockquote p:after {
    font-size: 18pt;
    content: "\201D";
}

blockquote cite {
    display: block;
    text-align:right;
    font-weight: bold;
}
blockquote cite:before {
    content:"\2014";
    
}

/* images */

img {
    margin: auto;
    padding:0;
}


img.right {
    float: right;
    margin: 1px 0px 3px 8px;
     
}

img.left {
    
    float: left;
    margin: 1px 8px 3px 0px;
}

img.border  {
    border: solid maroon 1px;
}





/* divs */

 div.border {
    border: solid maroon 1px;
}

div.left {
    float: left;
    margin: 1px 8px 3px 3px;
    width: 100px;  
    padding: 5px;
    
}

div.right {
    float: right;
    margin: 1px 3px 3px 8px;
    width: 100px;   
    padding: 2px 5px;    
}

div.middle {   
   text-align:center; 
   
}


/* table stuff */

table.info {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px maroon;
    
}

    

th {
    background: maroon;
    color: white;
    font-size: 9pt;
}

td {
    color: #666666;
    font-size:9pt;
    padding: 4px 10px 10px 2px;
    border-bottom: solid 1px maroon;
    
    
}




    








    
