/* CSS Document */
body {
	background: #FFF url(../images/soced-logo.gif) no-repeat right top;
	font: 0.8em "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px;
	color: #333;
	}
h1	{
	color: #D76D41;
	margin-left: 15px;
	font: 2em;
	}
/*h1 is the main page title*/
h2, h3, h4, strong	{
	color: #D76D41;
	}
p {
	margin: .6em 0 0 0;
	}
a {
	color: #D76D41;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted;
	}
/* book and article styles used with cite tag */
.book {
	font-style: italic;
	}
.article {
	font-style: normal;
	}
.main {
	clear:both;
	}
/*the main div contains both the navigation and content*/
.nav, #new {
	visibility: hidden;
	height: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	}
.content {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
.content ul {
	margin: 0px;
	padding: 0px;
	}
.content ul li {
	padding-top: .2em;
	margin-left: 1.3em;
	list-style-position: outside;
	}
.siteinfo {
	visibility: hidden;
	}	
.listhead {
	font-weight: bold;
	margin-top: 1.0em;
	color: #D76D41;
	}	
.return {
	visibility: hidden;
	}
.printonly {
	visibility: visible;
	}
.quotesource {
	text-align: right;
	}
ol {
	margin-left: 0px;
	padding-left: 0px;
	}
ol li {
	margin-left: 1.7em;
	}
ol li span{
	color: #D76D41;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 2.0em;
	}
/*spans inserted into list to avoid difference in font size inheritance between firefox & IE */
ol ol {
	list-style-type: lower-alpha;
}
ol ol li {
	margin-left: 1.7em;
	color: #333;
	font-weight: normal;
	padding-top:.5em;
	}
