body {
	background-color:#5476DC;
	
}
/*this wrapper and body below centers the content section of the page*/
#wrapper {
	width:630px;
	margin:0 auto;
}

body {
	text-align:center;
	
}
/*the wrapper div below realigns the text to the left*/
#wrapper {
	text-align:left;
	
}			

#masthead {
	background-image:url(images/login_T.jpg);
	width:630px;
	height:180px;
	padding:0;
	background-repeat:no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 700;
}	

#maininfo {
	width:244px;
	height:150px;
	margin-top: 170px;
	margin-left: 295px;
}	

#form {
	text-align:center;
	background-color:#ffffff;
	border: 2px solid #5476DC;
	width:240px;
}

#footer p{
	font-size:x-small;
	color:#003366;
	text-align:center;
}	

a {
	text-decoration:none;
	color:#003366;
	font-weight:bold;
	
}
.effects:hover {
	font-weight:bold;
	color:#CCCCCC;
}

div.error, span.error, label.error {
	font-size:9pt;
	font-weight:bold;
	display:block;
	/*text-align:left;*/
	/*margin-top:5px;*/
	color:red;
}
	

