/* top, right, bottom, left */

/* #### Common Styles #### */

body {
  color: black;
  background-color: white;
  font-family: verdana, helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 76%;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

.smallCaps {
  font-size: 1.0em;
  font-variant: small-caps;
}

.center {
  text-align: center;
}

img {
  border: none;
}

form {
  margin: 0;
}

p.form {
  margin: 0;
}

pre {
  font-family: courier, monospace;
}

a {
  color: rgb(0,0,100);
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}


/* #### Header #### */

#header {
  color: inherit;
  background-color: rgb(150,175,200);
}

#header .subHeader {
  color: black;
  background-color: rgb(220,230,240);
  border: 1px solid rgb(150,175,200);
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  text-align: left;
  padding: 0 0.25em 0 0.25em;
  line-height: 1.9em;
}

#header .subHeader form {
  float: right;
  width: 26em;
  text-align: right;
}

#header .subHeader input {
  font-size: 1em;
}


/* ##### Side Bar ##### */

#sideBar {
  background-color: rgb(220,230,240);
  border: 1px solid rgb(150,175,200);
  width: 16em;
  padding: 0;
  margin: 1em 0.4em 1em 0;
  float: right;
  clear: right;
}

body>#sideBar {
  margin-right: 0.75em;
}

#sideBar .sideBarTitle {
  color: black;
  background-color: rgb(150,175,200);
  font-weight: bold;
  margin: 0.63em 0.5em 0.63em 0.5em;
  padding: 0.5em 0.5em 0.5em 0.5em;
}

#sideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 1em 1em 1em;
}


/* #### Main Copy #### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 1em 17.8em 1em 1em;
}

#main-copy h1 {
  color: rgb(150,190,210);
  background-color: transparent;
  border-top: 1px solid rgb(150,190,210);
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  line-height: 1.5em;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

#main-copy .h1-first {
  padding-top: 0;
  border-top: none;
}

#main-copy h2 {
  color: rgb(150,190,210);
  background-color: transparent;
  font-size: 1.75em;
  font-weight: bold;
  font-style: italic;
  line-height: 1.25em;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

#main-copy h3 {
  color: rgb(150,190,210);
  background-color: transparent;
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

#main-copy p {
  margin: 1em 0 1.5em 0;
}


/* #### Footer #### */

#footer {
  color: inherit;
  background-color: rgb(150,175,200);
  text-align: center;
  clear: right;
  margin: 0;
}

#footer .subFooter {
  background-color: rgb(220,230,240);
  border: 1px solid rgb(150,175,200);
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0;
  line-height: 2em;
}

#footer .mainFooter {
  padding: 1em 0 1em 0;
}

#footer .mainFooter p {
  margin: 1em 0 0 0;
}


/* #### End #### */
