	html{overflow-y:scroll}	html{overflow:-moz-scrollbars-vertical}		body{		margin:0px;		padding:0px;		/*text-align:center;*/		background-color: #bedcd6;		}	a{	text-decoration:none;	color: #5da9d5;	}	a:active{	text-decoration:none;	color: #5da9d5;	}	a:visited{	text-decoration:none;	color: #5da9d5;	}	a:hover{	text-decoration:underline;	color: #5da9d5;	}		.picfloat{margin:2px 5px 1px 0px; padding:0px 5px 1px 0px; float:left}		#header{	height:185px;	top:0px;	width:770px;	z-index:3;	text-align:center;	clear:both;	float:none;	left:auto;	right:auto;	font:14px Arial,Helvetica,sans-serif;	background-image: url(images/top_bck.gif);	background-repeat: no-repeat;}		#footer{		width:770px;		height:40px;		z-index:4;		position:relative;		text-align:center;		clear:both;		float:none;		left:auto;		right:auto;		color:#999999;		font-family:Arial, Helvetica, sans-serif;		font-size:11px;		background-image: url(images/footer.gif);		background-repeat: no-repeat;		margin-right: auto;		margin-left: auto;	}		#footer a{color:#000; text-decoration:none}	#footer a:hover{text-decoration:underline}	
	#main_content{
		
		padding: 20px;
		
		
		}
		#content{		width:770px;		font-family:Verdana, Arial, Helvetica, sans-serif;		z-index:1;		visibility:visible;		color:#666666;		font-size:15px;		margin:0px auto 0;		padding:0;		position:relative;		background-image: url(images/bkgrnd.gif);		background-repeat: repeat-y;		/*height: 550px;*/	}
	
	.info_email{
		text-align:center;
		
		
		
		}
	
		.picfloat_right {	float: right;	width: 250px;	border: 1px solid #CCCCCC;	font-size: 11px;	padding: 15px 10px 15px 30px;	margin-left: 5px;	height: 150px;		}	.picfloat_left {		float: left;		width: 250px;		border: 1px solid #CCCCCC;		padding: 15px 10px 15px 30px;		font-size: 11px;		margin-right: 5px;		height: 150px;	}	.logins {		width: 600px;		margin-right: auto;		margin-left: auto;		padding-top: 25px;		}	.headings {	font-size: 16px;	color: #5da9d5;	padding-bottom: 5px;	}	.clearAll {		clear: both;	}	input {	font-size: 11px;	border: 1px solid #CCCCCC;	color: #666666;	padding-left: 5px;	height: 16px;		}