/* Start of CMSMS style sheet 'Screen' */
html, body {
  background-color: #ffffcb;
  margin: 0;
  padding: 0;}
  
a:link, a:visited , a:active {
  color: black;}
  
a:hover {
  color: blue;}
  
.hidden {
  display: none;}
  
#logo, #logo-ie {
  z-index: 1;
  position: absolute;
  top: 25px;
  left: 25px;}
  
#menu {
  position: absolute;
  left: 25px;
  color: #86002a;}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;}
  
#menu ul ul {
  margin-left: 1em;}

#menu li.sectionheader {
  font-weight: bold;}
  
#menu hr.separator {
  color: #86002a;
  background-color: #86002a;}
  
#menu a {
  text-decoration: none;
  color: #86002a;}
  
#menu a:hover, #menu a.currentpage, #menu a.activeparent {
   text-decoration: underline;}
  
#header {
  border-bottom: 2pt solid #86002a;}
  
h1, h2, h3, h4, h5, h6 {
  color: #86002a;
  font-weight: normal;}
  
#footer {
  border-top: 1pt solid #86002a;}
  
#photo1, #photo2, #photo3 {
  overflow: hidden;
  width: 100px;
  height: 100px;
  position: absolute;}
  
#photo1 img, #photo2 img, #photo3 img {
  margin: 0;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);}
  
#photo1:hover img, #photo2:hover img, #photo3:hover img {
  display: none;}
  
#photo1 {  
  top: 25px;
  right: 275px;
  background-color: #810081;}
  
#photo2 {
  top: 25px;
  right: 150px;
  background-color: #66999c;}
  
#photo3 {
  top: 25px;
  right: 25px;
  background-color: #fffe03;}
  
#content {
  margin: 150px 25px 0 150px;}
/* End of 'Screen' */

