body {
	margin: 0 0 1em 0;
	padding: 0; /* need for Opera */
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	min-width: 610px;
}

form { margin: 0; }
img { border: 0; }


/* Core site element widths */

/*#header, #breadcrumbs, #content, #footer {
	max-width: 1000px;
	margin: 0 auto;
}*/

#header { padding: 0 30px; }
#header ul { right: 0; } 
* html #header ul { right: 30px; } 
#breadcrumbs { padding: 0 36px; }

#header div, #content, #breadcrumbs div, #footer, #main-feature .feature-contents {
	max-width: 900px; 
}

#header div { position: relative; }

/* header */

#header {
	height: 60px;
	padding-left:50px;
	position: relative;
	border-bottom: 1px solid #A1A6B1;
	background: #0084e3 url("topgradient.png") top repeat-x;
}

#header h1 { margin: 0;	}

#header h1 img {
	margin: 0;
	font-weight: bold;
	color: #7f7c45;
}

#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
	position: absolute;
	top: 0;
}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}

#header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 20px 27px;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #dee0e5;
	height: 60px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
} #ignored {}

#header ul li a:hover {
	background: #0073b7;
	color: #fff;
	text-decoration: underline;
}


/* breadcrumbs */

#breadcrumbs {
	background: #F7F8F8 url("topgradient2.png") bottom repeat-x;
	padding-top: 7px;
	padding-bottom: 8px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #666;
}

#breadcrumbs a:hover,
#breadcrumbs a:active {
	color: #333;
}