/* ###### Color Scheme ###### */

/*
 * CHANGING THE COLOR SCHEME
 * -------------------------
 * 
 * Four basic colors were used in the design. To change the
 * color scheme, just edit these four values below.
 *
 */

.topOfPage, q, h1, h2, h3, .headerTitle, .headerLinks, .headerLinks *, .sideBox div, #footer *
{
	/* Text Color: */
	color: Black;
}

q, h2,  #header, .sideBox, .sideBox div, #footer
{
	/* Border Color: */
	border-color: Black;
}

#header, .sideBox div, .sideBox a:hover
{
	/* Background Color (darker): */
	background-color: White;
}

q, .sideBox a, .sideBox span, #footer
{
	/* Background Color (lighter): */
	background-color: #F2F3F1;
}

/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
	margin-left: 0.5mm;
	float: left;
	clear: left;
}

.RHS {
  margin-right: 0.5mm;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 1mm;
}

[class~="RHS"] {
  margin-right: 1mm;
}


/* ###### Body Text ###### */

#bodyText {
  line-height: 1.5em;
  margin: 10mm 18em 0 15em;
  padding: 0 1em 1ex 1em;
}

#bodyText p {
  padding-bottom: 2ex;
}

.topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}

body {
	background-color: White;
	color: black;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 130%;
  border-bottom: 1px solid;
  padding-bottom: 0.5ex;
}

acronym {
  background-color: inherit;
  color: teal;
  border-bottom: 1px dashed teal;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

img {
  border: 0;
}

q {
  font-weight: bold;
  border: 2px dotted;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}


/* ###### Header ###### */
/*#headline {
	background-color: Black;
	height: 1em;
	margin-bottom: 5mm;
	padding: 1em 1.5mm 0 5mm;
}*/

#header {
  border-bottom: 2px solid;
  height: 5em;
  margin-bottom: 5mm;
  padding: 1em 2.5mm 0 5mm;
}

.headerTitle {
  font-size: 200%;
}

.headerLinks {
  text-align: right;
}

.headerLinks * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.headerLinks a:hover {
  text-decoration: underline;
}


/* ###### Side Box ###### */

.sideBox {
   border-top: 8px solid;
	border-bottom: 8px solid;
	border-left: 8px solid;
	border-right: 8px solid;
	padding: 1ex 0.5em 1ex 0.5em;
   border-color: #F2F3F1;
	width: 12em;
	margin-top: 3mm;
}
.sideBox2 {
   border-top: 8px solid;
	border-bottom: 8px solid;
	border-left: 8px solid;
	border-right: 8px solid;
	padding: 0.5ex 0.5em 2.5ex 0.5em;
   border-color: #F2F3F1;
	width: 15em;
	margin-top: 5mm;
}
.sideBox div {
  font-weight: bold;
  border-bottom: 1px dashed;
  border-left: 1px dashed;
  border-right: 1px dashed;
  padding: 0.5ex 0.5em 2.5ex 0.75em;
}

.sideBox a, .sideBox a:hover, .sideBox span {
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}
.sideBox2 a, .sideBox a:hover, .sideBox span {
	color: black;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 1ex 0.5em 1ex 0.75em;
}


/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

.footerImg {
  padding-right: 3mm;
  padding-top: 2mm;
  float: right;
}

#footer div {
  padding-left: 3mm;
}

#footer * {
  background-color: inherit;
  font-size: 92%;
}

#footer a:hover {
  text-decoration: none;
}

.footerCol2 {
  position: absolute;
  left: 7em;
}
