﻿/* To make sure link styles work properly, set them up in LVHA order. 
That's link, visited, hover, and active.*/

a:link
{
    color: blue;
    text-decoration: none;
}

a:visited
{
    color: purple;
    text-decoration: none;
}

a:hover
{
    color: blue;
    text-decoration: underline;
}

a:active
{
    color: blue;
    text-decoration: none;
}

/*a.info CSS code below is modifed from code I found in "Pure CSS Tooltips" 
at (http://psacake.com/web/jl.asp).*/

a.info
{
    color: blue;
    position: relative;
    text-decoration: underline;
    z-index: 24;
}

a.info:hover
{ 
    background-color: #C0C0C0;
    text-decoration: none;
    z-index: 25;
}

a.info span
{
    display: none;
}

a.info:hover span
{
    background-color: #C0C0C0;
    border: 1px solid #C0C0C0;
    color: #000;
    display: block;
    left: 2em;
    position: absolute;
    text-align: center;
    top: 2em; 
    width: 15em;
}

.awptextlogo
{
    color: black;
    font-family: "Courier New";
    font-size: 11pt;
    margin-right: 5px;
    padding-top: 75px;
    text-align: right;
}

.awptextlogo2
{
    color: black;
    font-family: "Courier New";
    font-size: 11pt;
    margin-right: 5px;
    text-align: right;
}

body
{
    background-color: white;
    list-style-position: outside;
    list-style-type: disc;
}

.bodyheader
{
    color: black;
    font-family: Calibri;
}

.bodytext
{
    color: black;
    font-family: Calibri;
    font-size:100%;    
}

.bookcell
{
    padding-top: 25px;
    vertical-align: top;
    width: 150px;
}

.bookcellright
{
    vertical-align: top;
}

.booktable
{
    background-color: white;
    width: 430px;
}

.bottomlinks
{
    color: black;
    font-family: "Courier New";
    font-size: 0.8em;
    text-align: center;
}

.bottomlinkstable
{
    background-color: white;
    border-bottom: 3pt;
    border-bottom-color: gray;
    border-bottom-style: solid;
    border-left: 25pt;
    border-left-color: rgb(172, 222, 230);
    border-left-style: solid;
    border-left-width: 100%;
    width: 650px;
}

.caption
{
    caption-side: bottom;
    color: black;
    font-family: Calibri;
    font-size: 70%;
    text-align: center;
}

.copyrightcell
{
    text-align: center;
}

.copyrighttable
{
    border-left: 25pt;
    border-left-color: rgb(172, 222, 230);
    border-left-style: solid;
    border-left-width: 100%;
    width: 650px;
}

.copyrighttext
{
    color: black;
    font-family: Calibri;
    font-size: 0.8em;
    text-align: center;
}

.dbtextlogo
{
    color: black;
    font-family: "Viner Hand ITC";
    font-size: 36pt;
   /* margin-left: 10px;*/
    text-align: left;
}

.image
{
    caption-side: bottom;
    text-align: center;
}

.logo
{
    vertical-align: bottom;
}

.main
{
    background-color: white;
    border-bottom: 3pt;
    border-bottom-color: gray;
    border-bottom-style: solid;
    border-left: 25pt;
    border-left-color: rgb(172, 222, 230);
    border-left-style: solid;
    border-left-width: 100%;
    width: 650px;
}

.maincell
{
    vertical-align: top;
}

.mainphoto
{
    vertical-align: top;
}

.mainrule
{
    color: gray;
    font-size: medium;
}

.mamieheader
{
    color: black;
    font-family: "Courier New";
    text-align: center;
}

.navbox
{
    border-left-color: rgb(172, 222, 230);
    border-left-style: solid;
    text-align: left;
    vertical-align: top;
    width: 150px;
}

.navtext
{
    color: black;
    font-family: "Courier New";
    font-size: 0.8em;
    margin-left: 5px;
    text-align: left;
}

.news
{
    background-color: rgb(172, 222, 230);
    font-family: "Courier New";
    font-size: 0.7em;
    text-align: center;
}

.newsHeader
{
    background-color: rgb(172, 222, 230);
    font-family: "Courier New";
    font-size: 1.0em;
    text-align: center;
}

.PerigeeBodytext
{
    color: black;
    font-family: Calibri;
    font-size: 77%;
}

.PerigeeCellLeft
{
    width: 300px;
}

.PerigeeCellRight
{
    vertical-align: middle;
}

.PerigeeCopyright
{
    color: black;
    font-family: Calibri;
    font-size: 68%;
    text-align: center;   
}

.quote
{
    color: black;
    font-family: Calibri;
    font-size: 85%;
    text-align: center;    
}

.sitemap1
{
    color: black;
    font-family: Calibri;
    font-size: 11pt;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

.sitemap2
{
    color: black;
    font-family: Calibri;
    font-size: 11pt;
    list-style-type: disc;
    text-align: left;
}

.sitemap3
{
    color: black;
    font-family: Calibri;
    font-size: 11pt;
    list-style-type: square;
    margin-left: 20px;
    text-align: left;
}

.sublinks
{
    color: black;
    text-indent: 5px;
    font-family: "Courier New";
    font-size: 0.8em;
}

