/* ---------- Global ---------- */

body {
      background: #F0DC82 url('images/bg.jpg') repeat-y top left;
      }
div {
     margin-top:0;
     margin-bottom:0;
     }
p {
   font-family: "Palatino Linotype", "Times New Roman";
   font-size: 12pt;
   color: #000000;
   }
table {
       width: 515px;
       border-collapse: collapse;
      }

/* ---------- Page Layout ---------- */

#head {
       position: absolute;
       top: 20px;
       left: 50px;
       width: 675px;
       z-index: 0;
      }
#nav_main {
       padding: 0px;
       position: absolute;
       text-align: center;
       top: 175px;
       left: 16px;
       width: 138px;
       z-index: 0;
       margin-top:0;
       margin-bottom:0;
      }
#nav {
       padding: 0px;
       position: absolute;
       text-align: center;
       top: 125px;
       left: 16px;
       width: 138px;
       z-index: 0;
       margin-top:0;
       margin-bottom:0;
      }
#text {
       position: absolute;
       top: 125px;
       left: 210px;
       width: 515px;
       z-index: 0;
      }
.button_border {
                border-color: #000000;
                padding: 0px;
                }
.button {
        position: relative;
        height: 37px;
        width: 128px;
        z-index: 1;
        margin-top:0px;
        margin-bottom:0px;
        padding: 0px;
        background-color: #000000;
        }
img.no_border {
                border-width: 0px;
             }
/* #logo {
       position: absolute;
       top: 425px;
       left: 402px;
       width: 114px;
       z-index: 0;
       text-align: center;
       } */

/* ---------- Headings and Text Styles ---------- */

.head {
       text-align: center;
       font-size: 24pt;
       color: #000000;
       margin-top:3px;
       margin-bottom:3px;
      }
.subhead {
          text-align: center;
          font-size: 18pt;
          color: #000000;
          }        
span.point {
            font-family: "Palatino Linotype", "Times New Roman";
            font-size: 12pt;
            text-decoration: underline;
            font-weight:bold;
            color: #000000; 
            }
.note {
       clear: both;
       text-align: center;
       font-size: 12pt;
       color: #000000;
       font-style: italic;
       font-weight: bold;
       }
/* .contact {
          border-style: none;
          border-color: #000000;
         } */
li {
    font-family: "Palatino Linotype", "Times New Roman";
    font-size: 12pt;
    color: #000000;
    margin-top: 6pt;
    margin-bottom: 6pt;
   }
th {
    font-family: "Palatino Linotype", "Times New Roman";
    font-size: 12pt;
    color: #000000;
    text-align: left;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #000000;
    }
td {
    font-family: "Palatino Linotype", "Times New Roman";
    font-size: 10pt;
    color: #000000;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #000000;
    }
span.title {
        font-style: italic;
        color: #000000;
       }
.url {
      clear: both;
      text-align: center;
      width: 515px;
      margin-top: 18pt;
      margin-bottom: 18pt;
      }
span.emphasis {
           font-weight: bold;
           color: #000000;
          }
span.italic
{
    font-style: italic;
}
		  
.figure_heading {
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	}
clear {
    clear: both;
}

/* ---------- Text Modifications ---------- */

.center {
    text-align: center;
            }
.clear {
	clear: both;
	}
	

/* ---------- URL Styles ---------- */

a {
   font-family: "Palatino Linotype", "Times New Roman";
   border-style: none;
   border-color: #000000;
   }
a:link {
        color: #000099;
        border-style: none;
        }
a:hover {
         color: #A24613;
         border-style: none;
         }
a:visited {
           color: #8B7200;
           border-style: none;
           }
a:active {
          color: #A24613;
          border-style: none;
          }