/*
 * style sheet
 */

body {
	background-color: #9B6C22;
	text-align:center;
	font-size:90%;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
}

#content {
	text-align: left;
	width: 775px;
	margin: auto;
	color: white;
}
#main {
	padding:0 10px 8px 10px;
		
}

/* increase leading for text but not for headings */

p { line-height:1.3em }
li { line-height:1.35em }

img {	margin: 0px 5px 5px 5px }

/*
 * #FF8C00 DarkOrange
 */

a:link	{color: Orange }
a:visited	{color: Orange }
a:active	{color: #FF8C00 } 
a:hover	{color: #FF8C00 }

em { color: Orange }

blockquote {
	font-family: Georgia, 'Times New Roman', serif; }

blockquote,q {
	font-style: italic;
	color: #bfb }

/*
 * define normal text weight
 */

address {	font-size: small;
	font-style: normal }

.copyright {
	font-size: x-small;
	font-style: normal }

/*
 * define heading styles
 */

H1 {	font-size: xx-large;	font-weight: normal }
H2 {	font-size: large;	font-weight: 500 }
H3 {	font-size: medium;	font-weight: bold }
H4 {	font-size: small;	font-weight: bold }
H5 {	font-size: small;	font-weight: 550 }
H6 {	font-size: x-small;	font-weight: normal }

h2,h3 {color:#bfb }

/*
 *  italics for publications and authors
 */

.pub {	font-style: italic;
	font-weight: bold }

.author {	font-style: italic }

/*
 * conformance stuff on bottom of page
 */

div#flist {font-family:Verdana,Arial,sans-serif; font-size: smaller; float:right; width:50%}
div#flist ul {float:right; margin-top:0; padding-top:0;}
div#flist li {float:right; list-style:none; margin:0 0.25em; padding:0 0.25em; }
div#flist li a {text-decoration: none; }
div#flist li:hover {color:Orange; background:#A98142 }

div#right_panel	{ float:right; width:250px; text-align:center; padding-top:1em }
div#left_panel	{ float:left; width:500px; }

