/* CSS Document */
body {
	background: #FFF url(../images/soced-logo.gif) no-repeat right top;
	font: 0.8em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	color: #333;
	}
h1	{
	color: #D76D41;
	margin-left: 15px;
	padding: 2em 0 0 0;
	font: 2em;
	margin-right: 275px;
	}
/*h1 is the main page title*/
h2, h3, h4, strong	{
	color: #D76D41;
	}
h2	{
	padding-top: .8em;
	}
h2.first {
	padding-top: .2em;
	}
h3 {
	padding-top: .6em;
	}
p {
	margin: .6em 0 0 0;
	}
a {
	color: #D76D41;
}
a:hover {
	background: #C1C1FF;
	}
a:visited {
	color: #5E5E5E;
	}
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 {
	margin-top: 0px;
	float: left;
	padding: 0px 10px 0px 5px;
	width: 195px;
	overflow: hidden;
	}
.nav ul {
	margin: 0px;
	padding: 0px;
	width: 185px;
	}
/* button background #FFB56A - too little contrast with blue*/
.nav ul li{
	background: #FFEDB0 url(../images/navtopright.gif) no-repeat right top;
	list-style-image: none;
	list-style-type: none;
	width: 160px;
	line-height: 1.2em;
	font-weight: bold;
	color: #66F;
	text-decoration: none;
	margin: .5em;
	padding: .7em .5em .2em .2em;
	border-top: 0px solid #66F;
	border-right: 0px solid #66F;
	border-bottom: 1px solid #66F;
	border-left: 2px solid #66F;
	}
/* style to change link background on hover */
.nav ul li:hover{
	background: #C1C1FF top right no-repeat url(../images/navtopright.gif);
	color: #D76D41;
}
.nav ul li a{
	text-decoration: none;
	color: #66F;
	width: 160px;
	display: block;
}
.nav ul li a:hover{
	background: #C1C1FF;
	color: #66F;
	width: 160px;
	line-height: 1.2em;
}
.nav ul li a:visited{
	color:#999999;
	}
a img {
	border: none;
	padding: 1px;
	}
#here {
	color: #D76D41;
	background: #FFB56A top right no-repeat url(../images/navtopright.gif);
	}
.content {
	margin: 0px 0px 0px 10px;
	padding: 0px 150px 0px 210px;
	}
.content ul{
	margin: 0px;
	padding: 0px;
	}
.content ol {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
.content ul li, .content ol li {
	padding-top: .2em;
	margin-left: 1.3em;
	list-style-position: outside;
	}
.content ul li ul li{
	margin-left: 2.5em;
}
.siteinfo {
	clear:both;
	margin-top: 1em;
	margin-left: 15px;
	font-size: .7em;
	padding-top: 10px;
	color: #5E5E5E;
	}	
.listhead {
	font-weight: bold;
	margin-top: 1.0em;
	color: #D76D41;
	}	
.return {
	text-align: right;
	margin-right: -100px;
	}
.printonly {
	visibility: hidden;
	height: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	}
.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;
	}
dl	{padding-top: 0}	
dt {padding-top: .8em;
	font-weight: bold;
	color: #D76D41;
	padding-left: 1em;}
dd {padding-top: .2em;}

