/* CSS Document */
body {text-align: center; }
div { text-align: center; }

/* Top Banner Logo*/
td.logo { width: 75px; text-align: left; vertical-align: top; }

/* Top Banner Library Title*/
td.bnr { font-family: "Arial", "Helvetica", sans-serif; font-style: normal; font-weight: bold; color: navy; background-color: #FFFFFF; text-decoration: none; font-size: 140%; text-align: left;  }

/* Top Banner County Librarian*/
td.bnr2 { font-family: "Arial", "Helvetica", sans-serif; font-style: normal; font-weight: bold; color: navy; background-color: #FFFFFF; text-decoration: none; font-size: 1em; text-align: left; 
}

/* Top Navigation */
td.n { font-family: "Arial", "Helvetica", sans-serif; font-style: normal; font-weight: normal;    font-size: 0.8em; text-align: left;	vertical-align: top; }

/* Page Title */
p.t { font-family: "Arial", "Helvetica", sans-serif; font-style: normal; font-weight: bold; background-color: #FFFFFF; font-size: 1em; color: #000000; }

/* Paragraph */
p { font-family: "Arial", "Helvetica", sans-serif; font-style: normal; font-weight: normal; background-color: #FFFFFF; text-decoration: none; font-size: 0.8em; color: #000000;
}

/* Table where contents are in */
td.main { vertical-align: top; border: thin solid #CCCCCC; text-align: center; 
}

/* Lists*/
ul { font-family: "Arial", "Helvetica", sans-serif; font-style: normal; font-weight: normal; background-color: #FFFFFF; text-decoration: none; font-size: 0.8em; color: #000000; }

/* Hover and Link */
a { color: blue; background-color: transparent; }
a:hover { background-color: #ffffff; color: #669966; text-decoration: underline;
}

/* Footer */
td.ft { font-family: "Arial", "Helvetica", sans-serif; font-style: normal; font-weight: normal; color: #000000; background-color: #FFFFFF; text-decoration: none; font-size: 0.7em; text-align: center; }
