/* column container */
.clrmask {
    position:relative;	/* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
    overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.clrleft,
.clrmid,
.clrright {
    float:left;
    width:100%;
    position:relative;
}
.colcenter,
.colsinister,
.coldexter {
    float:left;
    position:relative;
    padding:0 0 1em 0;
    overflow:hidden;
}
/* 3 Column settings */
.threecol {
    background:#f4aaf4;		/* right column background colour */
}
.threecol .clrmid {
    right:25%;			/* width of the right column */
    background:#fff;		/* center column background colour */
}
.threecol .clrleft {
    right:50%;			/* width of the middle column */
    background:#f4f4f4;	/* left column background colour */
}
.threecol .colcenter {
    width:48%;			/* width of center column content (column width minus padding on either side) */
    left:101%;			/* 100% plus left padding of center column */
}
.threecol .colsinister {
    width:23%;			/* Width of left column content (column width minus padding on either side) */
    left:28%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .coldexter {
    width:23%;			/* Width of right column content (column width minus padding on either side) */
    left:80%;			/* Please make note of the brackets here:
                    (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* 3 Column blog style settings */
.blogstyle {
    background:#f4f4f4;		/* right column background colour */
}
.blogstyle .clrmid {
    right:25%;			/* width of the right column */
    background:#fff;	/* center column background colour */
}
.blogstyle .clrleft {
    right:25%;			/* width of the middle column */
    background:#f4f4f4;		/* left column background colour */
}
.blogstyle .colcenter {
    width:48%;			/* width of center column content (column width minus padding on either side) */
    left:101%;			/* 100% plus left padding of center column */
}
.blogstyle .colsinister {
    width:23%;			/* Width of left column content (column width minus padding on either side) */
    left:53%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.blogstyle .coldexter {
    width:23%;			/* Width of right column content (column width minus padding on either side) */
    left:55%;			/* Please make note of the brackets here:
                    (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* 2 Column (left menu) settings */
.leftmenu {
    background:skyblue;	/* left column background colour */
}
.leftmenu .clrright {
    float:left;
    width:200%;
    position:relative;
    left:200px;
    background:#fff;
}
.leftmenu .colwrap {
    float:right;
    width:50%;
    position:relative;
    right:200px;
    padding-bottom:1em;
}
.leftmenu .colcenter {
    background:#fff;
    margin:0 15px 0 215px;
    position:relative;
    right:100%;
    overflow:hidden;
}
.leftmenu .colsinister {
    float:left;
    width:170px;
    position:relative;
    right:185px;
}
/* 2 Column (right menu) settings */
.rightmenu {
    background:#f4f4f4;		/* right column background colour */
}
.rightmenu .clrleft {
    right:25%;			/* right column width */
    background:#fff;		/* left column background colour */
}
.rightmenu .colcenter {
    width:73%;			/* left column content width (left column width minus left and right padding) */
    left:26%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .coldexter {
    width:23%;			/* right column content width (right column width minus left and right padding) */
    left:28%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* 2 Column (double page) settings */
.twocol {
    background:#fff;		/* right column background colour */
}
.twocol .clrleft {
    right:50%;			/* right column width */
    background:#fff;		/* left column background colour */
}
.twocol .colsinister {
    width:48%;			/* left column content width (column width minus left and right padding) */
    left:51%;			/* right column width plus left column left padding */
}
.twocol .coldexter {
    width:48%;			/* right column content width (column width minus left and right padding) */
    left:53%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Full page settings */
.onecol {
    background:#fff;		/* page background colour */
}
.onecol .colcenter {
    width:98%;			/* page width minus left and right padding */
    left:1%;			/* page left padding */
}
.gendiv {
    padding: 1em;
    overflow:auto;
}
.prov {
    padding-left:25%;
    padding-right:1%;
    border-top: 1px dotted tan;
    overflow:auto;
    background-color:cornsilk;
    font-size:xx-small;
    text-align:right;
}
.mcoldiv {
    padding: 1em;
    overflow:auto;
    column-width:200px;
    -moz-column-width:200px;
    -webkit-column-width:200px;
}
.contdiv {
    background-color: #fff;
    margin: 1em 0 1em 0;
}
.contborddiv {
    background-color: #fff;
    border: 1px solid #8cacbb;
    margin: 1em 0 1em 0;
}
.headdiv {
    height: 1.5em;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    background-color: #dee7ec;
    border-bottom: 1px solid #8cacbb;
    padding: .3em;
    position:relative;
}
.minmaxbuttons {
    position: absolute;
    right: 4px;
    top: 1px;
}
.plusbutton { display:none; }
.minusbutton { display:block; }
.footdiv {
    height: 1.5em;
    font-weight: bold;
    font-size: 80%;
    overflow: hidden;
    background-color: #dee7ec;
    border-top: 1px solid #8cacbb;
    padding: .3em;
}
.contdivmin {
    background-color: #fff;
    margin: 1em 0 1em 0;
}
.contdivmin .headdiv {
    font-size:80%;
    height: 1.5em;
    border:0;
}
.contdivmin .plusbutton { display:block; }
.contdivmin .minusbutton { display:none; }
.contdivmin .footdiv {
    height:0;
    border: 0px;
    padding: 0em;
}
.contdivmin .gendiv {
    height:0;
    border: 0px;
    padding: 0em;
}
.contdivmin .mcoldiv {
    height:0;
    border: 0px;
    padding: 0em;
}
.contborddivmin {
    background-color: #fff;
    border: 1px solid #8cacbb;
    margin: 1em 0 1em 0;
}
.contborddivmin .headdiv {
    font-size:80%;
    height: 1.5em;
    border:0;
}
.contborddivmin .plusbutton { display:block; }
.contborddivmin .minusbutton { display:none; }
.contborddivmin .footdiv {
    height:0;
    border: 0px;
    padding: 0em;
}
.contborddivmin .gendiv {
    height:0;
    border: 0px;
    padding: 0em;
}
.contborddivmin .mcoldiv {
    height:0;
    border: 0px;
    padding: 0em;
}
.imgbox {
    display: grid;
    background-image:url("FdL-100-small.png");
    /*background-repeat:repeat;*/
}
.center-fit {
    max-width: 100%;
    margin: auto;
} 
.tight {
    margin-left:100px;
    margin-top:1.33em;
    max-width:800px;
}
