﻿.background {
	height:800px;
	margin-left:auto;
	margin-right:auto;
	min-width:1009px;
	max-width:1648px;
	border:thin red none;  /*for testing*/
}

.logo {
	float:left;
	width:438px;
	border:thin red none;  /*for testing*/
}

.logobg {
	height:179px;
	width:100%;
	background-image:url('../images/bgblue.bmp');
	background-position:left top;
	background-repeat:repeat-x;
	border:thin green none;  /*for testing*/
}

.contact {
	text-decoration:underline;
	border:thin red none;  /*for testing*/
}

.mainleft {
	float:left;
	width:600px;
	margin-left:40px;
	margin-top:40px;
	border:thin blue none;  /*for testing*/
}

.mainleft p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}

.mainleft a, mainleft a:visited {
	text-decoration:none;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:14px;
	line-height:22px;
	color:blue;
}

.mainleft a:hover {
	color:red;
}

.mainright {
	float:left;
	width:300px;
	height:200px;
	margin-left:20px;
	margin-top:40px;
	border:thin green none;  /*for testing*/
}

.login {
	width:300px;
	height:130px;
	border:thin silver solid;
}

.login a, login a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	margin-left:70px;
	line-height:100px;
	color:navy;
}

.login a:hover {
	color:red;
}

.copyright {
	width:370px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#999999;
	border:thin blue none;  /*for testing*/
}

.mtlabel {
	float:left;
	width:250px;
	text-align:right;
	margin-top:16px;
	border:thin red none;  /*for testing*/
}

.mtinput {
	margin-left:8px;
	width:140px;
}

.mtsubmit {
	float:right;
	margin-right:50px;
	margin-top:16px;
}




