a {
	color: #62732f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	color: #697a4b;
	font-size: 16px;
}


body {
	background-color: #e3e4ab;
	margin-top: 40px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


#menu1  { overflow: scroll; 
}


#table_main_content_shadow_l {
	background-image: url(../images/outer_shadow_left_m.gif);
	background-repeat: repeat-y;
}

#table_main_content_shadow_r {
	background-image: url(../images/outer_shadow_right_m.gif);
	background-repeat: repeat-y;
}

#table_main_content_container {
	background-color: #a1b085;
}

#body_text_container {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

.page_header {
	font-size: 16px;
	font-weight: bold;
	color: #697a4b;
	text-align: left;
}

.light_divider {
	height: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #cccccc;
}

#specials_deals_table {
	border-top: 5px solid #697a4b;
	border-bottom: 2px solid #697a4b;
}

.list_header_specials {
	font-size: 12px;
	border-bottom: 1px solid #697a4b;
}

.list_specials {
	font-size: 9px;
}

.specials_notice {
	font-weight: bold;
	color: #697a4b;
	padding-left: 25px;
}

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;

background-color: #f6ffd5;
color: #697a4b;
}

.basictab li a:visited{
color: #697a4b;
}

.basictab li a:hover{
background-color: #697a4b;
color: white;
}

.basictab li a:active{
color: 697a4b;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
background-color: #f6ffd5;
color: #697a4b;
}

