/* Generic Selectors */

body {
    font-family: "Times New Roman", Georgia, serif, Times, arial;
    font-size: 14px;
    color: #000000;
    background-color: #FFFFFF;
}

p {
    width: 95%;
}

img {
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
}

imgright { /*** didn't work???? tried  <img id="imgright" src="" ***/
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    float: right; 
    margin-left:10px; 
    margin-right:5%;
    width:350px;
}


li {
    list-style-type: none;
    line-height: 150%;
    /* list-style-image: url(../images/arrowSmall.gif);*/
}

h1 {
    font-family: "Times New Roman", Georgia, serif, Times, arial;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

h2 {
    font-family: "Times New Roman", Georgia, serif, Times;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    /*border-bottom: 1px solid #C6EC8C;*/
}

h2red {
    font-family: "Times New Roman", Georgia, serif, Times;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    /*border-bottom: 1px solid #C6EC8C;*/
}

h3 {
    font-family: "Times New Roman", Georgia, serif, Times;
    font-weight: bold;
    font-size: 14px;
}
table {
    border: none;
    width: 60%;
}
span {
    display: inline-block;
}

/**************** Pseudo classes ****************/

a {
    color: #6060BF;
    font-family: "arial","serif";
    text-decoration: none;
}
a:link {
    color: #6060BF;
    font-family: "arial","serif";
    text-decoration: none;
}

a:visited {
    color: #6060BF;
    font-family: "arial","serif";
    text-decoration: none;
}
a:active {
    color: #6060BF;
    font-family: "arial","serif";
    text-decoration: none;
}
a:hover {
    color: #3030FF;
    font-family: "arial","serif";
    text-decoration: underline;
}

/************************* ID's *************************/

#centerDoc {
    position: absolute;
    z-index: 5;
    padding: 0 0 20px 10px; /*top right bottom left*/
    margin-top: 0px;
    margin-left: 25px;
}

#leftbox {
    display: inline;
    width: 420px;
    left: 10;
}

#rightbox {
    display: inline;
    width: 380px;
    left: 420;
}
.tdmenu {
    height: 18;
    width: 140;
}

.pgv {
    visibility: visible;
    position: absolute;
    top: 215;
    width: 100%;
}
.pgnv {
    visibility: hidden;
    position: absolute;
    top: 215;
    width: 100%;
}

