html
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
	color: #000;
}
div
{
	margin: 0px;
	padding: 0px;
}

p, blockquote, li, h2, h3, dd, dt
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, San-Serif;
	font-size: 0.8em;
	font-weight: normal;
}

h2, h3
{
	font-size: 1em;
}


/*a
{
	text-decoration: none;
	color: #b00;
}
*/
h1
{
	margin: 0px;
}

hr
{
	display: none;
}

pre
{
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	background-color: #eee;
	padding: 5px;
	margin: 10px;
	overflow: auto;
}

ol li.current a
{
	text-decoration: none;
	color: #000;
}

#easy-access, #easy-access a
{
	color: #fff;
}

#easy-access a:hover, #easy-access a:focus
{
	color: #000;
}

body.category #content h2, h2.restitle
{
    padding-bottom: 4px;
    padding-left: 17px;
    background-position:  0% 40%;
    background-repeat: no-repeat;
    font-family: Georgia, Times, "Times New Roman", Serif;
    background-image: url("icon_pg.gif");
    font-size: 1.2em;
    font-style: italic;
}

h2.category
{
	text-transform: uppercase;
}


#content h2 a 
{
	color: #000;
}

#page
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #59869E;
}
#banner
{
	margin: 0px;
	padding: 0.5em;
	border: none;
	text-align: center;
}
#footer a, #banner h1 a
{
	text-decoration: none;
	border: none;
	color: #000;
}
ol.tree
{
	margin: 0;
	padding: 0;
}
ol.tree li
{
	display: inline;
	list-style-type: none;
	padding-right: 0.7em;
	padding-left: 0;
}

ol.tree li:before
{
	content: '\00bb  ';
}

#content img
{
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 5px;
	margin: 10px;
}

p.modified
{
	font-size: 0.6em;
	margin: -1em 1em -0.5em 1em;
	text-align: right;
}

#footer img, div.col-content img
{
	border: none;
}

#footer
{
	text-align: right;
}

#banner h1
{
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-style: italic;
	border: none;
}

#banner h2
{
	border: none;
	text-align: right;
	margin-right: 5em;
}



#footer
{
	padding: 0.5em;
	clear: both;
	border: none
}

div.col-content
{
	padding: 1em 10px;
}

div.col-content h2
{
	padding-bottom: 0;
	margin-bottom: 0.2em;
}

div.col-content li
{
	list-style: none;
}

div.col-content ol li
{
	list-style-type: decimal;
	margin-left: 1.2em;
}

div.col-content a
{
	text-decoration: underline;
}

div.col-content ul, div.col-content ol, div.col-content p
{
	margin-top: 0;
	margin-left: 7px;
	padding-left: 0;
	margin-right: 10px;
	padding-right: 0;
}

input, textarea 
{
	border-width: 1px;
	border-color: #ccc;
}

input[type], textarea[name]
{
	background: #eee;
}

input[type=submit], input[type=reset] 
{
	background: #bbb;
	color: #000;
}

input[type=submit]:hover 
{
	background: #999;
	color: #fff;
}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
#mainfloat
{
	float: left;
	width: 75%;
}
#content
{
	float: right;
	width: 73%;
}

#menuleft
{
	margin-right: 73%;
	text-align: right;
}
#menuright
{
	margin-left: 72%;
}
/* */
#content, #menuleft, #menuright
{
	padding: 6px;
	border: none;

}
/* VERTICAL PADDING ABOVE COLUMNS */
#banner
{ 
	margin-bottom: 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 */
/*/*/
#page, #mainfloat, #content, #menuleft, #menuright, h2
{ 
	p\osition: relative; 
}

