/* ################################################# */
/* General */

body, html {
	margin: 0;
	padding: 0;
	background: #eeeebb;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width:800px;
}

a:link {color: #992222;text-decoration: none;}
a:visited {color: #992222;text-decoration: none;}
a:hover {color: #992222;text-decoration: underline;}

hr {
	border: 1px solid #cccc99;	
}
	
p, h1, h2, h3, h4 {
	margin: 0; 
	padding: 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

h1, h2, h3, h4 {
	text-align: center;
	margin-top: 10px;
}

div#article p, div#journaldesc p {
	font-size: 0.90em;
	line-height: 1.8em;
	text-indent: 25px;
}

div#aindex p {
	font-size: 0.9em;
	margin: 15px 0 15px 0;
}

div.address {
	width: 50%;
	margin: 20px auto 20px auto;
	padding: 0px;
}

div.address p {
	font-size: 0.9em;
	margin: 0px;
}

p.patron {
	line-height: 1.2em;
	text-align: center;
}

div#article blockquote p {
	text-indent: 0;
}

div#adsub table {
	margin-left: auto;
	margin-right: auto;
}

div#adsub td {
	background-color: #cccc99;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }

span.journalname {
	font-style: italic;
	/*
	text-decoration: none;
	font-weight: bold;
	*/
	}

/*
span.title {
	text-decoration: underline;
}
*/

span.heading {
	font-weight: bold;
}

div#fp {
	background: url(images/fp.png);
	position: absolute;
	left: 50px; top:10px;
	width: 250px;
	height: 94px;
}

div#fplogo {
	background: url(images/fplogo.png);
	position: absolute;
	right: 50px; top:10px;
	width: 100px;
	height: 98px;
}

div.alphabet {
	font-size: .90em;
	text-align: center;
}

/* ################################################# */
/* Header */

div#header h1 { font-size: 1.1em; }

/* ################################################# */
/* Container */

div#container {
	background: #cccc99 url(images/main.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 108px;
	margin-bottom: 50px;
	width:800px;
	text-align: left;
	}

/* ################################################# */
/* Main */

div#main {
	background:#eeeebb;
	float: right;
	width: 550px;
	margin: 20px;
	padding: 10px;
	min-height: 400px;
	}

/* ################################################# */
/* Links */

div#links {
	float: left;
	width: 160px;
	font-size: 0.9em;
	line-height: 1.6em;
	margin-top: 20px;
	color: #9e2e2f;
	}

ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	}

li {
	margin-left: 0;
	padding: 0 10px 5px 0;
	}

/* ################################################# */
/* Contact Info */

div#contactinfo {
	margin-left: auto;
	margin-right: auto;
}

/* ################################################# */
/* Rate Info */

div#rateinfo, div#cardinfo {
	font-size: 0.9em;
	width: 80%;
	text-indent: none;
	margin: 20px auto 20px auto;
}

/* ################################################# */
/* Footer */

#footer {
	clear: both;
	text-align: center;
	}

/* ################################################# */
/* Articles (div#article) */

div#article .title { 
	font-size: 1.3em;
	text-decoration: underline; 
}

div#article .author { 
	font-size: 1.1em;
	font-weight: bold; 
}

div#article .comment { 
	font-size: 0.90em;
	font-style: italic; 
}

/* ################################################# */
/* Order Forms */

div#orderform {
	font-size: 0.85em;
}

/* Back Issue Order Form */

div#backissue table {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

div#backissue table td {
	border: solid black;
	border-width: 1px;	
}

div#backissue table td p {
	text-indent: 0;
}
