﻿

/* Generic Selectors */

body {

font-family: Verdana, Georgia, "Times New Roman", Times, serif;
font-size: small;
color: #000000;
background-image: url(sparklywaterblue.gif);
}

p {
/***width: 80%;***/
}


ul {
list-style-type: disc;
line-height: 150%;
}

h1 {
font-size: small;
font-weight: bold;
}

/****h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: medium;
font-weight: bold;
color: #000000;
}*****/

table {
border-collapse: collapse;
}

th {
text-align: left;
background: gray;
color: white;
padding: 5px;
border: 0px;
}

td {
border: 1px solid black;
padding: 0.2em;
font-family: Arial, Georgia, Helvetica;
font-size: 11pt;
}


/**************** Pseudo classes ****************/

a:link {
color: #0000ff;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: rgb(0, 100, 255);
font-weight: bold;
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
font-weight: bold;
}

a:active {
color: rgb(102, 0, 102);
font-weight: bold;
}

li a:link {
color: #0000ff;
text-decoration: none;
font-weight: bold;
}

li a:visited {
color: purple;
text-decoration: none;
font-weight: bold;
}

li a:hover {
color: rgb(0, 0, 255);
font-weight: bold;
}


/************************* ID's *************************/

.caption {
font-weight: normal;
font-size: 75%;
color: gray;
margin-left:200px;
}


#centerDoc {
position: absolute;
z-index: 0;
width: 530px;
padding: 0px 0px 20px 30px; /*top right bottom left*/
margin-top: 120px;
margin-left: 321px;
margin-right: 10px;
color: #ffffff;
}

#centerDoc2 {
position: absolute;
z-index: 0;
width: 540px;
padding: 0px 10px 20px 10px; /*top right bottom left*/
margin-top: 120px;
margin-left: 341px;
margin-right: 10px;
background-color: white;
/*color: #000000;
filter: DropShadow (Color=#808080, OffX=1, OffY=1, Positive=true);*/
}

#centerPic {
position: absolute;
z-index: 0;
width: 540px;
padding: 0px 0px 20px 20px; /*top right bottom left*/
margin-top: 120px;
margin-left: 321px;
margin-right: 10px;
}

#table {
position: absolute;
z-index: 0;
padding: 0px 0px 0px 0px; /*top right bottom left*/
margin-top: 444px;
margin-left: 200px;
margin-right: 10px;
font-family: Arial, Georgia, Helvetica;
font-size: 9px;
}

#table2 {
position: absolute;
z-index: 0;
padding: 0px 0px 0px 0px; /*top right bottom left*/
margin-top: 1450px;
margin-left: 236px;
margin-right: 10px;
font-family: Arial, Georgia, Helvetica;
font-size: 8px;
}


#tagline {
margin-left: 200px;
margin-right: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #6495ED;
border-top: 3px solid #7da5d8;
border-bottom: 3px solid #7da5d8;
}

#copyright {
position: absolute;
z-index: 0;
padding: 0px 0px 0px 0px; /*top right bottom left*/
margin-top: 580px;
margin-left: 350px;
margin-right: 10px;
}

#rightpic {
float: right;
width: 250;
height: 170;
z-index: 1;
}

#inset {
width: 80%;
}