BODY, HTML {
	height: 100%;
	background: #b3d0ef url(../img/bg.jpg) repeat-x;
}

BODY, TD {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-align: left;
	margin-top: 0;
}

#cornerbutton {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: 150px;
}

a#login {
	font-size: 12px;
	padding-right: 10px;
	border: 2px solid #285b90;	
	padding: 3px;
	text-decoration: none;
	margin-right: 10px;
	background: #285b90;
	color: white;
}

a#login:hover {
	background: white;
	color: #285b90;
}

a {
	color: #1d3fa1;
}

a:hover {
	text-decoration: none;
}

hr {
	width: 550px;
	border: 1px solid #444;
	text-align: center;
}

img {
	border: none;
}

.container {
	color: #ebebeb;
	width: 612px;
	vertical-align: top;
}

.content {
	background-color: #f0f5ff;
	border: 1px solid #285b90;
	border-top: 0px;
	height: 100%;
	vertical-align: top;
	width: 612px;
}

.text {
	padding-left: 10px;
	padding-right: 10px;
}

.floydbar {
	float: right;
	border: 1px solid #222;
	width: 180px;
	padding: 10px;
	margin-left: 10px;
}

#insite {
	padding-left: 5px;
	color: #444;
}

#insite a{
	color: #444;
	text-decoration: underline;
}

#insite a:hover {
	text-decoration: none;
}