body {
	margin: 0px;
	padding: 0px;
	font: 13px/15px   Georgia, Times New Roman, Times, serif;
	color: #000000;
	background: #CCFFFF;
}

div#top {
	margin-left: 170px;
}

div#left {
	text-align: right;
	width: 120px;
	margin: 0px;
	padding: 10px;
	float: left;
	position: absolute;
	top: 0px;
	left: 10px;
	line-height: 17px;
	font-size: 13px;
}

div#right {
	margin: 0px;
	padding: 10px;
	vertical-align: text-bottom;
	width: 590px;
	position: absolute;
	top: 132px;
	left: 160px;
	font-size: 13px;
	line-height: 15px;
}

a, a:visited {
	color : #0528FA;
	text-decoration : none;
}

a:hover {
	color : #BD05FA;
	text-decoration : underline;
}

h1 {
	margin-bottom: 12px;
	font-size: 23px;
	line-height: 26px;
}

img {
	margin-bottom: 10px;
}

.centered
{
	text-align: center;
	text-transform: inherit;
}

.imgleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}