body {
  background-image: url(../images/sce/body-bg.gif);
}

body.editor {
  background-image: none;
  background-color: white;
}


#headercontainer {
  width: 100%;
  height: 143px;
  margin: 0 auto; 
  background-image: url(../images/sce/header-bg.jpg); 
   background-position: top center;
/*  background-attachment: scroll; */
  background-repeat: no-repeat;
}

#headercontainer2 {
  width: 100%;
  height: 143px;
  margin: 0 auto; 
  background-image: url(../images/sce/subheader-bg2.jpg); 
   background-position: top center;
/*  background-attachment: scroll; */
  background-repeat: no-repeat;
  
}
#headercontainer.subpage2 {
  background-image: url(../images/sce/subheader-bg2.jpg);
}

#headercontainer.subpage {
  background-image: url(../images/sce/subheader-bg1.jpg);
  
 
}


#headerarea2 {
  margin: 0 auto;
  width: 957px;
  height: 143px;
  background-image: url(../images/sce/header-bg.jpg);
  background-position: top center; 
}

#headerarea.subpage2 {
  background-image: url(../images/sce/subheader-bg2.jpg);
  background-repeat: no-repeat;
}

#headerarea {
  margin: 0 auto;
  width: 957px;
  height: 143px;
  background-image: url(../images/sce/header-bg.jpg);
  background-position: top center; 
}

#headerarea.subpage {
  background-image: url(../images/sce/subheader-bg1.jpg);
  background-repeat: no-repeat;
}

#container {
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-left: 1px solid red;
  border-right: 1px solid red;
  background-color: white;
  /*background-image: url(../images/sce/mainimage.jpg);
  background-position: top center;
  background-attachment: scroll;*/
  background-repeat: no-repeat;
}

#menuarea {
  width: 698px;
  height: 30px;
  float: right;
}

#mainarea {
  width: 960px;
  height: auto;
  margin: 0 auto;
  background-color: white;
}

#footerarea {
  width: 955px;
  height: 70px;
  /* border-left: 1px solid red;
  border-right: 1px solid red; */
  background-image: url(../images/sce/footer-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color:#5b6564;
  text-align: center;
  font-family: arial;
  padding-top: 50px; 
  margin-bottom: 0px;
  overflow: hidden;
}

#footerarea a {
  text-decoration: none;
  color: black;
}

#footerarea a:hover {
  text-decoration: underline;
  color: red;
}

.footerAddress{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px; 
color:#cccccc;
text-align:center;
padding:0;
margin-top:-8px;
*margin-top:-10px;
}

#footer{
*margin-top:-5px;
}

h1.shield {
  background-image: url(../images/sce/h1-bg.jpg);
  background-repeat: no-repeat;
  margin-left: 30px;
  padding-left: 60px;
  padding-top: 15px;
  color: #ed1c24;
  font-family: verdana;
  font-size: 16pt;
  font-weight: normal;
  width: auto;
  height: 45px;
}

h1 {
  background-image: url(../images/sce/h1-cam-bg.jpg);
  background-repeat: no-repeat;
  margin-left: 0px;
  padding-left: 190px;
  padding-top: 35px;
  color: #ed1c24;
  font-family: verdana;
  font-size: 16pt;
  font-weight: normal;
  width: auto;
  height: 65px;
}

h2 {
  color: #3a4a63;
  font-family: verdana;
  font-size: 14pt;
  font-weight: bold;
  margin-left: 30px;
}

h3 {
  color: #3a4a63;
  font-family: verdana;
  font-size: 12pt;
  font-weight: bold;
  margin-left: 30px;
}

p, #container ul, #container ul, #container ol {
  font-family: verdana;
  font-size: 10pt;
  line-height: 150%;
  margin-left: 30px;
  margin-right: 30px;
  color: #3a4a63;
  margin-bottom: 20px;
}

#container ul {
  list-style-image: url(../images/sce/bullet.jpg);
}

#container ul, #container ol {
  margin-left: 60px;
}

#container li {
  margin-bottom: 15px;
}

#blog ul {
  margin-left: 0;
  list-style-image: none;
  line-height: 100%;
  font-size: 8pt;
}

#blog legend {
  visibility: hidden;
}

.postContent {
  margin-top: 15px;
  color: #3a4a63;

}

.dateTab {
  color: #3a4a63;
}

.right {
  float: right;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.left {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.bordered {
  padding: 1px;
  border: 1px solid red;
}

#menu a {
padding: 5px;
}

#box {
  width: 400px;
  height: auto;
  border: 1px solid #c5daff;
  background-color: #f2f2f2;
  float: left; 
  margin-left: 30px;
  margin-right: 30px;
}

#box ul {
  list-style-image: none;

}

#box li {
  margin-left: 0px;
}

#pop-up {

width: auto;
height: auto;
display: none;

}

#menu ul li ul li a 
{
	height: 15px;
}

.tableborder 
{
  background-image: url(../images/sce/table-border-bg.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}