﻿/* CSS Document */
#poweredby {
	border: 1px solid #000000;
	width: 128px;
	background-color: #FFFFFF;
	padding:1px;
	margin: auto;
}
#lefty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	background-color: #336699;
	float: left;
	width: 58px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	padding: 2px;
}
	
#righty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3399CC;
	text-align: center;
	margin: 0px 0px 0px 63px;
	padding: 2px;
	position:relative
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#thelink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
a#thelink:hover {
	color: #000000;
}

* html div#lefty {  /* This is the Tan hack, must be last CSS entry */
	width: 64px;    /* for IE5.*/
	w\idth: 58px; } /* for IE6.*/