/*Copied from EDC stylesheet - sss4r*/
.sidebar {
	/*background-image: url(img/darkbg.png);*/
	width: 190px;
             float: right;
	border-top: 20px solid #6A8D13;
	padding-left: 5px;
	margin-left: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}
	
.sidebarhead {
	color: black;
	font-size: 12px;
	font-weight: bold;
	}

/*Copied from DMDE stylesheet - sss4r*/
.splash {
	background-image: url(img/rossetti_splash.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 780px;
	height: 500px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 80px;
	/* HERE */
	font-size: 13px;
	}

.head {
	font-size: 20px;
	font-weight: bold;
	color: black;
	}

/*NEW/EDITED STYLES FROM BILL COVERT*/
@media screen {
	body { 
		/* background-color: #CFDDF9; */
		background-color: #D7E4FC; 
		background-image: url(img/banner.png);
		background-position: top left;
		background-repeat: no-repeat;
		font-family: "New Century Schoolbook", Georgia, "Times New Roman", serif; 
		font-size: 12pt; margin-top: .25in;
		margin: 0px;
		width: 740px;
		padding-top: 0px;
		padding-left: 25px;
		padding-right: 20px;
		padding-bottom: 35px;
	}
}

@media print {
	body { 
		background-color: white;
		font-family: "New Century Schoolbook", Georgia, "Times New Roman", serif; 
		font-size: 10pt; margin-top: .25in;
		margin: 0px;
		padding-top: 0pt;
		padding-left: 25pt;
		padding-right: 20pt;
		padding-bottom: 35pt;
		}
}

.splashbody { 
	background-color: #CFDDF9;
	background-image: none;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: "New Century Schoolbook", Georgia, "Times New Roman", serif; 
	width: 780px;
	height: 500px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 80px;
	/* HERE */
	font-size: 13px;
	}

A {
	font-weight: bolder;
	}
A:link {
	text-decoration: none;
	color: #6A8D13;
	}
A:visited {
	text-decoration: none;
	color: #6A8D13;
	}
A:active {
	text-decoration: underline;
	color: #203D51; 
	}
A:hover {
	text-decoration: underline;
	color: #203D51;
	}

h1 {
	font-size: 24pt;
	text-align: center;
	font-style: italic; 
	word-spacing: 2px; 
	margin-top: 10px;
	color: #203D51;
	}

@media print {
	h1 {
		color:black;
		margin-top: 10pt;
		word-spacing: 2pt;
	}
}

div.splash h1 {
	font-size: 20px;
	font-style:normal;
	font-weight: bold;
	text-align: left;
	color:black;
	margin-top: 0;
	}

h2 {
	word-spacing: 2px;
	color: #6A8D13;
	}

@media print {
	h2 {
		word-spacing: 2pt;
		color: black;
	}
}

h2 a:hover {
	text-decoration: none;
	color: inherit;
}

@media screen {
	h3 { color: #6A8D13; }
}

@media print {
	h3 { color: black; }
}

div.reprint {
	font-size: 10pt;
	margin-bottom: 1.5em;
	line-height: 120%
	}

div.text {
	font-size: 12pt;
	}

div.text p {
	text-align: justify;
	text-indent: 2em;
	}

div.text p:first-child { text-indent: 0; }

div.text  A:link {
	text-decoration: none;
	} 
div.text  A:visited {
	text-decoration: none;
	}

div.text  A.note:link {
	line-height: 80%;
	font-size: 80%;
	vertical-align: super;
	color: maroon
	}
div.text  A.note:visited {
	line-height: 80%;
	font-size: 80%;
	vertical-align: super;
	color: black;
	}

div.section {
	border-bottom: 4px groove gray;
	padding-bottom: 4px;
	margin-bottom: 1em;
	}

div.notes {
	margin-top: 2em;
	font-size: 11pt;
	margin-left: .5in;
	margin-right: .5in
	}

p   {
	margin-top: 0;
	margin-bottom: 0;
	/* text-indent: 1.5em; */
	line-height: 1.4em;
	}

p.noindent {
	text-indent: 0;
	}

div.section p:first-child {
	text-indent: 0
	}

span.appx {
	color: gray;
	background-color: inherit;
	}

span.lno {
	display: block;
	float: left;
	width: 7ex;
	text-align: right;
	}

option.CR {
	font-weight: bold
}

@media print { div.links, div.logo, div.pub_nav { display: none; } }
