
<!-- 

/* RHS, LHS: used to align a div to the right or left */

.RHS {
  float: right;
  clear: right;
  margin-right: 1em;
}

.LHS {
  float: left;
  clear: left;
  margin-left: 1em;
}


/* content: the main text area */

#content {
  margin-top: 1em;
  margin-left: 13em;  /* note: if you want to [re]move one of the side's menus, */
  margin-right: 13em; /* change the appropriate margin to 1em to remove the gap */
  padding: 0.5em 0.5em 0.5em 0.5em;
  text-align: justify;
  font-size: 1em;
  font-weight: normal;
}

#content h1, h2 {
  margin-top: 2em;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}


/* header: the header at the top of the page */

#header {
  padding: 1em 1em 1em 1em;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
  margin-bottom: 1em;
}

#header span.title {
  font-size: 200%;
  font-weight: bold;
}


/* sideBar: the side menus/info areas */

.sideBar {
  width: 10em;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
}

.sideBar span, .sideBar div, .sideBar a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 0.5em;
}

.sideBar div {
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.sideBar a, .sideBar a:hover {
  text-decoration: none;
}


/* footer: the footer at the bottom of the page */

#footer {
  height: 2em;
  border-top-width: 2px;
  border-top-style: dashed;
  padding-top: 1ex;
  padding-bottom: 1ex;
  margin-top: 1em;
  clear: both;
  font-size: 0.8em;
}

#footer span {
  margin-bottom: 0.3em;
}


/* some basic text formatting classes */

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.noborder {
  margin: 0;
  border: 0;
  padding: 0;
}

/* general settings */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body, td, li, option, select, input, textarea {
  font-family: Verdana, 'Bitstream Vera Sans', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

body {
  margin: 0;
}

input, textarea {
  border-width: 1px;
  border-style: dotted;
}

/* content: the main text area */

#content {
  color: #CCCCCC;
}

#content h1, h2, h3, h4 {
  color: #FFCC33;
  border-bottom-color: #FFFF99;
}


/* header: the header at the top of the page */

#header {
  border-bottom-color: #FFFF99;
}

#header span.title {
  color: #FFCC33;
}


/* sideBar: the side menus/info areas */

.sideBar div {
  color: #FFCC33;
  border-bottom-color: #FFFF99;
}

.sideBar a, .sideBar span {
  color: #CCCCCC;
}

.sideBar a:hover {
  color: #000000;
  background-color: #CCCCCC;
}


/* footer: the footer at the bottom of the page */

#footer {
  border-top-color: #FFFF99;
}


/* general settings */

a {
  color: #FFCC33;
}

a:hover {
  color: #FFFF99;
}

body {
  background-color: #000000;
  color: #CCCCCC;
}

input, textarea {
  background-color: #333333;
  border-color: #FFFF99;
  color: #FFCC33;
}

-->
