﻿.Header
{
	background-image: url(../../../Images/HeaderTile.gif);
	background-repeat: repeat-x;
	width: 1000px;
	height: 94px;
	white-space: nowrap;
	margin: auto;
}

.LeftHeader
{
	background-image: url(../../../Images/Logo.jpg);
	background-repeat: no-repeat;
	width: 400px;
	height: 94px;
	float: left;
	
}

.RightHeader
{
	background-image: url(../../../Images/HeaderRight.gif);
	background-repeat: no-repeat;
	width: 290px;
	height: 80px;
	float: right;
	text-align: right;
	padding:  18px 30px 0px 0px;
	color: #f8862d;
	font-weight: 600;
	background-position-x: right;
}
.LableTextDisplay
{
    width: 200px;
    float:left;
	height: 80px;    
   position:relative;
   padding:18px 20px 0px 0px;
   font-family: Arial; font-weight: 700; font-size: xx-large; color: #6999c9;
}