/* DEFAULTS */
body         { font-family: arial, helvetica, sans-serif; font-size: 14px; background-color: rgb(210,105,30) }
a            { color: gold; text-decoration: none }
a:hover      { color: white }
h1           { text-align: center; margin-top: 0px; margin-bottom: 10px; padding: 0px; 
               background-color: brown; color: rgb(210,105,30) }
h2           { text-align: center; margin: 0px; color: black }
h3           { text-align: left; margin-bottom: 0px; color: black }
h4           { text-align: center; margin-top: 0px; margin-bottom: 10px; padding: 0px; 
               background-color: brown; color: rgb(210,105,30); font-size: 16px }
table        { margin-left: auto; margin-right: auto }
td           { vertical-align: top }
th           { vertical-align: top; background-color: brown; color: white }
.center      { text-align: center }

/* MASTHEAD */
div.masthead { position: absolute; top: 0px; left: 0px; width: 100%; height: 141px; text-align: center }
img.masthead { border: none }

/* PAGE STRUCTURE */
div.topnav   { position: absolute; top: 145px; left: 0px; width: 100%; height: 25px; text-align: center; background-color: brown }
div.left     { position: absolute; top: 175px; left: 15px; width: 150px; padding-right: 5px }
div.main     { position: absolute; top: 175px; left: 175px; width: 640px; border: 1px solid brown; margin-bottom: 10px }
div.right    { position: absolute; top: 175px; right: 15px; width: 150px; padding-left: 5px }
div.text     { position: relative; margin-left: 10px; margin-right: 10px; margin-bottom: 20px; text-align: left }
div.foot     { position: relative; width: 100%; text-align: center; border-top: 1px solid brown; margin-bottom: 20px }

/* BLOCKS */
div.block    { position: relative; width: 100%; border: 1px solid brown; text-align: center; font-size: 12px; margin-bottom: 10px }
div.blockL   { position: relative; width: 100%; border: 1px solid brown; text-align: left; font-size: 12px; margin-bottom: 10px }
p.blockL     { padding-left: 5px; margin: 0px }

/* NEWS */
div.newsimg  { position: relative; float: left; width: 305px; border: 1px solid brown; 
               margin-right: 10px; margin-top: 20px; margin-bottom: 10px; text-align: center }
img.newsimg  { border: 1px solid brown; margin-top: 5px }
p.newstext   { position: relative } 
p.newsbyline { position: relative } 
p.cntcaption { position: relative; margin-top: 0px; margin-right: 10px; margin-left: 10px } 

/* GENERAL */
div.break    { position: relative; width: 100%; margin-top: 20px; text-align: center; background-color: brown; 
               color: rgb(210,105,30); font-weight: bold }
img.image    { border: 1px solid brown; margin-left: auto; margin-right: auto }
img.mailto   { border: none }
div.image    { text-align: center }
p.link       { text-align: center }
td.hdr       { background-color: brown; text-align: center; color: rgb(210,105,30); font-weight: bold }
