/* 
from : http://brassblogs.com/blog/sticky-footer
PLUS endif for Ie6 on each page linkig to ie.css

 */
* {
margin:0;
padding:5; 
/* was 0 */
border:none;
z-index:0;
}

html, body {
height:100%;
}

body {
font-family:arial, sans-serif;
color:#000;
font-size:100%;  /* was 82% */
background:#edfee6;  
}

#header{
position:absolute;
top:0;
left:0;
width:100%;
height:72px;    /*  same height as clear - see below.. */
line-height:50px;
background:#7dac69;
color: #000;
text-align:left;

height:auto;
/* line-height: 160%; */
font: 12px Verdana, sans-serif,helvetica, arial;
}

#header h1
{
padding: 5px;
margin: 0;
color: #000000;
}


#clearheader {
height:72px; /* same height as header */
}

#outer{
min-height:100%;
margin-left:200px;
 margin-right:20px; /* was 200px */
margin-bottom:-30px; /* height of footer */
background:#edfee6;
}

#leftnav  {
position:relative;
width:200px;
text-align:left;
}

#leftnav {
float:left;
z-index:100;
margin-left:-199px;
left:-1px;
}



/* 
originally had the following for 3 column 
#right {
float:right;
margin-right:-199px;
right:-1px;
}
*/

#middle {
width:100%;
float:left;
position:relative;
z-index:1;
margin:0 -1px;
} 


#navlist
{
width:160px;

padding: 0px;
border: 1px solid gray;
border-top: 0px;
margin-left: 15px;
font: bold 12px Verdana, sans-serif,helvetica, arial;
background: #b2f796;  
text-align: center;

}
#navlist li
{
list-style: none;
margin: 0;
border: 0px;
border-top: 1px solid gray;

}
#navlist li a
{
display: block;



padding: 4px 8px 4px 8px; /*top, left, bottom, right */
font: bold 12px Verdana, sans-serif,helvetica, arial;
border: 2px solid #dbfecd;
background: #dbfecd; 
text-decoration: none;
text-align: right;
}

/* font color, etc of the nav buttons */
#navlist li a:link { color: #000000; font-weight: bold; text-decoration:none
}
#navlist li a:visited { color:#000000; font-weight: bold; text-decoration:none
}


/* ON HOVER over NAV button descriptors: LH border colour of menu button, font color, button background */
#navlist li a:hover {
border-color:  #b2f796;
color: #000000;
background: #b2f796;
}


/* disabled as it also shows when the "back" button is used--WHEN NAV button is BEING CLICKED -  descriptors: LH border colour of menu button, font color, button background--
 
#navlist li a:active {
border-color: #ff8017;
color: black;
background: #cccccc;
}
*/


/* the currently displayed page - descriptors:  LH border colour of menu button, font color, button background */
#navlist li a#current {
border-color: #7dac69;
color: #000000;
background: #7dac69;
}


/* #right {
float:right;
margin-right:-199px;
right:-1px;
} */

#middle {
width:100%;
float:left;
position:relative;
z-index:1;
margin:0 -1px;

}

#helpcontent
{
padding: 1em;
line-height: 130%;
font: 12px Verdana, sans-serif,helvetica, arial;
background-color:#edfee6;

}



/* #middle html
{
padding: 20px 15px 0 15px;
} */

/* p {
padding:20px 15px 0 15px;             /*  15 15,0 , 15 */
/*} */

#clearfooter {
clear:both;
height:45px;
}

#footer {
width:100%;
clear:both;
height:30px; /* height of footer - see #outer (above) */
line-height:100px;
background-color:#7dac69;
color: #000;
font-weight:bold;
text-align:right;
position:relative;
font: 14px Verdana, sans-serif,helvetica, arial;
}



/*#footer a
{
text-decoration: none;
}


 font color, etc of the footer link 
#footer a:link { color: #000000;  text-decoration:none
}
#footer a:visited { color:#000000; text-decoration:none
}
*/


/* navlist1 for logged in area - currently same as normal  */
#navlist1
{
width:160px;
padding: 0px;
border: 1px solid gray;
border-top: 0px;
margin-left: 15px;
font: bold 12px Verdana, sans-serif,helvetica, arial;
background: #fecddb;  
text-align: center;

}
#navlist1 li
{
list-style: none;
margin: 0;
border: 0px;
border-top: 1px solid gray;

}
#navlist1 li a
{
display: block;

padding: 4px 8px 4px 8px; /*top, left, bottom, right */
font: bold 12px Verdana, sans-serif,helvetica, arial;
border: 2px solid #fef0cd;
background: #fef0cd; 
text-decoration: none;
text-align: right;
}

/* font color, etc of the nav buttons */
#navlist1 li a:link { color: #000000; font-weight: bold; text-decoration:none
}
#navlist1 li a:visited { color:#000000; font-weight: bold; text-decoration:none
}


/* ON HOVER over NAV button descriptors: LH border colour of menu button, font color, button background */
#navlist1 li a:hover {
border-color:  #fecddb;
color: #000000;
background: #fecddb;
}





/* the currently displayed page - descriptors:  LH border colour of menu button, font color, button background */
#navlist1 li a#current {
border-color: #cc55fc;
color: #000000;
background: #cc55fc;
}






