 /* To set section colours see bottom of sheet */

BODY {     scrollbar-3d-light-color:#abcdef;
           scrollbar-arrow-color:#000000;
           scrollbar-base-color:#abcdef;
           scrollbar-dark-shadow-color:#E4F0FE;
           scrollbar-face-color:#AFA164;
           scrollbar-highlight-color:#ffffff;
           scrollbar-shadow-color:#abcdef}
		   
/* ******************************************************************* initialise */
.hide, .url { display: none; } /* hide skip navigation + print code */
a img { border: none; } /* remove annoying borders from images nested in links */
/*body { height: 100%; } /* fix IE quirk (but not Safari) :( */

html { min-width: 768px; height: 100%;	min-height: 100%; }

 
html > body { overflow: visible; }

#container { position: relative; text-align: left; width: 766px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin-left: auto; margin-right: auto; padding: 0; padding-top: 5px; height: 100%; min-height: 100%; } /* div that everything sits in */

body > #container { height: auto; }

table { font-size: 100%; }  /* fixes IE5 font-size bug */	

/* reiterate for older browsers */
p,br,li, td, a, li, ul, ol, h1, h2, h3, h4, h5, h6, .input, .textfield, .textarea	{ color: #666; font-family: Arial, Helvetica, sans-serif;	padding: 0; }	



/* ******************************************************************** typography  */
p, br,li,a, ul,td, input { font-size: 1em; }
p,br,li,td, input { margin: 0 0 0.9em 0; font-size: 11px;}


/* ******************************************************************* dev only */

