/* CSS Document */

.image-left
	{
	text-align: left;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-decoration: none;
	border: none;
	}
	
.image-left-border
	{
	text-align: left;
	float: left;
	clear: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-decoration: none;
	border: 1px double #FF6600;
	padding: 1px;
	}

.image-right
	{
	text-align: right;
	float: right;
	clear: left;
	margin-top: 10px;
	margin-left: 20px;
	border: none;
	text-decoration: none;
	margin-bottom: 10px;
	}
	
.splash-graphic
	{
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	}
	
