/* Start of CMSMS style sheet 'Stout Style' */
* {
  padding: 0px;
  margin: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  background-color: #333;
}

#logo {
  position: relative;
  top: 24px;
  left: 100px;
  height: 150px;
}

#leftnav {
float: left;
margin-top: 32px;
}

#leftnav a {
  color: #363;
  font-size: 20px;
  font-weight: bolder;
  text-decoration: none;
}

#leftnav a:hover {
  color: #000;
  font-size: 20px;
  font-weight: bolder;
  text-decoration: none;
}

#leftnav ul li {
  background-image: url('images/leftnav_bg.png');
  background-repeat: no-repeat;
  width: 232px;
  height: 31px;
  list-style-type: none;
  margin-top: 24px;
  padding-left: 80px;
  padding-right: 55px;
  padding-top: 3px;
}

#pagecontainer {
  margin: 0px auto;
  padding: 0px;
  background-image: url('images/index1_bg.jpg');
  background-repeat: no-repeat;
  height: 721px;
  width: 1008px;
}

#content {
  position: relative;
  left: -136px;
  width: 560px;
  height: 418px;
  overflow: auto;
  padding: 4px;
  background-color: #ffffcc;
  overflow: hidden;
}

#footer {
  position: relative;
  text-align: center;
  margin-top: 12px;
}

#footer a {
  color: #ffc;
  text-decoration: none;
}

#footer a:hover {
  color: #ffc;
  text-decoration: underline;
}

#footer ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#footer li {
background-image: url('images/stout_bullet_small.png');
background-repeat: no-repeat;
background-position: 2px;
padding-left: 16px;
padding-right: 10px;
display: inline;
}

.input-form {
	margin: 4px;
}

#rotator {
  height: 414px;
  overflow: hidden;
}

/* End of 'Stout Style' */

