body {
  background-image: url(../images/sce/body-bg.jpg);
}

body.editor {
  background-image: none;
  background-color: white;
}
 
#container {
  width: 960px;
  height: auto;
  margin: 0 auto;
  background-image: url(../images/sce/container-bg.jpg);
}

#headerarea {
  width: 954px;
  height: 152px;
  background-image: url(../images/sce/header-bg.jpg);
  background-repeat: no-repeat;
}

#menuarea {
  width: 637px;
  height: 51px;
  float: right;
}

#mainpanel {
  width: 954px;
  height: auto;
  min-height: 400px;

  
}

#leftnav {
  width: 230px;
  height: auto;
  float: left;
  clear: left;
  padding: 0;
  margin: 0;
}

#rightpanel {
  width: 724px;
  height: auto;
  float: right;
  clear: right;
  padding: 0;
  margin: 0;

}  

#footerarea {
  width: 955px;
  height: 34px;
  background-image: url(../images/sce/footer-bg.jpg);
  padding-top: 68px;
  padding-left: 5px;
  font-family: verdana;
  font-size: 7pt;
  clear: both;
}

#footerarea ul {
  font-size: 7pt;
  margin: 0px;
  padding: 0px;
  
}

#footerarea a {
  text-decoration: none;
  color: black;
}

#footerarea a:hover {
  text-decoration: underline;
}

#mainpanel p, #mainpanel ul, #mainpanel ol, #mainpanel table {
  font-size: 11pt;
  color: #3a3a3a;
  margin-left: 20px;
  margin-right: 30px;
  line-height: 150%;
  font-family: tahoma;
  font-size: 10pt;
}

h1 {
  background-image: url(../images/sce/h1-bg.jpg);
  background-repeat: no-repeat;
  width: auto;
  height: 56px;
  padding-left: 90px;
  padding-top: 20px;
  font-family: Times New Roman;
  font-weight: normal;
  font-size: 20pt;
  color: #8f3484;
  margin-left: 20px;
}

h2 {
  font-family: Times New Roman;
  font-weight: normal;
  font-size: 15pt;
  color: #8f3484;
  margin-left: 30px;
}


.h1highlight {
  color: #cbb076;
}



strong {
  
  color: #c5a767;
}

#mainpanel ul, ol {
  margin-left: 40px;
}

#mainpanel ul {
  list-style-image: url(../images/sce/bullet.jpg);
}

#mainpanel a {
  color: #8f3484;
}

#mainpanel a:hover {
  color: #8c7442;
}

#menu ul li ul li a 
{
 height: 15px;
}

#menu ul li ul  
{
  border: 1px solid #a28954;
}

.separator {
   clear: both;
   height: 4px;
}

.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.bordered {
  border: 1px solid #feedd3;
  padding: 1px;
}