	A:link, A:visited {	text-decoration: none; color: #626366;}
	A:hover {			text-decoration: underline;}				

html, body {
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #626366;
	text-align: center;
	}

td {
	margin: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}	

#Contain {
	position: relative;
	min-height: 100%;
	height: auto;
	width: 990px;
	background: #e0e0e0;
	text-align:left;
	}

#Header {
	height: 226px;
	width: 965px;
	background: url(../images/header.jpg) no-repeat top left;
	padding-right: 25px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
#Header a,
#Header a:visited,
#Header a:link{
	display: inline-block;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding-top: 195px;
	padding-left: 5px;
	padding-right: 5px;
}
#Header a:hover{
	text-decoration: none;
	color:#0054a6;
	}

#contentcontainer {
	width: 991px;
	background-color: #FFFFFF;
	height: auto;
	text-align: left; 
}

html>#contentcontainer {height:auto}

#Content {
	width: 100%;
	line-height: 18px;
	background: #f0f0f0;
	color: #666;
	float: left;
	}
	
h1, h2, h3, h4, h5{ color: #7fa9d2; }


.Footer {
	position: relative;
	width: 100%;
	min-height: 300px;
	height: auto;
	line-height: 19px;
	font-size: 11px;
	text-align: center;
	color: #bebebe;
	border-top: solid 7px #7fa9d3;
}
.Footer a,
.Footer a:visited,
.Footer a:link{
	line-height: 19px;
	font-size: 11px;
	color: #bebebe;
}

.outletheader{
	background:#7fa9d3 ;
	color: #fff;
	line-height: 25px;
	padding-left: 5px;
	}