@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #660000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FC6;
}
a:active {
	text-decoration: none;
	color: #FC6;
}
p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
h1 {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	text-align: left;
}
h2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
	text-align: left;
	font-style: italic;
	line-height: 18px;
}
h3 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: left;
	line-height: 14px;
	font-weight: bold;
}
h4 {
	color:#FFFFFF;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font: 24px;
}
h5 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
	text-align: center;
	font-style: italic;
	line-height: 18px;
}
h6 {
	color:#FFFFFF;
	text-align: center;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font: 14px;
}
.lpm #container {
	height:100%;
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #660000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.lpm #head {
	background-image: url(../images/headerbgrnd.gif);
	height: 198px;
	width:100%;
}
.lpm #head span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	position: absolute;
	float:right;
	padding-right:20px;
	padding-top:40px;
	width: 180px;
}
.logo {
	background-image: url(../images/logo.gif);
	float: left;
	width: 710px;
}
.lpm #topbrdr {
	height: 17px;
	background-image: url(../images/topbrdr.gif);
}
.lpm #main {
	height:auto;
	background-image: url(../images/mainbkgrnd.gif);
	zoom: 1;
	padding: 0px 0px 0px 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box */	
}
.lpm #content {
	height:auto;
	width: auto;
	padding-left:20px;
	padding-top:20px;
	background-color: #FDF2CC;
	float: left;
}
.lpm #contentClr {
	height:auto;
	width: auto;
	padding-left:20px;
	padding-top:20px;
	float: left;
}
.lpm #content2 {
	height:auto;
	width: auto;
	padding:20px;
	background-color: #FDF2CC;
	float: left;
}
.lpm #content3 {
	height:auto;
	width: 100%;
	margin: 0 auto;
	padding:20px;
	background-color: #FDF2CC;
}
.lpm #content4 {
	height:305px;
	width:65%;
}
.lpm #coupon {
	height:200px;
	width:250;
	background-color: #FDF2CC;
	border:3px dashed;
	border-color: #900;
}
.lpm #new {
	height:auto;
	width:250;
	background-color: #C00;
	border:2px solid;
	border-color:#600;
}
.lpm #table {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color:#900;
	text-align:left;
	border-left:2px;
	border-color:#900;
}
.lpm #tableHdr {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight:bold;
	color:#900;
	text-align: Left;
	border-left:2px;
	border-color:#900;
}
.lpm #nav {
	width: 250px;
	padding: 0px;
	float: right;
	padding-bottom: 400px;
}
.lpm #cal  {
	width: 250px;
	height:305px;
	float: right;
}
.lpm #footer  {
	padding: 20px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	height: 40px;
	background-position: center bottom;
	background-image: url(../images/headerbgrnd.gif);
	border: 1px solid #660000;
}
/* place css fixes for all versions of IE in this conditional comment */
.lpm #sidebar1 {
	height:auto;
	float:right;
}
.lpm #mainContent { 
zoom: 1; padding-top: 15px; 
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */