/* ########## Layout ########## */
body { font-family: Arial, Helvetica, sans-serif; background-color: white; color: black; }

.border1 { border: 2px solid black; }
.border2 { border: 1px solid white; }

h1 { font-size: 16px; font-weight: bold; color: black; margin: 0; padding-bottom: 0px }
h2 { font-size: 14px; font-weight: bold; color: black; margin: 0; padding-bottom: 0px}
h3 { font-size: 11px; font-weight: bold: color: black; margin: 0;  }
h4 { font-size: 24px; font-weight: bold: color: black; margin: 0;  }
h5 { font-size: small; font-weight: bold; color: black; font-style: italic; }


li { font-size: 13px; font-weight: bold; }

/* ########## Text ########## */
.maintext { font-size: 12px; color: #black; }
.maintext a:link{ font-size: 12px; color: #34588E; text-decoration: underline; font-weight: bold; }
.maintext a:visited{ color: #34588E; text-decoration: underline; }
.maintext a:hover{ color: black; text-decoration: underline; }
.maintext a:active{ color: black; text-decoration: underline; }

.menu { font-size: 14px; font-weight: bold; color: #34588E; padding-top: 0px; }
.menu a:link{ color: #34588E; text-decoration: none; }
.menu a:visited{ color: #34588E; text-decoration: none; }
.menu a:hover{ color: black; text-decoration: none; }
.menu a:active{ color: black; text-decoration: none; }

.slogan { font-size: 16px; color: black; font-weight: bold; position: relative; top: 4; }

.pagename { font-size: 12px; color: #082984; font-weight: bold; }

.date { font-size: 10px; color: black; font-weight: bold; padding-left: 20px; }

.newsheading { font-size: 12px; color: #34588E; font-weight: bold; }

.newsdate { font-size: 12px; color: #34588E; font-weight: bold; }
.newsdate a:link{ color: #444444; text-decoration: underline; }

.news { font-size: 12px; color: black; }
.news a:link{ color: #444444; text-decoration: underline; }
.news a:visited{ color: #444444; text-decoration: underline; }
.news a:hover{ color: black; text-decoration: underline; }
.news a:active{ color: black; text-decoration: underline; }

.footer { font-size: 10px; color: #003399; }
.footer a:link { color: #003399; text-decoration: underline; }
.footer a:visited { color: #003399; text-decoration: underline; }
.footer a:hover { color: black; text-decoration: underline; }
.footer a:active { color: black; text-decoration: underline; }

.lightgray { color: #999999; }

/* ########## Format ########## */
.blackborder { border: 1px solid black; }
.side-nav { background-color: #FFFFFF; border-style: solid; border-width: 1px; border-color: #CCCCCC; padding: 5px 5px 25px 5px; }
.section-title2 { background-color: #FFE599; color: #34588E; font-size: 12px; font-weight: bold; padding: 3px; }