/* Flyer Center*/

#FlyerCenter { width: 100%; margin-right: 13px; }

#LeftColumn 
{ 
	float: left; 
	width: 185px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 10px 0px; 	
	text-align: center;	
	background-color: #eef1f4;
}

#MiddleColumn 
{ 
	float: left; 
	width: 310px; 
	min-height: 400px; 
	margin: 0px 14px 0px 14px; 
	padding: 0px 0px 13px 0px; 
}

#RightColumn
{
	text-align: center;
	float: left;
	width: 201px;
	min-height: 400px;	
	background-color: #eef1f4;
}

.BottomColumn
{
	float: left;
	width: 100%;
	margin-top: 13px;
	background-color: #e1e1e1;
}

.SearchNavigation { background-color: #eef1f4; }

.SearchLink, .SearchLink:visited
{	
	text-align: left;
	font-size: 9pt;
	letter-spacing:-1px;
	color:#4664c8;
	width: 90%;
	height: 30px;
	border-bottom: solid 1px #4e69a1;
	display: block;
	font-weight: bold;
	padding: 7px 7px 7px 0px;
	text-decoration: none;
	background-color: #eef1f4;
	font-weight:normal;
}
.SearchLink:hover, .SearchLink:active
{
	text-decoration: none;
	
}

.Header
 {
    border: solid 1px #aeb1d2;
    background-color: #e2e9ef;
    color: #2e2797;
    width: 100%;
    height: 29px;    
    font-family: Lucida Sans Unicode;
    text-align: center;    
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    margin: 0px;
	padding: 6px;
 }
 
 .SubHeader
 {
	display: block;
	margin-top: 10px;	
 }
 
.WebOrderPromotion
{
	text-align: center;		
	width: 170px;
	max-width: 170px;
	border: solid 2px #333399;
	padding: 8px 4px 8px 4px;
	background-color: #ffffff;
	margin: 10px 0px 10px 0px;	
}

.WebOrderPromotion .Name { color: #333399; font-weight: bold; }
.WebOrderPromotion .Expires { font-weight: bold; }
.WebOrderPromotion .Code { font-weight: bold; }

/* Flyer */
#Flyer { margin: 9px; background-color: #ffffff; padding: 20px 10px 10px 10px; }
#Flyer .CloseWindowButton { cursor: hand; margin-top: 10px;}



