/* Frames for redirect landing page */
body.topframe {
	margin: 0;
	padding: 0;
}

div.topframe {
	height: 79px;
	min-height: 79px;
	font-size: 12px;
}
div.topframe div.topad {
	text-align:left;
	float:left;
	padding-left: 62px;
	padding-top: 10px;
	padding-right: 200px;
	border-bottom: 3px solid #209020;
	border-left: 3px solid #209020;
	height: 69px;
	min-height: 69px;
}

div.topframe a,div.topframe a:visited,div.topframe a:active {
	color: #ffffcf;
}

div.topframe div#logo {
	float: left;
	text-align: center;
	font-weight:normal;
	width: 131px;
	height: 80px;
	min-height: 80px;
	font-size: 11px;
	padding-top: 2px;
	background-color: #209020;
}

div.topframe div#logo p {
	margin-top: 5px;
}

div.topframe div#logo p.powered {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 131px;
	font-weight: bold;
	background-color: #eeeeee;
	color: black;
}

div.topframe div#referinfo {
	padding-right: 14px;
	padding-bottom: 40px;
	border-bottom: 3px solid #209020;
	position: absolute;
	text-align:right;
	right: 0;
	bottom: 0;
}
