@charset "utf-8";

/************************************************************/
/* CSS Reset, see http://meyerweb.com/eric/tools/css/reset/ */
/************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;
font-size: 100%; vertical-align: baseline; background: transparent; } body
{ line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del
{ text-decoration: line-through; } table { border-collapse: collapse;
border-spacing: 0; }

/**********************/
/* Layout, background */
/**********************/

html {
	min-height: 100%;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #FFF;
}

#all {
	margin: 0 auto; /* center on page */
	width: 960px;
}

a img {
	border: 0; /* No border around linked images */
}

#header {
	height: 48px;
	padding: 18px 18px 18px 18px;
	background: url('header.jpg') no-repeat left top;
}

#main {
	float: left;
	width: 100%;
	background: url('body.gif') repeat-y center top;
}

#content {
	float: left;
	min-height: 480px;
	width: 604px;
	margin: 0px 36px 0px 0px;
	position: relative;
	left: 20px;
}

#sidebar {
	float: right;
	width: 290px;
	margin: 0px 10px 0px 20px;
	position: relative;
	left: -10px;
}

#footer_top {
	clear: both;
	height: 10px;
	background: url('footer.gif') no-repeat left top;
}

#footer {
	padding: 0px 20px 0px 20px;
}

.left,.alignleft {
	float: left;
}

.right,.alignright {
	float: right;
}

.center,.aligncenter {
	margin: 0 auto;
}

.clear,.clearer {
	clear: both;
}

.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
}

.cover {
	float: left;
	margin-right: 24px;
}

/***************************/
/* Fonts, colors and sizes */
/***************************/

body {
	font-family: "Palatino", Georgia, Times, serif;
	font-size: 14px;
	color: #CCCCCC;
}

#header h1 {
	font-family: "Palatino", Georgia, Times, serif;
	/* font-family: Trebuchet, Arial, sans-serif; */
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	color: #E5E5E5;
	margin-left: 118px;
	margin-top: 8px;
}

#header h2 {
	font-family: "Palatino", Georgia, Times, serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3pt;
	margin-left: 130px;
	margin-top: -20px;
	color: #E5CCE5;
}

#header a:link {
	text-decoration: none;
	color: inherit;
}

#sidebar p {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 16px 16px 8px 16px;
	color: #000000;
}

#sidebar ul {
	margin: 8px 0px 24px 0px;
}

#sidebar li {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #805580;
	padding: 0px 0px 0px 0px;
	margin: 0px 24px 8px 24px;
}

#sidebar a {
	text-decoration: none;
	color: inherit;
}

#sidebar a:hover {
	color: #FFFFFF;
}

#content h1 {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0.3em;
	color: #000000;
}

#content h2 {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0.3em;
	color: #000000;
}

#content h3 {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0.3em;
	color: #000000;
}

#content h4 {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0.3em;
	color: #000000;
}

#content p {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.5em;
	padding: 0.2em 0 1em;
	color: #000000;
}

#content p.text-left {
	text-align: left;
}

#content p.text-center {
	text-align: center;
}

#content p.text-right {
	text-align: right;
}

#content p.text-right {
	text-align: right;
}

#content p.no-space-after {
	padding: 0.2em 0 0.2em;
}

#content p.authors {
	font-weight: bold;
	font-style: italic;
	color: #808080;
}

#content strong {
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

#content em {
	font-weight: normal;
	font-style: italic;
	color: #808080;
}

#content a {
	color: #BF80BF;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content a.cite {
	cursor: pointer;
}

#content span.citation {
	display: none;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
}

#content p span.late {
	font: inherit;
	color: inherit;
	border: 1px solid #000000;
}

#content span {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.2em;
	color: #808080;
}

#content a.hidden {
	color: inherit;
	text-decoration: none;
}

#content a.download {
	color: inherit;
	text-decoration: none;
}

#content a.download img {
	margin-right: 8px;
}

#footer {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #808080;
}

#footer a {
	color: #805580;
	text-decoration: underline;
}

#footer a:hover {
	color: #BF80BF;
}








/* fo DOI and stuff
#content p.idxxx {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #A0A0A0;
}

#content h1.titlexxx {
	margin-top: 0px;
	padding-top: 0px;
}*/











#content ol {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.2em;
	list-style: outside;
	list-style-type: decimal;
	padding-left: 2em;
	color: #A0A0A0;
}










.error {
	background: #FF0000;
	color: #000000;
}

/*
#content p:hover {
	border: 1px dotted #000;
}

*/
/*#content a.hidden:hover {
	border-bottom: 1px dotted #FFFFFF;
	border-bottom: 1px solid #000000;
}*/

