html {
	overflow: -moz-scrollbars-vertical !important;
}

body {
	background-color: #B5C6D8;
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
}

a img {
	border: 0;
}

div#container {
}

#wrapper {
	position: relative;
	text-align: left;
}

#header {
	border-top: 8px solid #bf0000;
	height: 80px;
}

#commonNav {
	display: none;
}

#logo {
	width: 210px;
	padding-top: 20px;
}

div#resize {
	display: none;
}

#mainNav {
	display: none;
}

#breadcrumbs {
	display: none;
}

#mainArea {
	clear: both;
}

#subNav {
	display: none;
}

#sidebar {
	display: none;
}

#content {
	margin: 0 0 20px 0px;
	color: #333333;
}

#content h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
}

body#themeJournals #content h1,
body#themeJournals #content h3,
body#themeJournals #content h4 {
	color: #4d92ca;
}
body#themeCareers #content h1,
body#themeCareers #content h3,
body#themeCareers #content h4 {
	color: #cc5e22;
}

body#themeIOP #content h1,
body#themeIOP #content h3,
body#themeIOP #content h4 {
	color: #B50421;
}

#content h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
}

#content h3 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

#content h4 {
	font-size: 100%;
}

#content p {
	line-height: 1.5em;
}
#content p.intro {
}

body#themeJournals #content a {
	color: #4d92ca;
}

body#themeCareers #content a {
	color: #cc5e22;
}

body#themeIOP #content a {
	color: #B50421;
}

#content ul {
}

#content ul li {
	margin-bottom: 0.75em;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#footer ul {
	display: none;
}

#footer p {
	color: #999;
	clear: both;
	margin: 0.5em 0;
}

#footerShadow {
	display: none;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

a.printlink,
a.buttonlink {
	display: none;
}
