/* CSS for Stroemstad Chapter */

body { background-color: #999999; color: #ffffff; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 90%; }

.page { width: 800px; margin: 0 auto; padding: 0px; text-align: left; background: url('body.gif') left repeat-y; clear: both; }
.body{ padding: 10px; clear: both; }
.head { background: url('head.gif') top left no-repeat; padding: 15px 10px 0 10px; clear: both; }
.foot { background: url('foot.gif') bottom left no-repeat; padding-bottom: 15px; clear: both; }

ul.topnav { text-align: center; margin:0; padding:5px; list-style: none; }
ul.submenu { float: left; padding: 10px; padding-left: 25px; background-color: silver; margin: 0px; width: 125px; color: #333333; }
ul.submenu a { color: #333333; }
ul.submenu li { padding-bottom: 8px; }
ul.topnav li { display: inline; width: 100px; padding: 5px; }
ul.topnav li a { padding: 2px 15px; color: #d6a556; text-decoration: none; white-space: nowrap; font-weight: bold; font-size: 90%; }
ul.topnav li a:hover { text-decoration: underline; color: white; }
ul.topnav li.active a { color : white; }
ul.submenu li.active a { color: #993300; }

a:link, a:active, a:visited, a, a.active { color: inherit; text-decoration: inherit; }
