body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #E3EDc2;
	text-align: left;
	padding: 0 3em 0 3em;
}
div#wrapper {
	background: #FFF;
	margin: 0 auto 0 auto;
	padding: 0px;
	border: thin solid #000000;
  /* you might try this for the border, its a little more subtle */
	border: 1px solid #ccc;
	width: 897px !important;
}
div#header {
	background: url(images/titleimage9.jpg) no-repeat;
	height: 159px;
	width: 897px;
	margin: 0 0;
}
div#navcontent {
	/*background: #FFF5C8;*/ 
	background: #FFF5C8 url(../images/navcontentfill.gif) repeat-y 50% 0;
	width: 179px;
	/*height: 900px;*/
	float: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 1em;
}
/* josh added these */
#navcontent ul {
  padding: 0 5px 0 20px;
}
#navcontent ul li {
  margin-bottom: 5px;
}
/* end */
div#navcontent a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #660099;
	text-align: left;
	margin: 0 0 0 0;
	padding-left: 0px;
	list-style: none;
}
div#horznav {
	margin-top: -15px;
	margin-left: 179px;
}
div#content {
	background: #FFFFFF;
	padding: 10px 1em 1em 1em;
	text-align: left;
	margin-bottom: 1em;
  /* josh added the following */
  float: left;
	width: 75%;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #cc3300;
	text-align: left;
	vertical-align: top;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #cc3300;
	text-align: left;
	vertical-align: top;
	margin-left: 2em;
}

/* ----orig footer ---	*/
div#footer {
	/*background-image: url(images/footer-ctr-blue.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 897px;
	clear: both;*/
	clear: both;
	background: transparent;
	margin: 0 auto;
	padding: 5px;
}

.dropcap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.cell-right {
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 20px;
}

.cell-left {
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	font-size: x-small;
	font-weight: normal;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
}
.cell-left a:hover {
	color: #FFFFFF;
}
.cell-left a:link {
	font-size: x-small;
	font-weight: bold;
	color: #CC1C0D;
	text-decoration: none;
}
/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/* ===== new footer (added 01-2010)===== 

div#footer {
    clear: both;
    background: transparent;
    margin: 0 auto;
    padding: 5px;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
}

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

.hiddenfooter {
	color: #66CC99;
} */		