/*

The content area is set in the difrances_main.css
Do not alter difrances.main.css
This can be altered and added to for your content


*/

div#content h1 {
	font: italic bold 2em "Times New Roman", Times, serif;
	color: #435E75;
}
div#content h2 {
	font: bold 1.8em "Times New Roman", Times, serif;
	color: #435E75;
}
div#content h3 {
	font: bold 1.6em "Times New Roman", Times, serif;
	color: #435E75;
}
div#content h4 {
	font: bold 1.4em "Times New Roman", Times, serif;
	color: #435E75;
}
div#content h5 {
	font: bold 1.2em "Times New Roman", Times, serif;
	color: #435E75;
}

div#content p {
	font-size: 1em;
	color: #333;
	line-height: 1.5em;
	
}

/*

Flash content uses swfobject and takes the place of content of a specified div.
The following control the style around these flash areas within the content.
Can take z-index 10 - 19

*/

#flash1 {
	margin: 5px 10px 5px 0px;
	border: 1px solid Black;
	z-index: 11;
	float: left;
}
#flash2 {
	margin: 5px 10px 5px 0px;
	border: 1px solid Black;
	z-index: 12;
	float: left;
	clear: left;
}
#flash3 {
	margin: 5px 10px 5px 0px;
	border: 1px solid Black;
	z-index: 12;
	float: left;
	clear: left;
}