body {
  background-image: url(../images/yellowsquare.gif);
  font-family: verdana, arial, sans-serif;
  font-size: 11pt;
  margin: 0px;
  height: 100%;
  width: 100%;
}

#left {
  position:absolute;
  left:0;
  top:0;
  padding:0;
  width: 220px;
/*  height: 100%; */
/*  background-image: url(../images/menubg.gif); */
  background-color: #1a1c20;
  background-image: url(../images/left-bottom.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#clipper {
  width: 100%;
  overflow: hidden;
}

#header {
  position:relative;
  left:0px;
  top:0px;
  height: 104px;
  padding-left:220px;
  background-image: url(../images/headerbg.gif);
}

#main {
  position:absolute;
  width: 570px;
  left: 220px;
  top: 104px;
  padding-left: 10px;
  vertical-align: top;
}

#menu1 {
  background-color: #1a1c20;
}

#mainmenu ul {
  list-style: none;
}

#mainmenu li {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  background-image: url(../images/man-multi.gif);
  background-repeat: no-repeat;
}

#mainmenu a,.cur {
  font-family: Arial, sans-serif;
/*  color: #fdcb00; */
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#mainmenu a:hover {
  color: #EF7E19;
}

#mainmenu .cur {
/*  text-decoration: underline;
  color: #E50083; */
  color: #EF7E19;
}

#right {
  position:absolute;
  left: 800px;
  width: 200px;
}

h1 {
    font-size: 13pt;
}



.csc-firstHeader {
  font-size: 15pt;
}
