.pageHeading, h2 {
	color: #000;
	font-size: 20pt;
	font-weight: normal;
	font-family: georgia, 'times new roman', times, serif;
	padding: 0;
	margin: 8px 0;
}

.pageBody {
	color: #000;
	font-size: 12pt;
	font-family: georgia, 'times new roman', times, serif;
	line-height: 140%;
	margin-left: 2em;
}

.pageSubheading {
	color: #000;
	font-size: 15pt;
	font-family: georgia, 'times new roman', times, serif;
	padding: 0;
	margin: 6px 0;
}

/* end sitemanager editor specific styles */

body {
	background-color: #FDFCF9;
	font-family: georgia, 'times new roman', times, serif;
	color: #000;	
	padding: 0;
	margin: 0;
}

h1 {
	color: #006633;
	font-size: 18pt;
	font-weight: bold;
}

#logo {
	background-image: url(/images/header-bg.png);
	background-position: 0 0; 
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

#logo h1 {
	padding: 150px 0 0 0;
	margin: 0;
	color: #063;
	font-size: 8pt;
	font-family: georgia, 'times new roman', times, serif;
	text-indent: -10000px;
	text-align: center;
	font-style: italic;
	background-image: url(/images/header.png);
	background-position: 50% 0; 
	background-repeat: no-repeat;
}

#logo p {
	padding: 0;
	margin: 2px 0 8px 0;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	color: #000;
}

#logo a {
	color: #063;
}

#logo img {
	/* border-right: 1px #000 solid; */
}

#header {
	padding: 0;
	margin: 0;
}

#sidenav {
	background-image: url(/images/topnavbg.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0;
	margin-left: 8px;
	float: left;
	width: 160px;
}

#sidenav ul, #sidenav li	{
	/* display: inline; */
	list-style-type: none;
	margin: 0;
	padding: 0 2px;
	font-size: 12pt;
	line-height: 1.5em;
	font-family: georgia, 'times new roman', serif;
	font-weight: normal;
	/* color: #fff; */
}

#sidenav li {
	/* border-right: 1px solid #000; */
	/* padding: 4px; */
	text-align: right;
	border-bottom: 1px #eee solid;
}

#sidenav a {
	color: #696756;
	text-decoration: none;
	display: block;
	width: 150px;
	padding-right: 4px;
}

#sidenav a:hover {
	color: #000;
}

#sidenav li.current a {
	color: #000;
	background-color: #F7F5E9;	
}

#bottomnav {
	/* background-image: url(/images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: top right; 
	background-color: #c90; */
	padding: 5px;
	margin: 0;
	border-top: 1px solid #000;		
	/* border-bottom: 1px solid #3cc;	 */
}

#bottomnav ul, #bottomnav li	{
	display: inline;
	list-style-type: none;
	margin: 5px 0 2px 0;
	padding: 4px;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #006633;
}

#bottomnav li {
	/* border-right: 1px solid #3cc; */

}

#bottomnav a {
	color: #006633;
}

#bottomnav a:hover {
	color: #000;
}

#copyright {
	margin: 0;
	font-size: 8pt;
	color: #000;
	padding: 5px;
	/* border-top: 1px solid #000;
	border-bottom: 1px solid #000; */
	text-align: center;
}

#copyright p {
	margin: 0;
	padding: 2px 8px;
}

#copyright a,
#copyright a:hover {
	color: #fff;
}

#footer {
	padding: 0 0 8px 0;
	margin: 0;
	clear: both;
}

#content-wrap {
	/* background-image: url(/images/shadow.gif);
	background-position: top;
	background-repeat: repeat-x;	 */
	/* padding: 32px 16px 8px 16px; */

	margin:  0 190px;
	padding: 0;
	/* width: 600px; */
	
	text-align: center;
}

#content {
	width: 600px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#content img {
	/* border: 1px #063 solid; */
	padding: 4px;
	margin: 4px;
}

#wrap {
	padding: 0;
	margin: 0;
}

#skiplink {
	display: none;
}

hr {
	display: none;
}

dl {

} 

	dt {
		font-weight: bold;
		margin-top: 4px;
	}

	