﻿/* Structure of the page */
/* #d5cae2 purple darker
   #ece8f3 paler purple */
body {
  background-color: #000000;
  color: #ffffff;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 14px;
}
#pagecontainer {
  background-color: #000000;
  color: #000000;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 100%;
  min-width: 800px;
}
#header {
  padding: 0px;
  border: 0px;
  width: 100%;
  background-color: #9b7db9;
  border-bottom: solid 2em #000000;
  height: 120px;
}
#header img {
  padding: 0px;
  border: none 0px #ffffff;
}
#mainpage {
  float: left;
  position: relative;
  clear: both;
  width: 100%;
  background-color: #ffffff;
  min-height: 580px;
}
#leftbar {
 	position: relative;
  width: 200px;
  float: left;
  min-width: 200px;
}
#pagecontent {
  position: relative;
  margin: 0px 140px 0px 200px;
  min-width: 380px;
  padding: 20px;
}
#rightbar {
  float: right;
  position:relative;
  width: 140px;
  min-width: 140px;
}
#footer {
  background-color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
	color: #ffffff;
  width: 100%;
  clear: both;
  border-top: solid 3px #9b7db9;
  height: 3em;
  padding: 0; margin: 0;
}
/* Formatting the content */
#header .menubar {
  width: 100%;
  background: #000000;
  text-align: right;
  color: #ffffff;
  vertical-align: middle;
  padding: 0px;
  border-bottom: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
  clear: both;
}
#header .menubar a, #header .menubar a:visited, #header .menubar a:hover  {
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
#header .menubar a:hover {
  text-decoration: underline;
}
#footer .footer_text, #footer p {
  padding: 0.4em;
  font-weight: bold;
  text-align: right;
}
/* Navigation Menu */
ul.menulist {
  width: 180px;
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 10px;
}
ul.menulist_sublevel {
  width: 180px;
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
}
a.menulist {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #FFFFFF;
  background-color: #9B7DB9;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  word-spacing: normal;
  display: block;
  width: 160px;
  text-decoration: none;
  padding: 5px 4px 5px 9px;
  margin-bottom: 4px;
  border-left: solid 10px #000000;
}
a.menulist:hover {
  text-decoration: underline; background-color: #000000;
  border-left: solid 10px #9B7DB9;
}
a.menulist_sublevel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #ffffff;
  background-color: #9B7DB9;
  text-align: right;
  white-space: normal;
  vertical-align: middle;
  word-spacing: normal;
  display: block;
  width: 160px;
  text-decoration: none;
  padding: 5px 4px 5px 9px;
  margin-bottom: 4px;
  border-left: solid 10px #b2b2b2;
}
a.menulist_sublevel:hover {
  text-decoration: underline; background-color: #000000;
  color: #ffffff;
  border-left: solid 10px #9B7DB9;
}
.w3 {
  padding: 10px;
  text-align: center;
  vertical-align: bottom;
  margin: 0 auto;
}
.introduction {
  font-style: normal;
  font-size: 120%;
  color: #9B7DB9;
  font-weight: bold;
  /*
  border: solid 1px #9B7DB9;
  border-bottom-color: #9B7DB9;
  border-bottom-style: solid;
  border-bottom-width: 1px; */
  padding: 10px;
}
.visionTitle {
  font-weight: bold;
  font-size: 130%;  
  color: #9B7DB9;
}
.vision {
  border: solid 1px #9B7DB9;
  padding: 10px;
  background-image: url(../images/background.gif);
  background-repeat: repeat-y;
}
.pageSection 
{
  border-bottom: solid 1px #9B7DB9;
  padding: 10px;
}
.pageSection_NoBorder {
  border-bottom-color: #ffffff;
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding: 10px;
}
.pageTitle {
  font-size: 160%;
  color: #9B7DB9;
  font-weight: bold;
}
h2 {
  font-size: 140%;
  color: #9B7DB9;
  font-weight: bold;
}
h3 {
  font-size: 120%;
  color: #9B7DB9;
  font-weight: bold;
}
/* old styles */
table.pageWide {
  width: 800px;
}
td.menu {
  width: 130px;
}
td.content {
  width: 619px;
}
.bdBottom {
  border-bottom-color: #9B7DB9;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 10px;
}
.pageSubTitle {
    font-size: x-small;
    font-weight: bold;
}
.pageContent {
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    padding-bottom: 10px;
}
.style4 {color: #0000CC}
#pagecontent strong {
  color: #9B7DB9; font-weight: bold;
}
table.downloads tr 
{
    background-color: #eeeeee;
}
p.indent {
    padding-left: 20px;
}
li.doubleline, div.pageSection ul li, div.pageSection ol li {
    padding-bottom: 1em;
}
div.pageSection ul.nospace li, div.pageSection ol.nospace li {
    padding-bottom: 0.1em;
}
.pageHeading {
    font-weight: bold;
    background-color: #ffffff;
    color: #9B7DB9;
}
