/*stylesheet for mathmediator*/

body {
  font: 100% Arial, Helvetica, sans-serif;
  background: #3300CC;
  color: #333333;
}
#enclosure {
  width: 85%;
  background: #AAAAFF;
  position: relative;	
  margin-right: auto;
  margin-left: auto;
}
#pagehead {
  background: #719FC3;
  height: 80px;
  text-align: left;
  text-indent: 5px;
}
#nav {
  text-align: center;
}
#nav a:link {
  color: #0000FF;
}
#nav a:visited {
  color: #333300;
}
#nav a.current:visited {
  color: #330066;
  text-decoration: none;
}
#nav a:hover, #nav a:active {
  color: #FF4400;
}
#subhead h2 {
  color: #000099;
  text-align: left;
  text-indent: 5px;
  font: bold 150% Arial, Times, serif;
  background: #1155CC;
}
#image {
  width: 60%;
  float: left;
  margin-left: 3%;
}
#content {

  width: 90%;
  float: left;
  margin-left: 3px;
}

#bullets {
  width: 30%;
  height: 300px;
  margin-left: 68%;
  background-color: #000066;
  margin-right: 3px;
}
#verbage1 {
  clear: both;
  margin-top: 10px;
  width: 45%;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  background-color: #6699CC;
}
#verbage2 {
  width: 45%;
  margin-top: 10px;
  margin-left: 50%;
  margin-right: 3px;
  background-color: #CCCCCC;
}
p {
  font: Georgia, Verdana, sans-serif;
  color: #000033;
  line-height: 150%;
  margin-left: 5px;
}
#footer {
  background-color: #009999;
  font: italic Georgia, Verdana, sans-serif;
  font-size: 100%;
  height: 35px;
  clear: both;
  margin-left: 3px;
  text-indent: 5px;
  padding-top: 1%;	
  border-top: 2px solid #330099;
}
/*heading styles*/
#pagehead h1 {
  color: #000099;
  letter-spacing: 0.1em;	
  font: italic 350% Georgia, "Times New Roman", Times, serif;
  padding-top: .1em;
}
#content h2 {
  color: #000099;
  text-align: left;
  text-indent: 5px;
  font: Arial, Times, serif;
  background: #1155CC;
}
#content h3 {
  text-align: left;
  text-indent: 5px;
}
#content ul {
   line-height: 200%;
   margin-left: 20%;
   color: #C71585;
   font: bold italic 120% Arial, Helvetica, sans-serif;
}
#bullets ul {
  list-style: square;
  color: #FFFF00;
  font: Bold Italic 150% "Times New Roman", Times, serif;
  margin-left: 5px;
}

#bullets h2 {
  color: #FF9900;
  font: Bold Italic 150% Georgia, "Times New Roman", Times, serif;
  margin-left: 2px;
}
#verbage1 h3 {
  color: #000099;
  text-align: left;
  text-indent: 5px;
  font: bold 150% Verdana, Georgia, sans-serif;
  font-style: italic;
  background: #1155CC;
}
#verbage2 h3 {
  color: #336666;
  text-indent: 5px;
  font: bold 150% Verdana, Georgia, sans-serif;
  font-style: italic;
  background: #009999;
}
/*other styles*/
#content img {
  padding-right: 5px;
  padding-bottom: 5px;
}
#lpleft {
  width: 18%;
  float: left;
  margin-left: 3px;
  border: 2px solid #000000;
}
#lpright {
  width: 80%;
  margin-left: 5px;
  border: 2px solid #000000;
} 
