.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #527593;
}
.logintext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text a{
	color: #78abd7;
	text-decoration:none
}
a.text:hover {
	text-decoration:underline
}
.header {
	background-image: url(graphics/header.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 805px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}
#login {
	height: 40px;
	width: 350px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.main {
	height: 400px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
}
#mainleft {
	height: 360px;
	width: 495px;
	background-color: #F0F0F0;
	clear: none;
	float: left;
	padding: 20px;
	background-image: url(graphics/bg_home.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mainright {
	height: 400px;
	width: 270px;
	float: left;
	background-color: #00CCFF;
	clear: none;
}
.footer {
	background-color: #78ABD7;
	height: 75px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-image: url(graphics/quote.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
