.pageHeading {
	color: #E8781A;
	font-size: 15pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;	
}

.pageBody {
	color: #000;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;	
}

.pageSubheading {
	color: #4A5778;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;	
}

/* end sitemanager editor specific styles */

body {
	background-color: #fff;
	color: #4A5778;	
	padding: 0;
	margin: 16px;
}

strong, a {
	color: #E8781A;
}

h1 {
	color: #2D458F;
	font-size: 18pt;
	font-weight: bold;
}

#logo {
	background-color: #E8781A;
	/* background-image: url(/images/logo-bg.jpg);
	background-position: 0 0; 
	background-repeat: no-repeat; */
	
	padding: 0;
	margin: 0;
}

#logo p {
	padding: 0;
	margin: 0;
}

#logo img {
	border-right: 1px #999 solid;
	background-color: #fff;
	padding: 0 8px 0 0;
	margin: 0;
}

#header {
	padding: 0;
	margin: 0;
	baackground-color: #E8781A;
}

#topnav {
	background-color: #C2C2C2;
	color: #4A5778;
	padding: 0;
	margin: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;	
	text-transform: uppercase;
}

#topnav ul, #topnav li	{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 2px;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

#topnav {
	background-image: url(/images/topnavbg.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 4px;
	text-align: center;
}

#topnav li {
	border-right: 1px solid #999;
	padding: 4px 8px;
}

#topnav a {
	color: #4A5778;
	text-decoration: none;
}

#topnav a:hover {
	color: #fff;
}

#topnav li.current a {
	color: #fff;
}

#bottomnav {
	/* background-image: url(/images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: top right; 
	background-color: #c90; */
	padding: 5px;
	margin: 0;
	text-align: center;
	/* border-top: 1px solid #3cc;		
	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: #2d458f;
}

#bottomnav li {
	/* border-right: 1px solid #3cc; */
	text-transform: uppercase;
}

#bottomnav a {
	color: #2D458F;
}

#bottomnav a:hover {
	color: #000;
}

#copyright {
	margin: 0;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background-color: #E8781A;
	color: #fff;
	padding: 5px;
	border-top: 1px solid #000;
	font-weight: bold;
}

#copyright p {
	margin: 0;
	padding: 2px 8px;
}

#copyright a,
#copyright a:hover {
	color: #fff;
}

#footer {
	padding: 0 0 0 0;
	margin: 0;
}

#content {
	background-color: #fff;
	/* background-image: url(/images/shadow.gif);
	background-position: top;
	background-repeat: repeat-x; */
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	width:740px;
	margin: 8px auto;
	
}

#container {
	width: 760px;
	margin: 0 auto;	
	border: 1px solid #999;
}

blockquote {
	padding: 8px 24px;
	text-align: justify;
}

blockquote span {
	display: block;
	text-align: right;
	padding-top: 4px;
	color: #E8781A;
}

.feedbackform input, .feedbackform textarea {
    display: block;   
    width: 450px;
}

.feedbackform .formlabel {
    text-align: right;
    font-weight: bold;   
}

.feedbackform .formlabel em {
    font-style: normal;   
    color: #c60;
    font-weight: bold;
    padding-left: 8px;
}

.feedbackform textarea {
    height: 15em;    
}
