/* Start of CMSMS style sheet 'main_layout' */
body {
  background-color: #E0E0E0;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

#bodywrapper {
  text-align: center;
}

#pagewrapper {
  width: 1200px;/*790px;*/
  background-color: white;
  background-image: url(/uploads/design/body-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: right 118px;
  text-align: left;
  margin: 0 auto auto auto;
}

#header {
  height: 118px;
  border-bottom: 1px solid #d6d2e2;
}

#header-logo {
  background-image: url(/uploads/design/header-logo.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 118px;
}

#header-image {
/*
  background-image: url(/uploads/design/header-image-1.jpg);
  background-repeat: no-repeat;
  background-position: top right;
*/
  height: 118px;
}

#header-click {
  height: 118px;
  width: 370px;
  cursor: hand;
}

#main {
  background-image: url(/uploads/design/main-background.gif);
  background-repeat: repeat-y;
  clear: both;
  border-top: 1px solid #c6c6c6;
}

.splitter {
  height: 3px;
  font-size: 1%;
  background-color: #d7d7d7;
  background-image: url(/uploads/design/splitter.gif);
  background-repeat: no-repeat;
}

#footer {
  clear: both;
  background-color: white;
  border-top: 1px solid #c6c6c6;
}

#footer p {
  padding: 0.5em 1em;
  margin: 0;
  text-align: right;
}

.inner {
  padding: 1em;
}

h1, h2 {
  margin: 0 0 1em 0;
}

h1 {
  font-size: 1.4em;
  color: #3c1d70;

}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

#main img {
  margin: 0.2em 0.5em 0.4em 0.2em;
}

#main a {
  color: #5c2d90;
  text-decoration: underline;
}

#main a:hover {
  color: #F02040;
}
/* End of 'main_layout' */

