html{margin: 0px;padding: 0px;}
body{margin: 0px;padding: 0px;background-color: #000000;color: #ffffff}
#page{margin: 0px;padding: 0px;border-right-width: 1px;	border-left-width: 1px;border-right-style: solid;border-left-style: solid;border-right-color: #666666;	border-left-color: #666666;background-image: url("h1.gif");background-repeat: repeat;}

.size12 {font-size: 12px}
.size13 {font-size: 13px;font-weight: bold}


#patchphoto {position:absolute;right: 0px;top: 0px;}

p, blockquote, li, h2, h3, dd, dt{font-family: "Verdana", Lucida Grande, Tahoma, Helvetica, San-Serif;font-size: 0.6em;font-weight: normal;}

h2, h3{font-size: 0.7em;}
a{text-decoration: none;color: #FEAF00;font-weight: bold;}
a:hover{text-decoration: none;color: #FFCF66;font-weight: bold;}
h1{font-size: 0.9em;width: 100%;margin: 0 0 0 0;}
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: #ffffff;margin: 0 0 0 0;padding: 0 0 10px 0;}
#easy-access a:hover, #easy-access a:focus{color: #eeeeee;margin: 0 0 0 0;padding: 0 0 10px 0;}
body.category #content h2, h2.restitle
{padding: 4px 4px 4px 17px;
background-position:  0% 40%; 
background-repeat: no-repeat; 
font-family: "Arial", Helvetica, sans-serif;
background-image: url("icon_pg.gif");
font-size: 0.9em;
font-style: italic;
font-weight: bold
color: #E7970C;
border:solid 1px #333333;
background-image: url("h2.gif");
background-repeat: repeat;}

h2.category{text-transform: uppercase;}
#content h2 a {color: #E7970C;}
#page{width: 900px;margin-left: auto;margin-right: auto;}
#banner{margin: 0px;padding: 0.5em;border: none;text-align: center;}
#footer a, #banner h1 a{text-decoration: none;border: none;color: #999999;}
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: center;color: #E7970C;font-family: "Arial", Helvetica, sans-serif;padding: 0em;clear: both;border: none;font-size: 0.8em;}
#banner h1{font-family: "Arial", Helvetica, sans-serif;font-size: 0.8em;font-style: italic;border: none;color: #E7970C;width: 100%;padding: 0 0 0 0;	font-variant: small-caps;}
#banner{margin: 0 0 0 0;padding: 0 0 0 0;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #333333;}

#easy-access{margin: 0 0 0 0;padding: 5px 0 5px 0;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #333333;}

#top{margin: 0 0 0 0;padding: 10px 0 10px 0;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #333333;}

#banner h2{border: none;text-align: right;margin-right: 5em;}
div.col-content{padding: 0.8em 10px;}
div.col-content h2{padding: 0.2em;margin-bottom: 0.3em; border:solid 1px #333333;}
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: 70%;border-left-width: 1px;border-left-style: solid;	border-left-color: #333333;border-right-width: 1px;border-right-style: solid;	border-right-color: #333333;padding: 10px;}
#menuleft{margin-right: 73%;text-align: right;padding: 10px;}
#menuright{margin-left: 72%;padding: 20px;}
/* */
/*#content, #menuleft, #menuright
{padding: 3px;}
/* 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;}
