@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
#BenefitsDiv {
	height: 375px;
	width: 700px;
	padding-top: 20px;
	overflow: auto;
	padding-right: 20px;
	padding-bottom: 10px;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	background-image: url(../images/main-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #151515;
}
/* main links */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
/* end of main links */

/* small links */
a.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.smallLink:link {
	text-decoration: none;
}
a.smallLink:visited {
	text-decoration: none;
	color: #ff7e7e;
}
a.smallLink:hover {
	text-decoration: underline;
}
.CouponText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF7E7E;
}

/* end of small links */

/* large links */
a.largeLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}
a.largeLink:link {
	text-decoration: none;
}
a.largeLink:visited {
	text-decoration: none;
	color: #006699;
}
a.largeLink:hover {
	text-decoration: underline;
}

a.largeLink14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #404C55;
}
a.largeLink14:link {
	text-decoration: none;
}
a.largeLink14:visited {
	text-decoration: none;
	color: #006699;
}
a.largeLink14:hover {
	text-decoration: underline;
	color: #006699;
}


#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	min-height: 100%;
	color: #FFFFFF;
}
#container {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 742px;
}
#contentContainer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.3em;
	margin: 0 auto;
	min-height: 100%;
	width: 742px;
	padding-bottom: 15px;
}
#subContent {
	height: 100%;
	width: 598px;
}

#MainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	width: 500px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	height: 100%;
}


#footer {
	position: absolute;
	bottom: 14em;
	height: 2em;
	width: 100%;
	color: #000033;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#bottomNav{
	width: 100%;
	height: 15px;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #000000;
	text-align: center;
}
#setContent {
	height: 100%;
	width: 100%;
}

.mainText{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
}
#sponsoredLinks{
	width: 10px;
	height: 10px;
	padding-top: 0px;
	margin: 0px auto 10px auto;
}
.h1Class {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff7e7e;
}
.JustifiedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-align: justify;
}

#BorderBottom {
	height: 25px;
	width: 440px;
	border-bottom: dashed #000000 1px;
}
#BorderBottomLong {
	height: 25px;
	width: 720px;
	border-bottom: dashed #000000 1px;
	margin-bottom: 8px;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF7E7E;
}
.italicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

.boldTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.divider {
	margin-top: 5px;
	margin-bottom: 2px;
}

.boldTextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #404c55;
}
.RegularText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.smallTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#RightPanel {
	float: right;
	height: 285px;
	width: 180px;
	margin: 0;
	left: 739px;
	background-color: #a3d0e4;
	padding: 15px;
	margin-right: 15px;
	border: solid #666666 1px;
}
ul.NoBullet {
	list-style-type:none;
	margin-left: 20px;
	padding-left: 20px;
	list-style-image: url(../images/ul-bullet.jpg);
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
