body {
  font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
  color: black;
  margin:0;
  text-align: justify;
}

div#main {
  background:#FFF;
}

#header ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header li {
  display:inline;
}

div#accessibility {
  display:none;
}

div.headerBoundUp {
  height:48px;
  background:red;
  color:white;
}

div.headerBoundDown {
  background:#5651A1;
  color:white;
  margin-top:-4px;
  padding-top:0.2em;
  padding-bottom:0.2em;
  padding-left:1em;
  font-size:80%;
}

div.headerBoundDown a {
  color:white;
  text-decoration:none;
}

div.headerBoundDown a:visited {
  color:white;
}

#header h1 {
  font-family:"Century Gothic", Arial, sans-serif;
  font-weight:normal;
  font-size:200%;
  margin-left:0.5em;
  margin-top:0;
  padding-top:1em;
}

#content {
  background: #FFF;
  padding: 1em 2em;
  border-bottom:1px solid #5651A1;
}

h1 {
  background: transparent;
  color: #5651A1;
  text-align: left;
}

h2,h3,h4 {
  background: transparent;
  color: #5651A1;
  text-align: left;
}

div.footer {
  margin: 2em 0.5em;
  font-family: sans-serif;
  font-size: 80%;
  font-style: italic;
  text-align: left;
}

.footer div.logo {
  float:left;
  margin:0 5px;
}

.footer div.logo {
  margin:0 5px;
}

.footer div.technoLogo {
  float:left;
}

.footer div.instLogo {
  float:right;
}

#lastModified {color: #CECBFF; }
#lastModified a {color: #CECBFF;}

img {
  border-style: none;
}

img.thumbimg {
  border-style: none;
}

div.center {
  text-align: center;
}

div.headerBoundDown a:hover {
  color: red;
  background:transparent;
}

a:visited {
  color: #5651A1;
  text-decoration:none;
}

a:link {
  text-decoration:none;
  color: #5651A1;
}

a:hover {
  background: #AAA4FF;
  text-decoration:underline;
}

a.mainMenuItem {
  color: #FFF;
  text-decoration:none;
  font-size: 80%;
  font-weight: bold;
  margin:0;
  padding:0.5em;
}

a:visited.mainMenuItem {
  color: #FFF;
}

a:hover.mainMenuItem {
  background:white;
  color:#5651A1;
}

div.tabMenu {
  background:#FFF;
  text-align:right;
  padding-right:2em;
}

.tabMenu li {
  margin: 0em 0.5em;
}

.tabMenu a.tabMenuItem {
  color:#FFF;
  background:#5651A1;
  text-decoration:none;
  font-size: 80%;
  font-weight: bold;
  padding: 0.3em 0.5em 0.2em 0.5em;
  border: 1px solid #5651A1;
}

.tabMenu a:visited.tabMenuItem {
  color:#FFF;
}

.tabMenu a:hover.tabMenuItem {
  background:white;
  color:#5651A1;
  border: 1px solid #5651A1;
}

hr {
  clear:both;
}

fieldset {
  border:none;
}

input {
  background: #FFF;
  color: #5651A1;
  border-color: #999;
  border-style:solid;
  border-width:1px;
}

dt.level0 {
  font-weight:bold;
  margin-top:1em;
}

dt.level1 {
  margin-top:0.5em;
}

button.tooltipControl {
  color: #5651A1;
  background: #FFF;
  width:2.5em;
  border:1px solid #999;
  padding:0.2em 0.6em;
  text-align:center;
}

div.tooltip {
  color: #5651A1;
  background: #FFF;
  border: 1px solid #999;
  padding: 0.8em;
  font-size: 70%;
  visibility: hidden;
  z-index: 1000;
}

p.instructions { 
  margin:0em 2em;
}

.instructions { 
  font-size:80%;
  font-style:italic;
}

.news p {
  font-weight:bold;
}

div.code {
  padding:1em;
  border:1px solid #5651A1;
  background:#CECBFF;
}

.code { 
  white-space: pre;
  font-family: monospace;
}

#newsInset {
  font-size:80%;
  margin-top:2em;
  float:right;
  border:1px solid #5651A1;
  padding:1em 1em 1em 1em;
  background-color:#FFF;
}

#newsInset strong {
  color:#5651A1;
}

div.explaination {
  float:right;
  width:50%;
}

.explaination div {
  margin-bottom:1em;
}

.command {
  color:#6ab235;
  font-weight:bold;
}

