/*
Title:			Sepracor Print Styles
Author:			Michael Bester - michael@kimili.com
Last Updated:	12.16.2008
*/

body {
	background: #fff;
	padding: 0;
	font-size: 11pt;
	min-height: auto;
	font-family: Georgia, "Times New Roman", serif;
	color: #000;
}

#content,
#header,
#footer {
	width: auto !important;
	padding: 0 !important;
	margin: 0 5%;
}

#header,
#footer {
	background: transparent none;
	color: #000;
	border: none;
}


#logo,
#logo a {
	width: auto !important;
	height: auto !important;
	background: transparent none !important;
	margin: 0 !important;
}

#logo {
	margin: 2em 0 !important;
}

#logo img {
	width: auto !important;
	height: auto !important;
	border: none !important;
}

#navMain,
#navSub,
#langSwap,
#search {
	display: none;
}

p.intro {
	font-weight: bold;
}

a:link,
a:visited {
	background: transparent;
	font-weight: bold;
	color: #520;
	text-decoration: underline;
	text-decoration: underline;
	border: 0;
}