/* CSS Document */

body { color: #333; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; background-color: white; overflow: -moz-scrollbars-vertical; margin-top: 50px; }
p {}
td {}
a:link { color: #0067ab; text-decoration: none; }
a:visited { color: #0067ab; text-decoration: none; }
a:hover { color: #0067ab ; text-decoration: underline; }
a:active { color: #0067ab ; text-decoration: underline; }

/* main nav */
.nav { color: #fff; font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; background-color: #779fce; text-decoration: none; text-align: center; padding: 6px; border-color: #fff; border-style: solid; border-width: 50px 1px 2px; }
.nav a:link { color: #fff; text-decoration: none; }
.nav a:visited { color: #fff; text-decoration: none;  }
.nav a:hover { color: #0067ab; text-decoration: none; }
.nav a:active { color: #0067ab; text-decoration: none; }

/* footer */
#footer { color: #333; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; padding-top: 15px; border-top: 3px solid #0067ab; }
#footer a:link { color: #333; text-decoration: none; }
#footer a:visited { color: #333; text-decoration: none;  }
#footer a:hover { color: #0067ab; text-decoration: none;  }
#footer a:active { color: #0067ab; text-decoration: none;  }

/* home */
#home-table { background-color: #0067ab; }
#home-pic { border: solid 10px #0067ab; }
#home-text { color: #fff; font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 22px; padding: 18px; }
#home-text2 { color: #333; font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 22px; padding: 18px; }
.tagline { font-size: 20px; font-style: italic; }
#pad20 {padding: 20px;}


/* secondary */
#header { background-color: #0067ab; padding: 20px; }
#main-text { padding: 40px 145px; }
h1 { color: #fff; font-size: 30px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: normal; line-height: 30px; text-transform: uppercase; text-align: center; margin: 0; padding: 0; }
h2 { font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: normal; line-height: 25px; }
h3 { font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: normal; padding-top: 3px; border-top: 1px dotted #8892ab; }
h4 { font-size: 12px; font-weight: bold; }
.h4 { font-weight: bold; }
.small { font-size: 10px; }
