/* henderson css */
 
body {background: url(images/graphics/bg.jpg) top repeat-x; font-family: Helvetica, Arial, sans-serif; margin-top: 0px;}

p {color: #555555; font-size: 9pt;}
h1 {color: #333333; font-size: 9pt; background: #F5F5F5; line-height: 160%; font-weight: normal; padding: 10px;} /* news title */
h2 {color: #555555; font-size: 8pt; line-height: 160%; font-weight: normal; margin-bottom: 50px;} /* dates */
h3 {color: #a2a2a2; font-size: 7pt; font-weight: normal;} /* super tiny text */
img {border: none}

#topright {position: absolute; top: 0px; right: 0px;}
#container {width: 720px; overflow: hidden; background-color: #FFF; margin: 0 auto 0 auto; padding: 4px;}
#header {text-align: center; padding: 5px;}
#nav {padding-top: 2px; border-top: #cccccc 1px dotted; border-bottom: #cccccc 1px dotted; text-align: center;}
#content {padding: 10px; overflow: hidden;}
#footer {padding: 10px 0 8px 0; border-top: #cccccc 1px dotted; border-bottom: #cccccc 1px dotted;}

.left {float: left; padding-left: 10px; width: 340px;}
.right {float: right; padding-right: 10px; width: 340px; text-align: right;}
.center {text-align: center;}

a:link {text-decoration: none; color : #333333;}
a:visited {text-decoration: none; color : #555555;}
a:hover {text-decoration: none; color : #000;}
a:active {text-decoration: none; color : #555555;}