/* CSS Document */

.topright {
	margin: 10px;
	float: right;
	padding: 10px;
	border: thin solid #FFFFFF;
}
.midleft {
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 40px;
	border: thin solid #FFFFFF;
	padding: 10px;
	clear: both;
}
.whitetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	width: auto;
	float: none;
	height: auto;
	clear: none;
	margin-top: auto;
	margin-right: 30px;
	margin-bottom: auto;
	margin-left: 30px;
}
.whitetextstrong {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.lowerimage {
	background-position: center;
	border: thin solid #FFFFFF;
	padding: 10px;
	float: right;
	margin-right: 30px;
	clear: both;
	margin-left: 20px;
}
