/* Colours used */
/* #fff White
   #977 Baige (standard link colour)
   #EFE7DF Light Baige (page background)
   #653332 Chocolate Brown
   #B69C9C Light Brown (right nav link:hover) */


/* HTML Element Styles */
BODY          { margin:0; padding:0; }

DIV,P,TD      { font-family:Arial, Helvetica, sans-serif;
                font-size:small; }

A             { color:#977;
                background:transparent;
                text-decoration:none; }
                
A:hover       { color:#977;
                background:transparent;
                text-decoration:underline; }

IMG           { border:0px; }

H1            { font-size:1.4em;
                font-weight:normal;
                color:#633; }

H2            { font-size:1.25em; ; color: #663333}

H3            { font-size:1.1em;
                color:#633; }

H4            { font-size:1.1em;
                font-weight:normal;
                font-style:italic;
                color:#633; }

H5            { font-size:1.0em; }

H6            { font-size:0.9em;
                font-weight:normal;
                font-style:italic;
                color:#633; }

FORM          { display:inline; }
INPUT         { font-size:8pt;
                font-family:arial; }

H3            { font-size:1.1em;
                color:#633; }

/* Wrapper & Column Styles */
#alignWrapper { text-align:center; }
.headerImage IMG { display:block; }

#bodyTable    {  }

#leftColumn   { color:#fff;
                background:#653332;
                vertical-align:top; }

#midColumn    { color:#000;
                background:#EFE7DF;
                text-align:left;
                vertical-align:top; }

#rightColumn  { color:#fff;
                background:#653332;
                text-align:left;
                vertical-align:top; }

#leftFooter   { background:#653332;
                color:#fff; }

#midFooter    { background:#EFE7DF;
                color:#000; }

#rightFooter  { background:#653332;
                color:#fff; }

#accessLinks, #accessLinks A {
                text-align:center;
                font-size:1pt;
                background:#653332;
                color:#653332; }


/* Content Styles */
#contentArea  { padding:10px 0px 20px 0px;
                width:auto; /* False value for IE4-5.x/Win */ ; clip:  rect(   )}


/* Footer Styles */
#copyright    { font-size:8pt;
                text-align:center;
                padding:0px 0px 5px 0px; }
 
#activeIngredients
              { font-size:8pt;
                text-align:center;
                padding:0px 0px 5px 0px; }
 
P { color: #663333 }