html {
    width: 750px;
}

body {
    width:750px;
    padding:0px;
    margin:0px;
    font-family: courier new,mono;
    background-color: white; 
    font-size:12px; 
}

#header {
    width:750px;
    background-color:#000;
}


#header #title {
    padding-left:10px;
    font-size:150%;
    color:#FFF;
    font-weight:bold;
    background-color:#000;
}

#header #search {
    position:absolute;
    left:530px;
    top:10px;
    background-color:#fff;
    color:#000;
    padding:10px;
    border:2px #000 dashed;
}

#header #search form {
    margin:0px;
}

#header #search input {
  font-size:85%;
  font-family: courier new,mono;
} 

#main {
    width:750px;
}

#nav {
    float:right;
    width:200px;
    margin-bottom:10px;
}

#nav ul { list-style:none; padding:5px; margin:0px; }

#nav li { margin-top:4px; }

#nav h1, #nav h5, .sidehead  {
  text-align:right;
  font-size:150%; 
  margin-bottom:0px;
  font-weight:bold;
  font-style:normal; 
}

#text {
    float:left;
    width:530px;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}

hr {
  height:0px;
  border-top:1px dashed #000;
  border-bottom:1px dashed #000;
}

#footer {
    clear:both;
    padding-top: 5px;
    padding-left:5px;
    margin-bottom:5px;
    border-top:2px #000 solid; 
}

a:link,a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration:none;
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:180%; }
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-weight:normal; font-style:italic; }

#text #title {
}

#text #title #lastmodified {

}

#text #title .pagegroup {
    margin-top:10px; font-size:85%;
}

#text #title .pagetitle {
    margin-top:2px; font-size:180%;
}

#text #title #lastmodified {
  float:right;
  margin-top:10px; 
  font-size:80%;
  color:#999;
}

#wikicmds { 
  float:right; 
  display:none;
}

#wikicmds ul { list-style:none; }

#wikicmds li { display:inline; margin:0px 5px; }

#wikiedit form {margin:1px;}

#wikiedit textarea {
  width:98%;
  height:460px;
}

@media print {

body {
  width:98%;
  font-size:10pt;
}

a:link , a:visited, a:hover {
    text-decoration:none;
    font-weight:bold;
}

html,#main, #text {
    width:98%;
}

#header, #nav  {display:none}

}

