.pageHeading {
	color: #2D458F;
	font-size: 20pt;
	font-weight: bold;
	font-family: georgia, 'times new roman', times, serif;
}

.pageBody {
	color: #000;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;	
}

.pageSubheading {
	color: #000;
	font-size: 14pt;
	font-family: georgia, 'times new roman', times, serif;	
}

/* end sitemanager editor specific styles */

body {
	background-color: #fff;
	color: #000;	
	padding: 0;
	margin: 0;
}

h1 {
	color: #2D458F;
	font-size: 18pt;
	font-weight: bold;
}

#logo {
	background-color: #fff;
	background-image: url(/images/logo-bg.jpg);
	background-position: 500px 0; 
	background-repeat: no-repeat;
	
	padding: 0;
	margin: 0;
}

#logo p {
	padding: 0;
	margin: 0;
}

#logo img {
	/* border-right: 1px #000 solid; */
}

#header {
	padding: 0;
	margin: 0;
}

#topnav {
	background-color: #2D458F;
	padding: 0;
	margin: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	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 #000;
	padding: 4px 8px;
}

#topnav a {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover {
	color: #f00;
}

#topnav li.current a {
	color: #f00;
}

#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: #2D458F;
	color: #fff;
	padding: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

#copyright p {
	margin: 0;
	padding: 2px 8px;
}

#copyright a,
#copyright a:hover {
	color: #fff;
}

#footer {
	padding: 0 0 8px 0;
	margin: 0;
}

#content {
	background-color: #fff;
	background-image: url(/images/shadow.gif);
	background-position: top;
	background-repeat: repeat-x;	
	padding: 32px 16px 8px 16px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: smaller;
}

#maincontent {
	width:760px;
	margin: 0 auto;	
}