/* Start of CMSMS style sheet 'Global' */
/* GLOBAL SETTINGS */
* { margin:0; padding:0; }

body {
  text-align: left;
  font-family: Trebuchet, Geneva, Arial, Helvetica, sans-serif;
  font-size: 74%;
  line-height: 1.3em;
  overflow-y: scroll;
}

img { border: 0; }
td { text-align: left; vertical-align: top; }
.clear { clear: both; }
.click { cursor: pointer; }
button { cursor: pointer; }

h1 {
  font-size: 2em;
  line-height: 1em;
  font-family: times, serif;
  font-weight: bold;
  color: #78A22E;
  margin: 10px 0 20px 0;
}
h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: times, serif;
  font-weight: normal;
  color: #78A22E;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.2em;
  line-height: 1em;
  font-family: times, serif;
  font-weight: bold;
  color: #4461AC;
  margin-bottom: 5px;
}

p {
  margin-bottom: 1em;
}

blockquote {
  padding: 12px 30px;
}

a {
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline;
}

#siteContainer {
  width: 810px;
  border: solid 4px #4461AC;
  margin: auto;
}
#mainWrapper {
  width: 100%;
}

#footer {
  font-size: .9em;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}

.form_info {
  width: 5px;
  visibility: hidden;
  position: absolute;
}

/* End of 'Global' */

