@page { size: 7.5in 10in; margin: 0.5in; }

BODY, Caption, P, TH, TD, UL {
 background-color: white; 
font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
font-size: 0.95em;
line-height: 1.2em;
color: gray; }

/* layout styles */

body {
    min-width:760px;
    }

div#container {
    margin:0 auto;
    width:760px;
    background:white;
    border:1px solid silver;
    }

div#header {
    height:90px;
    }

div#sidebar {
    float:left;
    width:165px;
    border-top:1px solid silver;
    line-height:1em;
    }

div#main {
    float:right;
    width:594px;
    border-top:1px solid silver;
    border-left:1px solid silver;
    min-height:400px;
    }

div#footer {
    width:760px;
    height:40px;
    clear:both;
    border-top:1px solid silver;
    }

div#bodycontent {
    margin:10px;
    }

table#body { 
    border-right-color: silver; 
    border-right-style: solid;
    border-right-width: 1px;
    padding: 0px;
    background: white;
    margin: 0px; 
    }

table#nopadding { 
    padding: 0px;
    background: white;
    margin: 0px;
    border-right-color: silver; 
    border-right-style: solid;
    border-right-width: 1px; 
    }


/* font and header styles */

caption, p, th, ul, ol, li, blockquote { 
    color: #444;
    background: white; 
    font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 0.95em;
    line-height: 1.35em;
    }

.body {
    color: #444;
    background: white; 
    font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 0.95em;
    line-height: 1.35em;
    }

H1 { 
    font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: -.6em;
    line-height:1em;
    color: #669933; 
    }

H2 { 
    font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 0.97em;
    font-weight: 500;
    color: #669933; 
    }

H3 { 
    font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 0.93em;
    font-weight: 600; 
    color: gray;
    }

H4 { 
    font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 0.93em;
    font-weight: 500; 
    color: gray;
    }

H5 { 
    font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 0.90em;
    font-weight: 600;
    color: gray;
    }

H6 { 
    display: block; 
    }

a:link { Color: gray; }
a:visited { Color: #638A3A; }
a:hover { Color: #669933; }
a:active { Color: #669933; }


/* special classes */

.frontimage {
    min-height:100px;
    min-width:594px;
    max-width:594px;
    border-top: 1px solid silver;
    overflow:auto;
    }

.hilightbody {
    color:gray;
    font-family:DIN,'FF DIN',Helvetica,Arial,sans-serif;
    font-size:0.8em;
    padding:0px 10px;
    }

.event {font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    color: gray; 
    }

.strong {font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    color: #669933; 
    }

.printer {
    vertical-align: bottom;
    display: inline;
    padding: 0px;
    margin: 0px;
    border: 0px;
    }

.inline {
    vertical-align: bottom;
    display: inline;
    padding: 20px;
    margin: 0px;
    border: 0px;
    }

.sidebarsubmenu {
    font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray;
    margin-left: 6px;
    padding: 4px; 
    }

.sidebarsubmenu-sub {
    font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 0.7em;
    line-height: 1.2em;
    color: gray;
    margin-left: 10px;
    padding: 4px; 
    }

.sidebarsubmenuevent {
    font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    line-height: 1.3em;
    margin-left: 6px;
    padding: 5px; 
    }

.PIC {
    font-family: DIN, 'FF DIN', Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    line-height: 1em;
    color: #6699FF;
    margin-left: 10px;
    padding: 5px; 
    }

img {
    vertical-align: bottom;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    }

.imgnopad {
    padding: 0px;
    margin: 0px;
    border: 0px;
    }

.imgfloatleft {
    float:left;
    margin:0px 5px 0px 0px;
    }
