/* 4 colors: cadae9, 6698c6, 165c9d , 094378 */

body {   color: #000000;   background-color: #094378;   font-family: "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;   }/*-------------------------------------------------Headings & Text-------------------*/em {   font-style: italic;   }strong {   font-weight: bold;   }

a {   color: #666666;
   }a:hover {   color: #999999;
   }

h1 {   font-size: 1.4em;
   font-family: Palatino, Times, Times New Roman, serif;
   font-weight: bold;   margin-top: 5px;   margin-bottom: 20px;
   text-align: center;   }h1.page1 {   font-size: 1.3em;
   font-weight: bold;
   font-style: italic;   font-family: "Gill Sans", Arial, Helvetica, sans-serif;   margin-top: 20px;   margin-bottom: 20px;
   text-align: left;
   }

h2{    font-size: 1.2em;
   font-weight: bold;
   margin-top: 5px;   margin-bottom: 10px;   }h3 {   font-size: 1em;
   font-weight: strong;
   font-style: italic;   margin-top: 0%;   margin-bottom: 0%;   }.text-9 {   font-size: .9em;   }.minitext {   font-size: .75em;   }.center {   text-align: center;   }/*-------------------------------------------------Div's, P's & Hr's-------------------*/p {   margin-top: 0%;   margin-bottom: 20px;   }div {   margin-top: 0%;   margin-bottom: 0%;   }hr {   margin-top: 0%;   margin-bottom: 0%;   color: #666666;   }

.container {
   background-color: #ffffff;
   max-width: 800px;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   }

.header {
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   }

header.img {
   padding: 0px;
   margin: none;
   border: none;
   }

.bodycol {   margin-top: 0%;   margin-bottom: 0%;   width: 77%;
   float: right;   padding-top: 30px;
   padding-left: 2%;
   padding-right: 2%;
   padding-bottom: 10px;
   background-color: #ffffff;   border-left: 1px solid #000000;
   }

.white {
   background-color: #ffffff;
   margin-left: 5%;
   margin-right: 5%;
   margin-bottom: 20px;
   margin-top: 12px;
   padding: 1%;
   }

/*----------------------------- Horiz Navigation ----------------------------------------*/

.horiznav {
   text-align: center;
   clear: both;
   color: #FFFFFF;
   background-color: #6698c6;
   margin: 0px;
   }

.horiznav a {
   color: #000000
   text-decoration: none;
   }

.horiznav a:visited {
   color: #444444;
   text-decoration: none;
   }

.horiznav a:hover {
   color: #DDDDDD;
   text-decoration: underline;
   }

/*----------------------------- Footer ----------------------------------------*/

.footer {
   background-color: #AAAAAA;
   text-align: center;
   }


/* _________________ Nav Column ________________________*/

.navcol {   margin-top: 0%;   margin-left: 0%;   margin-right: 80%;   margin-bottom: 0%;   background-color: #ffffff;   padding-left: 8px;   padding-right: 15px;   font-family: "Gill Sans", Arial, sans-serif;   font-size: 1em;   }

.navcol p {
   margin-left: 15px;
   margin-right: 10px;
   margin-bottom: 15px;
   text-indent: -15px;
   }
.navcol a {   color: #333333;   text-decoration: none;   padding: 3px;   font-size: 1em;   }.navcol a:visited {   color: #888888;   }.navcol a:hover {   color: #888888;
   text-decoration: underline;
   }
.navcol p.active {
   color: #333333;   border: 1px solid #333333;
   background-color: #cadae9;   text-indent: 0px;
   margin-left: 0px;
   text-decoration: none;   padding: 3px;   }


/*----------------------------- Images ----------------------------------------*/

img {   border: none;   padding: 3px;   }.left {   float: left;   padding-right: 15px;   padding-bottom: 15px;   }.right {   float: right;   padding-left: 15px;   padding-bottom: 15px;   }.clear {   clear: both;   }
.photo {   border: 1px solid #000000;   margin-top: 0%;   margin-bottom: 0%;   margin-left: 0%;   margin-right: 0%;   }

img.page1 {
   float: right;
   padding-top: 15px;
   padding-left: 15px;   padding-bottom: 15px;   }


