/* ====================================================================
box layout : this code is was generated from http://www.fu2k.org/alex/css/ 
-------------------------------------------------------------------- */
.columns-float
    {
    float : left;
    width : 80%;
    }
/* the relative positioning is required by IEs 5 + 6 (PC) - NN4 crashes if it sees them while other browsers don't seem to mind - hence the Caio hack */
.column-one
    {
    width : 62%;
    float : left;
    }
.column-two
    {
    width : 38%;
    float : right;
    }
.column-three
    {
    width : 20%;
    float : right;
    }
.box-footer
    {
    clear : both;
    }
/* ====================================================================
box-clear requires all sorts of hackery because of the way the
different browsers cope with clearing floats
see [# #]
-------------------------------------------------------------------- */
.box-clear { clear: both; line-height: 0px; font-size: 1px; }
/* IE5 (mac) dealt with, now reset font-size for Geckos,
turn off for IE5 (PC) + OmniWeb and back on for IE6 (PC)
see [http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml] */
/*\*/
.box-clear { font-size: medium; }
.fake.box-clear { display: none; }
/* */
/* Turn off for Opera 6 and below */
html>body div.box-clear { display: none; }
/* And turn it back on again for good honest browsers
see [http://www.albin.net/CSS/OwenHack.html] */
head:first-child+body div.box-clear { display: block; }
/* ====================================================================
nn4clear is as its name suggests, only required for NN4 compatibility
If you don't need that you can remove both this rule and the
relevant div from the html
-------------------------------------------------------------------- */
.nn4clear { clear: both; line-height: 0px; font-size: 1px; }
/*/*/ .nn4clear { display: none; } /* */
/* ====================================================================
box styling
-------------------------------------------------------------------- */
.box-wrap
    {
    padding : 0px;
    color : #000000;
    }
.box-header
    {
    margin : 0px;
    padding : 0px;
    color : #000000;
    border : none;
    height: 150px;
    }
.box-footer
    {
    margin : 0px;
    padding : 6px;
    color : #000000;
    border : none;
    }
.box-wrap, .box-header, .box-footer 
    {
    background-color : #fff0e6;
    background-image : url('http://blackstrap.org/css/patches.gif');
    }
.column-one-content
    {
    background : #fff0e6;
    }
.column-two-content
    {
    background : #eae9ff;

    }
.column-three-content
    {
    background : #e6ffff;
    }
.column-one-content, .column-two-content, .column-three-content
    {
    margin : 0px;
    padding : 6px;
    border : 0px;
    }
/* CSS HACK: position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
    { position: relative; }
/* */
/* ====================================================================
other styling
-------------------------------------------------------------------- */
body
    {
    margin : 0;
    padding : 0px;
    font-family : helvetica,arial,sans-serif;
    font-size : small;
    background-color : #999999;
    color : #000000;
    }
div
    {
    margin : 0px;
    padding : 0px;
    }
h1
    {
    margin : 0px;
    padding : 9px;
    color : #ffffff;
    background-color : #000000;
    font-size : large;
    font-weight : bold;
    }
h2
    {
    margin : 0px 0px 9px 0px;
    padding : 4px 6px 4px 6px;
    color : #ffffff;
    background-color : #000000;
    font-size : large;
    font-weight : bold;
    }
h4
    {
    margin : 0px 0px 9px 0px;
    padding : 3px;
    color : #ffffff;
    background-color : #000000;
    font-size : small;
    font-weight : bold;
    }
h3
    {
    margin : 0px 0px 9px 0px;
    padding : 3px;
    color : #000000;
    font-size : medium;
    font-weight : bold;
    }

p
    {
    margin : 0px 14px 7px 14px;
    font-size : 11pt;
    font-family : times new roman,times,serif;
    padding : 0px 3px 0px 3px;
    }
hr
    {
    color: #000000;
    background-color: #000000;
    height: 1px;
    }
a   
    {
    color: #000000;
    text-decoration: underline;
    } 
a:visited 
    { 
    color: #666666;
    }
a:hover 
    { 
    background-color: #ff0000;
    text-decoration: none;
    }
a:active { 
    color: #ff0000;
    }
/* CSS Hack, hidden pseudo class needed to keep hyperlink images from highlighing in IE */
a.hidden:link
    {
    color: #ffffff;
    background-color: none;
    }
a.hidden:visited
    {
    color: #ffffff;
    background-color: none;
    }
a.hidden:hover
    {
    color: #ffffff;
    background-color: #ffffff;
    }
a.hidden:active
    {
    color: #ffffff;
    background-color: none;
    }
.right 
    {
    text-align: right;
    }
.larger
    {
    font-size : medium;
    }
.indent
    {
    margin : 0px 5px 3px 50px;
    }
