body
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
}

td
{
	font-family: Arial;
	font-size: 12px;
}

.bold
{
	font-weight: bold;
}

.Page
{
	width: 770px;
	border: 1px solid #1A2C18;
}

.PageTitle
{
	color: white;
	font-size: 15px;
	font-weight: bold;
	width: 598px;
	height: 27px;
	background-image: url(../images/section_title_bg.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: left;
}

.PageText
{
	color: black;
	/*width: 327px;*/
	/*height: 409px;*/
	background-image: url(../images/maintext_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 45px;
	vertical-align: top;
}

.PagePicPanel
{
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
}
	
.PagePicPanel table
{
	background-image: url(../images/squares_bg.gif);
	width: 270px;
	height: 400px;
	border: 1px solid #C6D5B9;
}

.PagePicPanel table td
{
	text-align: center;
	vertical-align: middle;
}

.SectionBoxes
{
	width: 169px;
	vertical-align: top;
}

.SectionTitle
{
	color: white;
	font-size: 15px;
	font-weight: bold;
	height: 27px;
	width: 100%;
	background-image: url(../images/section_title_bg.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-left: 10px;
}

.SectionText
{
	border: 1px solid #5C6E50;
	background: #EAF5E1;
	padding: 3px 3px 3px 3px;
}

.CouponRow
{
	background: #C6D5B9;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 150px;
}

.Coupon
{
	width: 100%;
	height: 130px;
	vertical-align: middle;
}

.Caption
{
	background: #eeeeee;
	font-weight: bold;
}

.FormSectionTitle
{
	color: white;
	background: #A0BBA8;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 100%;
	vertical-align: middle;
	padding-left: 10px;
}

.Footer
{
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ============================================================================
 Menu Bar Styles
============================================================================ */

.MenuBar
{
	BACKGROUND-color: #1A2C18;
	HEIGHT: 18px;
}

.TopMenuGroup
{
	BACKGROUND-color: #1A2C18;
	COLOR: #FFFFFF;
	FONT-SIZE: 11px;
	HEIGHT: 18px;
}

.TopMenuItem
{
	CURSOR: default;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;	
}
.TopMenuItemHover
{
	COLOR: #FFFF00;
	CURSOR: default;
	FONT-SIZE: 11px;	
	FONT-WEIGHT: bold;
}
.MenuGroup
{
	BACKGROUND-COLOR: #EAF5E1;
	MARGIN-TOP: 1px;
	BORDER: solid 1px #1A2C18;
	WIDTH: 100px;
	
}
.MenuItem
{
	BACKGROUND-COLOR: #EAF5E1;	
	COLOR: #000000;
	CURSOR: default;
	FONT-SIZE: 10px;
}
.MenuItemHover
{
	BACKGROUND-COLOR: #EAF5E1;
	COLOR: #00A53B;
	CURSOR: default;
	FONT-SIZE: 10px;
}
.ItemSeparator
{
	BACKGROUND-IMAGE: url(../images/menu_seperator.gif);
	BACKGROUND-POSITION: top left;
	BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 18px;
}


