
@media all {
	
	#content {
		vertical-align: top;
	}

	#content h2 {
		clear: both;
		font-size: 1.5em;
		border-bottom: 2px solid #dc2b19;
		padding: 0.2em;
		margin-top: 1.5em;
	}

	#content h3 {
		font-size: 1.1em;
		border-bottom: 1px solid #dc2b19;
		padding: 0.2em;
		margin-top: 2em;
	}

	#content table {
		clear: both;
		margin: 1em -2px; 1em 0;
	}

	#content th {
		font-weight: bold;
		padding: 0.5em 0.8em 0.5em 0.8em; 
	}

	#content td	 {
		padding: 0.3em 0.6em 0.3em 0.6em; 
	}

	#content p {
		line-height: 150%;
		margin: 1.5em 0 1.5em 0;
	}

	#content ul {
		list-style-type: square;
		margin-bottom: 2.5em;
	}

	#content ol {
		margin-bottom: 2.5em;
	}

	#content li {
		margin: 0.5em 0 0.5em 0;
		line-height: 125%;
	}
				  
	#content a {
		color: #dc2b19;
	}

	#content img.heframe {
		border-left: 1px solid #dc2b19;
		border-right: 1px solid #dc2b19;
		border-top: 1px solid #dc2b19;
		border-bottom: 1px solid #dc2b19;
	}

	#content img.none {
		border: 0;
	}
	
	#content img.space {
		margin: 0 1em 2em 1em;
	}

	#content img.border {
		border: 1px solid black;
	}
	
	#content p.legend {
		margin-top: -0.5em;
		font-style: italic;
		font-size: smaller;
	}

	#content .floatleft {
		float: left;
		margin: 0.3em 1.5em 1.5em 0;
	}

	#content .floatright {
		float: right;
		margin: 0.3em 0 1.5em 1.5em;
	}

	#content td.image {
		background-color: transparent;
		text-align: center;
		padding: 0;
	}

	#content .imagetagline-bottom {
		background-color: transparent;
		text-align: center;
		padding-top: 0.5em;
		font-weight: bold;
	}
	
	#content .imagetagline-left {
		background-color: transparent;
		padding-left: 1em;
		font-weight: bold;
		line-height: 150%;
		width: 16em;
	}

	#content td.nopadding {
		padding: 0;
		background-color: white;
		text-align: center;
	}
	
	#content td.nobackground {
		background-color: transparent;
	}
}

@media screen {
	
	#content {
		border: 1px solid #dc2b19;
		padding: 1em 2em 2em 2em;
	}
	
	#content th {
		color: white;
		background-color: #e87a5e;
		border: 0;
	}
	
	#content td {
		background-color: #f0f0f0;
		border: 0;
	}
}

@media print {
	
	#content table {
		margin-left: 0.1em;
		border-collapse: collapse;
	}
	
	#content th {
		border: 1px solid black;
	}
	
	#content td {
		border: 1px solid black;
	}
	
	#content td.nobackground {
		border: 0;
	}
	
	#content td.image {
		border: 0;
	}
	
	#content td.imagetagline-bottom {
		border: 0;
	}
	
	#content td.imagetagline-left {
		border: 0;
	}
}