body {
	background-color: #ffffff;
	margin: 0 0 0 0;
}

#container {
	position: relative;
	margin: auto;
	width: 770px;
	height: auto;
	top: 0px;
	left: 0px;
}

#headerContainer {
	position: absolute;
	width:770px;
	height:141px;
	top: 0px;
	left: 0px;

}

#headerImage {
	position:absolute;
	width:770px;
	height:141px;
	left: 0px;
	top: 0px;
}

#headerText {
	position:absolute;
	width:770px;
	height:18px;
	left: 0px;
	top: 120px;
}

#bodyContentContainer {
	position: absolute;
	width:770px;
	height:auto;
	top: 141px;
	left: 0px;
}

#linksHeader {
	position:absolute;
	width:177px;
	height:28px;
	background-color:#1e3866;
	left: 0px;
	top: 30px;
	text-align: left;
	padding-top: 8px;
	padding-left: 13px;
}

#linksBorder {
	position:absolute;
	width:188px;
	height:238px;
	left: 0px;
	top: 30px;
	border: solid 1px #1e3866;
}

#trackRebate_btn {
	position:absolute;
	width:122px;
	height:27px;
	left: 13px;
	top: 82px;
}

#submitRebate_btn {
	position:absolute;
	width:162px;
	height:27px;
	left: 13px;
	top: 118px;
}

#linksList {
	position:absolute;
	width:136px;
	height:95px;
	left: 23px;
	top: 150px;
	text-align:left;
	padding: 0px;
	margin: 0px;
	top: 161px;
}

#programsHeader {
	position:absolute;
	width:539px;
	height:28px;
	background-color:#1e3866;
	top: 30px;
	left: 218px;
	text-align: left;
	padding-top: 8px;
	padding-left: 13px;
}

#programsDisclaimer_text {
	position:absolute;
	width:520px;
	height:40px;
	left: 231px;
	top: 82px;
	text-align: left;
}

#programsContainer_all {
	position:absolute;
	width:552px;
	height:auto;
	left: 218px;
	top: 152px;
}

#programContainer {
	position: relative;
	width:552px;
	height:auto;
}

#programTitle {
	float:left;
	width:539px;
	height:auto;
	left: 0px;
	top: 0px;
	background-color: #e1e9f8;
	text-align: left;
	padding-top: 5px;
	padding-left: 13px;
	padding-bottom: 6px;
}

#programDetails {
	float: left;
	width:290px;
	height:auto;
	left: 0px;
	top: 0px;
	text-align: left;
	padding-top: 18px;
	padding-left: 13px;
}

#programDetails a {
	text-decoration: underline;
	color: #1e3866;
}

#programDetails a:hover, a:active { 
	text-decoration: underline;
	color: #ed1c24;
}

#programImage {
	float: left;
	width:249px;
	height:auto;
	left: 0px;
	top: 0px;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}

#footerContainer {
	position:absolute;
	width:770px;
	height:auto;
	top:850px;
	left: 0px;
}

#footerImage {
	position:absolute;
	width:770px;
	height:25px;
	left: 0px;
}

#footerText {
	position:absolute;
	width:770px;
	height:80px;
	left: 0px;
	top: 4px;
}



/* Text Styles */

#linksList ul {
	padding:0px;
	margin:0px;
	line-height:23px;
	list-style-type: none;
}

#linksList li {
	list-style-type:none;
}

#linksList a {
	text-decoration:none;
	color: #1e3866;
}

#linksList a:link, a:visited { 
	text-decoration: none;
	color: #1e3866;
}

#linksList a:hover, a:active { 
	text-decoration: none;
	color: #ed1c24;
}

#footerText a {
	color: #1e3866;
	text-decoration: underline;
}

#footerText a:link, a:visited { 
	color: #1e3866;
}

#footerText a:hover, a:active { 
	color: #ed1c24;
}

.Arial_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.Arial_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.Arial_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Arial_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.white {
	color: #ffffff;
}

.blue {
	color: #1e3866;
}

.bold {
	font-weight: bold;
}
