@charset "utf-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #EADBBC;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td { 
/*text-align: left;*/
}

.coupon {
	border: 3px dotted #004A25;
	text-align: left;
	margin-right: auto;
	color: #333333;
	margin-left: auto;
	padding: 6px;
	margin-top: 10px;
}

.big {
	font-size: 24px;
	font-weight: bold;
}

.med {
	font-size: 14px;
	font-weight: bold;
}

.boxed {
	border: 3px double #004A25;
	font-weight: normal;
	text-align: left;
	margin-right: auto;
	color: #333333;
	background-color: #eadbbc;
	margin-left: auto;
	padding: 6px;
	margin-top: 10px;
}

.boxed h3 {
	margin-top: 5px;
	font-size: small;
}

.list li{
	font-weight: normal;
	list-style-type: disc;
	margin-left: -18px;
	padding-top: 5px;
	font-size: 11px;
}

#maincontent li {
	margin-bottom: 5px;
	color: #000000;
	margin-top: 5px;
	list-style-type: none;
	list-style-image: url(images/nav_ball.gif);
}

.twoColLiqLtHdr #wrapper {
	background-image: url(images/main_bg1.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #EADBBC;
	margin-top: 15px;
}
.twoColLiqLtHdr #botcap {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	margin-bottom: 20px;
	background-color: #EADBBC;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.menu {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	border-top-color: #dfd0b1;
	background-repeat: no-repeat;
	background-position: left;
}

.nav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
.nav:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	background-repeat: no-repeat;
	background-position: -5px center;
	margin-left: 3px;
}

.menu li {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #555555;
	border-bottom-color: #dfd0b1;
	list-style-image: none;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	padding-left: 22px;
	background-image: url(images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.menu li.selected {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	background-color: #f5f5f5;
	background-repeat: repeat;
	background-image: none;
}

.twoColLiqLtHdr #container {
	width: 780px;
	text-align: left;
	background-color: #F5F5F5;
	margin-right: auto;
	margin-left: auto;
} 
.twoColLiqLtHdr #header {
	background-color: #67A42F;
	background-image: url(images/masthead-3.jpg);
	background-repeat: no-repeat;
	height: 173px;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColLiqLtHdr  #mainContent  h1 {
	color:#004A25;
	font-size: 18px;
	font-weight: bold;
	margin-left: auto;
	padding-top: 0px;
}

.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 160px;
	background-color: #67a42f;
	padding-top: 15px;
}


.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColLiqLtHdr  #mainContent  h3 {
	color:#004A25;
	font-size: small;
}

.twoColLiqLtHdr #mainContent {
	margin: 0 20px 0 26%;
} 
.twoColLiqLtHdr #footer {
	padding: 0 10px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	text-transform: none;
	background-position: bottom;
	background-color: F5F5F5;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
