﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	height:64px;
}

#top_left {
	width: 192px;
	position: absolute;
	left: 0px;
	top: 0px;
	height:64px;	
}

#header {
	margin-left:192px;
	font-weight:bold;
   font-family:Georgia;      
   height:64px;
}

#container {
	position: relative;
	width: 100%;	
}

#left_col {
	width: 192px;
	position: absolute;
	left: 0px;
	top: 0px;    	
}

#page_content {	
	margin-left: 192px;
}

#right_col {
	width: 100px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}

body
{
	margin: 0;
	padding: 0;
	text-align: center; /*overflow:hidden;*/
	margin-top: 15px;
	background-color: #f5f5dc;
}

#pagediv {
    width:1000px;
    /*height:800px;*/
    text-align:left;  
    margin-left:auto; 
    margin-right:auto;     
}

li
{
    font-family:Georgia;
    font-size:14px;
    text-align:justify;
}

.centerMenuText
{
    text-align:center;
}

.AlwaysVisiblePanelZIndex
{
    z-index:1;
}

#UpdateProgress1 {
width: 400px; background-color: #FFC080; 
bottom: 0%; left: 0px; position: absolute;
}

#divCoupons
{
font-family:Georgia;
font-size:14px;
text-align:justify;
}

.divCoupons
{
font-family:Georgia;
font-size:14px;
text-align:justify;
}


a
{
	text-decoration:none;
	color:brown;
	border-width:0px;	
}

.ptext
{
    padding-left:25px;
    padding-right:25px;
    text-align:justify    
}