.center_outer
{
	text-align: center;
	margin: 0 auto;
}

.center_inner
{
	text-align: left;
	margin: 0 auto;
	background-color:#ABABAB;
}

html, body
{
	color: #000000 ;
	font-family: Arial;
	font-size: 13px;
	background-color:#ABABAB;
}

#cover
{
	width:1000px;

	
	
}

#left
{
	width: 1000px;
	margin: 0 auto;
	float:left;
	background-color:#FFFFFF;
	
}

#right
{
	border-right: 12px solid #140942;
	height:662px;
	
}
#flash_begin{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;

}

#flash_end{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	
}


/**
 * 100% height layout with header and footer
 */

html, body 
{
	height: 100%; /* needed for cover min-height */
}

#cover
{
	position: relative; /* needed for footer positioning*/
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}



a:link, a:visited
{
	color: #0078c1;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ed3223;
}
.foot_left{
	width:50%;
	text-align:left;
	float:left;
	font-size:10px;

}

.foot_right{
	width:50%;
	text-align:right;
	float:left;
	font-size:10px;

}


