body {
	text-align: center;
	min-width: 800;
}

#index {
  background-color: #81ffff;
}

#aboutus {
  background-color: rgb(192,192,128);
}

#prepress {
  background-color: rgb(192,160,255);
}

#pressroom {
  background-color: rgb(0,255,128);
}

#postpress {
  background-color: #E0E1FF;
}

#mailing {
  background-color: #fffBE5;
}

#contact {
  background-color: rgb(255,205,179);
}

#contact a {
  color: red;
}

.bodytext {
  font-family: New Century Schoolbook,Times New Roman,Times,serif;
  font-size: 18px;
  color: Black;
}

.bodytextindent {
  font-family: New Century Schoolbook,Times New Roman,Times,serif;
  font-size: 18px;
  color: Black;
  text-indent: 18px;
  text-align: justify;
}

#pagetitle {
  font-family: Times New Roman, Times, serif;
  font-size: 36px;
  font-weight: bold;
  color: Black;
  text-align: center;
  margin: 0 auto;
  width: 800px;
}

.indexlinks {
  font-family: Times New Roman,Times,serif;
  font-size: 24px;
  font-weight:bold;
  text-align: center;
}

#navcontainer {
	margin: 0 auto;
	width: 850;
}

#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#navcontainer ul li { 
    display: inline;
}

#navcontainer ul li a {
    text-decoration: none;
    padding: .2em 1em;
    background-color: #ffffff;
    font-family: "Helvetica, Arial, sans-serif";
    color: #000000;
    font-size: 14px; 
    font-weight: bold;
}

#mainBody { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.imageRight {
	float: right;
	margin: 5px 0px 5px 10px;
}

.imageLeft {
	float: left;
	margin: 5px 10px 5px 0px;
}

.imageRight img,
.imageLeft img {
	border: 2px solid;
}

#spacer { height: 10px; }

.imageCaption {
  font-family: New Century Schoolbook,Times New Roman,Times,serif;
  font-size: 14px;
  color: Black;
  text-align: center;
  font-style: italic;
}