* { margin: 0; padding: 0; }

body {
  background: rgb(6,57,120) url('./images/background.jpg');
  margin: 0 10px;
  font-family: verdana,arial,helvetica,sans-serif;
  color: #333;
}
body, td {
  font-size: 10pt;
}
.clear {
  clear: both;
  display: block;
  visibility: hidden;
  font-size: 0;
  line-height: 0em;
  content: ".";
}
a { color: #003399; }
hr {border: 0; height:1px; color: rgb(154,154,205); background: rgb(154,154,205); }
.lfloat { float:left; margin: 5px 18px 5px 0; }
.rfloat { float:right; margin: 5px 0 0.25em 1.25em ; }

#header, #main, #footer, #footer2 { width: 940px; margin: auto; }
#main, #footer, #footer_inner { background: rgb(24,79,158); }
#wikileft, #wikileft a, #footer_inner, #footer_inner a { color: rgb(204,204,255); }

#header { height: 172px;
  background: rgb(24,79,158) url('./images/site_top.jpg') 0 0 no-repeat; }

#main { border: }

#content_bg { float: right;  width: 691px; /* 682 + 9 = 691 */
  margin: 0 22px 21px 0; display: inline;
  background: transparent url('./images/colourline.jpg') 0 0 repeat-y; }
#content { width: 682px;  margin-left: 9px;
  background: rgb(204,204,255) url('./images/content_body.jpg') 0 0 repeat-y; }
#content_top { height: 22px;
  background: transparent url('./images/content_top.jpg') 0 0 no-repeat; }
#content_bottom { height: 23px;
  background: transparent url('./images/content_bottom.jpg') 0 0 no-repeat; }

#wikibody { width: 640px; margin-left: 22px; }
#wikibody ul { margin: 1em 0 0 2.2ex; }
#wikibody ol { margin: 1em 0 0 2.8ex; }
#wikibody li { margin: 0.25em 0 0 0; }
#wikibody p { line-height: 1.3em; text-align: justify; }
#wikibody p, #wikibody h1, #wikibody h2, #wikibody h3,
#wikibody h4, #wikibody h5, #wikibody h6 { text-indent: 20px; }
#wikibody form p { text-indent: 0; }

#wikibody .pagetitle { margin-top: 0; }
#wikibody .vspace { margin-top: 0.9em; }

#wikicmds { float: right; font-size: 80%; }
#wikicmds ul { list-style: none; margin-left: 0; }
#wikicmds li { display: inline; margin-right: 0.5em; }
#wikicmds li a { color:black; }

#wikitext .wikimessage { margin-bottom: 0.25ex; font-weight: bold; }

#wikiedit textarea { width: 98%; }

#menu { float: left; width: 187px; margin: 0 0 20px 23px; display: inline;
  background: rgb(0,51,153) url('./images/menu_body.jpg') 0 0 repeat-y; }
#menu_top { height: 13px;
  background: transparent url('./images/menu_top.jpg') 0 0 no-repeat; }
#menu_bottom { height: 13px; margin-top: -2px;
  background: transparent url('./images/menu_bottom.jpg') 0 0 no-repeat; }
*html #menu_bottom { background-color: rgb(24,79,158); }

#wikileft { margin: 0 11px; font-weight: bold; }
#wikileft ul { list-style-type: none; }
#wikileft li,
#wikileft p { padding-left: 18px; margin-bottom: 0.75ex; 
  background: transparent url('./images/menu_button.jpg') 0px 4px no-repeat; }
#wikileft ul ul { margin-top: 0.75ex; }
#wikileft a { text-decoration: none; }

#footer {}
#footer_inner { font-size: 6pt; margin: 0 20px; padding-bottom: 5px; text-align: center; }
#footer_inner a { text-decoration: none; }
#footer2 { height: 26px;
  background: rgb(24,79,158) url('./images/site_bottom.jpg') 0 0 no-repeat; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top: 0.7em; margin-bottom: 0.7em; }
/*html h1, *html h2 { margin-top: 0.7em; }
*:first-child+html h1, *:first-child+html h2 { margin-top: 0.7em; }*/

h1, h2, h3, h6 { font-weight: normal; }
h4, h5 { font-weight: bold; }
h1 code, h2 code, h3 code, h4 code { font-size: 1em; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

/* Attachtable */
.attachtable th { color: #555; }
.attachtable ul, .attachtable li { margin-top: 0 !important; } 
.attachtable td, .attachtable th { padding: 0 1em 0.5em 0; }

/* Emailform */
form.emailform fieldset { border: 0; padding: 0; }
div.emailformresult { font-style: normal; font-weight: bold; color: #333; padding: 0 0 1em 0; }


