h1 {
	color: #a5be30;
	font-size: 17px;
	font-weight: normal;
}

h2 {
	color: #02a3e6;
	font-size: 17px;
	font-weight: normal;
}

h3 {
	color: #a5be30;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #234f86;
}

	a:hover {
		color: #8fbe23;
	}
	
.image_padding {
	padding-bottom: 10px;
}

.float_image_left img {
	float: left;
	clear: both;
}

.float_image_right {
	float: right;
	position: relative;
	z-index: 100;
}

	*:first-child+html .float_image_right {
		margin-right: -300px;
	}
	
	* html .float_image_right {
		margin-right: -300px;
	}


