.center 
{
    margin:auto;
    display: block;
}

.logo 
{
    height:6em;
}

.slogan
{
    font-weight:bolder;
    font-family:Georgia;
    font-style:italic;
    color:Blue;
}

.scrollContainer
{
    position:relative;
    overflow:hidden;
    text-align:center;
    padding:5px;
}

.scrollContainer > * /* Actual scrolling text */
{
    position:relative;
}

#header
{
    width:98%;
    table-layout:fixed;
}

#header td
{
    padding:0;
    vertical-align:middle;
    overflow:hidden;
}

#header td > *
{
    padding-left:auto;
}

#header img
{
    height:auto;
    width:auto;
    max-width:15em; /* size of cztlogo: 305 width / 163 height * 8em = 15em */
    max-height:8em;
    margin:0;
}

#mainbody
{
    margin:5px 0px;
    padding:5px 0px;
    background-color:White;
    clear:both;
}

a.img
{
    /*margin:1em;*/
    color:White;
    text-decoration:none;
}

body
{
    font-family: Futura Lt BT, Microsoft Sans Serif, Century Gothic;
    padding:1em;
    margin:0;
}

div.flowvid 
{
    display:block;
    width:28em; /*425px*/
    height:20em; /*300px*/
    z-index:0;
    margin:10px;
    border-width:2px;
    border-style:outset;
    border-color:Blue;
}

div.th
{
    color:#D0D0E0;
    font-size:1em;
    font-weight:bolder;
    padding:10px;
    position:relative;
    z-index:0;
}

img
{
    /*
    margin:5px;
    height:459px;
    width: 384px;
    */
}

img.th
{
    margin:0;
    padding:0;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
}

p
{
    padding-bottom:1em;
    margin:0;
}
    
table.main
{
    width: 99%;
}

table.nest
{
    width:100%;
    table-layout:fixed;
}

td
{
    padding:5px;
    text-align:left;
    vertical-align:top;
}

td.border
{
    border-color:#C0C0D0;
    border-style:dashed;
    border-width:1px;
}

ul
{
    margin:0 0 0 2em;
    padding-left:1em;
}