﻿div#top
{
	margin-left: 70px;
	margin-top: 2px;
	margin-right: 70px;
	background-image: url(../Images/header_graphic1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #eaf2fa;	
	border-left: solid 2px white;
	border-top: solid 2px white;
	border-right: solid 2px white;
	height: 100px;
	position: relative;
	min-height:20px;
	min-width:400px;
}

.RightPlaceHolder
{
	margin-left: 70px;
	margin-right: 70px;
	border-left: solid 2px white;
	border-top: solid 2px white;
	border-right: solid 2px white;
	background-color: #eaf2fa;
	height: 84%;		
	vertical-align:middle;
	min-height:300px;
	min-width:400px;
}

div#bottom
{
	margin-left: 70px;
	margin-bottom: 2px;
	margin-right: 70px;
	background-image: url(../Images/bottom_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #002654;
	border-left: solid 2px white;
	border-bottom: solid 2px white;
	border-right: solid 2px white;
	height: 15px;
	position: relative;
	text-align: center;
	vertical-align : bottom;
	min-height:20px;
	min-width:400px;
}

.TablePlaceHolder
{
	width:100%;
	height:100%;	
}

.cflogo
{
	float:right;	
}	

.abslabel
{
		
}


#version
{
	float:right;
	position:absolute;
	bottom:0;
	right:100px;
	color:#FCE6A9;	
}
iframe#fixframe
{
	display:none;
	filter:mask();
	z-index:-1;
	width:262px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;	
}

