.boxleft {
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
}
body {
	background-attachment: scroll;
	background-color: #fff4e8;
	background-image: url(images/cloud_header_inverted.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	#color: #000000;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}