/*
*	CSS for print media
*	*******************
*/

html, body {
	
}
body {
	font: 100% sans-serif;
}

img, table, fieldset {
	border: 0;
}

#logo {
	position:relative;
}

.pagination, #breadcrumbs, .nav, #sectiontitle, #metanavigation, #sitestats, #subnavigation, .rss, .handheld, #searchbox, #newsarticles, #shortselect, #boxes_right, #shortselect_options, #footerlinks, #changelang, #navigation, #quickLinks, #regionallinks, #skip_content, .noprint, .hide, noscript, #utilLinks, #banners, .hidden, .innercontent .right {
	display: none;
}

#container, #main {
	width: 100%;
	position: relative;
}
#header {
	height: 100px;
	position: relative;
	border: 1px solid white; /* border is necessary for gecko */
}


#content {
	position: relative;
	margin-top: 3em;
}
.inner #content {
	margin-top: 120px;
}
#footer {
	position: relative;
	clear: both;
	padding: 30px 0;
}
h1 {
	font-size: 18pt;
	color: #0c2577;
	font-weight: normal;
}
h2 {
	font-size: 15pt;
	font-weight: normal;
}
h3 {
	font-size: 13pt;
	font-weight: normal;
}
h4 {
	font-size: 12pt;
}
p, ul, ol, dl {
	font-size: 10pt;
}
ol {
	list-style-type:lower-alpha;
}
address {
	font-size: 8pt;
	color: gray;
	border-top: 1px solid silver;
	padding-top: 5px;
}
a:link, a:visited {
	text-decoration: none;
	color: black;
}
ul.logo_list {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
}
ul.logo_list li {
	margin-left: 0;
	display: inline;
	width: 130px;
	margin: 10px;
	padding: 5px;
}
acronym {
	border: none;
}
#copyright {
	font-size: smaller;
}
#pagecontent * {
color: #bababa;
}

iframe.join-stepstone-iframe {
height:2000px;
}
