@charset "UTF-8";
/* CSS Document */
<!--
	/*LINKS */

	a:link {
	color: #333333;
	text-decoration: none;
	}
	a:visited {
	color: #333333;
	text-decoration: none;
	}
	a:hover {
	background:#064EFF;
	color: #FFFFFF;
	}
	a:active {
	color: #333333;
	text-decoration: none;
	}
	/* Middle Section Donald Heller Logo and Flag*/
	.middle-section {
		width:728px;
		height:230px;
		background:url(middle-section.jpg) no-repeat;
		list-style:none;
		top:90px;
		float:inherit;
		margin-left:2%;
		padding-left:10px;
		padding-right:10px;
	}
	.bottom-section {
	
		background-color:#FFFFFF;
		width:732px;
		height:auto;
		list-style:none;
		float:inherit;
		margin-left:2%;
		padding-top:10px;
		padding-left:8px;
		padding-right:8px;
		
		/*DEFAULT FONT*/
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #333333;
	}
	
	/*Fonts*/
	.grey-italic {
	color:#CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	
    }
	
	.header-font{
	font-size: 20px;
	color:#111111
	}
	
	
	<!--
.style32 {	color: #0033CC;
	font-weight: bold;
}
.style33 {	font-size: 8px;
	color: #CC0033;
}
.style34 {	font-size: 8px;
	color: #DFDFDF;
}
.style35 {	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.style36 {font-size: 24px}
.style37 {	font-size: 18px;
	font-weight: bold;
}
.style38 {	color: #000000;
	font-weight: bold;
}
-->
</style>