#middle-column-est {
	float: left;
	width: 57.5%;
	padding: 0em 0.6em 0em 0.7em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	line-height: 1.3em;
	font-size: 1.3em;
	width:95%; 
	float:right;
}

.middle-column-box-td-d{
	margin: auto;
	padding:0.5em;
	background-color: rgb(39,64,139);			
	font-weight: bold;
	height:2.5em;
	color: rgb(245,255,250);
}
.middle-column-box-td-l{
	margin: auto;
	padding:0.5em;
	background-color: #79CDCD ;
	font-weight: bold;
	height:2.5em;
	color: rgb(50,50,50);
}
.middle-column-box-bg {
	float: left;
	width: 100%;
	margin: 0em 0em 1.5em 0em;
	padding: 0em 0em 0em 0em;
	background-color: #E0ECF8;
}
#middle-column-est a:hover {
	background-color: none;
	text-decoration: underline;
	color: #ffffff;
}
#middle-column-est a {
	text-decoration: none;
	color: #E6E6FA;
}
.middle-column-box-td-upbg {
	background-color:#E0ECF8;
}
.middle-column-box-img-bg {
    margin: auto;
	padding:0.5em;
	font-weight: bold;
	height:2.5em;
	color: rgb(50,50,50);
	background-color: rgb(142,142,142);
}
#edit a:link    { color:rgb(39,64,139); text-decoration:none; }
#edit a:visited { color:rgb(39,64,139); text-decoration:none; }
#edit a:hover   { color:rgb(255,99,71); text-decoration:underline; }
#edit a:active  { color:rgb(39,64,139); text-decoration:none; }

input
{
color: #781351;
background: #79CDCD ;
border: 1px solid rgb(39,64,139);
}

.button {
border: 1px solid #006;
background: #330066;
font-weight: bold;
font-size: 11pt;
font-family: Times New Roman;
color:#ffffff;
width:90px;
padding:2px;
}

select,textarea
{
color: #781351;
background: #79CDCD ;
border: 1px solid rgb(39,64,139);
} 
