/* Start of CMSMS style sheet 'page-skeleton' */
/* General CSS, probably re-usable on other pages */
body {
  margin: 0px;
  padding: 0px;
  }
img { border: 0; }

/* fonts */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  }
h1 {
  font-family: Georgia, Palatino, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  margin-top: 0px;
  }
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  margin-top: 0px;
  }
a {
  color: #2c74ea;
  text-decoration: none;
  }

#container {
  width: 1100px;
  margin: 0px auto; /* Right & left margin widths set to auto */
  background-image: url("uploads/images/bck-tile.gif");
  background-repeat: repeat-y;
  }

#innerContainer {
  width: 980px;
  margin: 0px auto;
  }

#banner {
  background-image: url("uploads/images/blue-banner-tile.gif");
  background-repeat: repeat-x;
  width: 980px;
  height: 99px;
  line-height: 99px;
  text-align: center;
  border-bottom: 1px solid white;
  }

#banner a img { margin-top: 15px; }

div#topnav {
  background-image: url("uploads/images/brown-navbar-tile.gif");
  height: 45px;
  padding-top: 0px;
  color: #1e1e1e;
  position: relative;
  }

#contentAlert {
  background-color: #e0eafc;
  width: 900px !important;
  color: #d0130a;
  font-size: 12px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  }

div.floatLeft {
  float: left;
  clear: left;
}

div.floatRight {
  float: right;
  clear: right;
  padding-left: 40px;
}

/* End of 'page-skeleton' */

