/* Body background and margin */
body { background-color: #F8F8D8; margin: 0px }

/* default heading1 */
h1 { border-bottom-style: solid ; border-width: 2px; border-color: #338800; display: block; margin: 10px; width: 80%}

/* this division controls margin for everything between header and footer */
div.bodydiv { margin: 10px; }

/* rootmenu (title page) */
table.rootmenu { margin-top: 40px; margin-bottom: 40px; border-style: none; border-collapse: collapse }
table.rootmenu td { padding: 0px; margin: 0px }
table.bottombar td { text-align: center }

/* footers */
table.footer { margin-top: 30px; border-top-style: solid; border-width: thin; border-color: #000000 }
table.footer td { text-align: left; font-size: x-small }
table.footer td a:link,  table.footer td a:visited, table.footer td a:active { color: #000000; text-decoration: none }
table.footer td a:hover { color: #FFA500; text-decoration: none }

/* headers */
table.header { width: 100%; height: 32px; background-image: url("top_menubar.jpg"); border-style: none; border-collapse: collapse }
table.header td { padding-left: 10px; padding-right: 10px; text-align: left; vertical-align: top }
table.header td a:link,  table.header td a:visited, table.header td a:active { color: #FFFF00; text-decoration: none }
table.header td a:hover { color: #FFA500; text-decoration: none }

/* photo album tables */
table.album { margin-bottom: 30px }
table.album td { text-align: center; vertical-align: top; padding: 0px 10px 0px 10px }

/* place: date for stories that have one */
div.dateline { font-size: small; font-weight: bold; display: inline }

/* subtitle: placed under h1 title on some pages */
div.subtitle { display: block; margin: 5px; margin-left: 20px; font-style: italic }

/* interest(table|block): for directory pages, interestblock holds one entry.
 * note that interestblock title is given as h2.  table holds interestblocks */
div.interesttable { margin: 20px; clear: both; padding-top: 10px; padding-bottom: 10px }
div.interesttable table { width: 95%}
div.interesttable table tr { vertical-align: top }
div.interesttable table tr td { padding-left: 15px; padding-right: 15px }

div.interestblock { background-color: #EEEEFF; text-align: left; border-style: solid; border-width: 1px; border-color: #6666AA; margin-bottom: 20px }
div.interestblock h2 { background-color: #6666AA; margin: 0px; color: #FFFF00; font-size: large }
div.interestblock p { margin: 0.5em }

div.article p.important {background-color: #EEEEFF; margin: 10px; padding: 10px; border-style: solid; border-width: 1px}
