html
{
/*
background-image: url("file://C:\usr\NIK\website\nfs\home\public\blah.jpg") ;
height: 90%;
*/
}

body
{
background-color:#eee;
}

h2
{
font-stlyle: italic;
color: #339933;
/*text-align: center;*/
}

p.centred
{
text-align: center;
}

table.indented
{
    /*
    table-layout:fixed;
    position: relative;
    */
    border-collapse: collapse;
    border: 1px solid;
    border-color: #ccc;
    margin-left: 2em;
    padding-left: 2em;
    margin-right: auto;
}

table.indented tbody tr
{
    border: 1px solid;
    border-color: #ccc;
    vertical-align:top;
}

table.centred
{
border: 1px;
text-align: center;
width: 80%;
}

table.centred td
{
width: auto;
border: 0;
padding: 2px;
}

a, h2
{
    color: #060;
}

p#topMenu
{
    padding-bottom: 2em;
    line-height: 2;
}

p#topMenu > a,  a.menu
{
    border: #ddd 1px solid;
}

a.menu 
{
    width: 5em;
    text-align: center;
    padding: .5em;
    margin-top: .7em;
    display: list-item;
    list-style-type: none;
    font-weight:bolder;
}

a.menu:hover, p#topMenu  > a:hover 
{
    background-color: #f99;
}

img
{
border: 0px;
}

img.right
{
    position:absolute; 
    right:-250px;
    clear:right;
}

div.centrePanel 
{
    position: relative;
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    font-style: italic 
    text-color: #333333;
    text-align: justify;
    padding-top:  1em;
    padding-left:  2em;
    padding-bottom: 2em;
    padding-right:  2em;
    z-index: 2;
    top: 2em;
    min-height: 70%;
    overflow: visible;
    line-height: 1.5;
    border: 1px solid #ddd; 
    background-color: #fdfdee;
    /* 
    height: 100em;
    min-height: 100%;
    margin-top: 2em;
    */
}

div.leftPanel 
{
    position: relative;
    max-width: 30em;
    margin-left: 2em;
    text-align: justify;
    padding-top:  1em;
    padding-left:  2em;
    padding-bottom: 2em;
    padding-right:  2em;
    z-index: 2;
    top: 2em;
    min-height: 70%;
    overflow: visible;
    line-height: 1.5;
    /* 
    border: 1px solid #ddd; 
    background-color: #fdfdee;
    height: 100em;
    min-height: 100%;
    margin-top: 2em;
    */
}

span.menu
{
    padding-top: 2px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-right: 4px;

    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    border-right: #ddd 1px solid;


    text-align: center;
    line-height: 2em;
    /*
    font-size: larger;
    background-color: #fdfdee;
    z-index: 1;
    */
}

span.breadcrumb
{
    /*
    float: left;
    background-color: #fdfdee;
    */
    font-size: small;

    padding-top: 2px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-right: 4px;
    
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    border-right: #ddd 1px solid;

    z-index: 4;
}

img.gimmick:hover
{
    /*
    onmouseover: url('ring%202.gif');
    */
    background: transparent url(ring%202.gif)
}

a:link
{
color: #66b; 
text-decoration: none;
}

a:visited
{
color: #900;
text-decoration: none;
}

a:focus
{
color: #090;
}

a:hover
{
color: #090;
background-color: #eef;
text-decoration: none;
}

a.fixedRight
{
position: fixed; 
right: 1em; 
z-index: 4;
}

table
{
    width: auto;
    border: 0;
    border-collapse: collapse;
    text-align:left;
}

table tr
{
    border: 1px solid;
    border-color: #ccc;
    vertical-align:top;
}

table tr td
{
width: auto;
border: 0;
padding: .3em;
}

td.galleryCaption
{
max-width: 10em;
}

/* table rows for q and a section */
tr.q td
{
    padding-bottom: 1em;
    padding-right:  1em;
}

tr.a td
{
    padding-bottom: 1em;
    padding-right:  1em;
    margin-bottom:  1em;
}

tr.q
{
    background-color: #eed;
}

tr.a
{
    background-color: #fff;
}

#indexboxes{
font-family:Trebuchet MS;
margin:10;
padding-top:2px;
}