body {
	font-family: "Times New Roman", Times, serif;
	background-color: #48402A;
	margin: 0px;
	text-align: center;
	background-image: url(images/background_stripes.gif);
}

a {
	font-weight: bold;
	color: #DC241F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	width:742px;
	margin:0px auto;
	text-align:left;
}

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

#topNav {
	width:742px;
	height:28px;
	background-color: #DC241F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#topNav a:link, #topNav a:visited {
	color:#FFF;
	text-decoration:none;
}

#topNav a:hover {
	color:#FF0;
	text-decoration:none;
}

#sidebar {
	width:191px;
	float:left;
	color:#464646;
}

#leftNav {
	width:171px;
	margin:20px 5px;
	padding:5px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

#leftNav a:link, #leftNav a:visited {
	color: #464646;
	font-weight: normal;
}

#content {
	width:551px;
	float:right;
	padding:25px 0px 42px;
}

#homepageTxt {
	width:276px;
	margin:0px;
	padding:0px 0px 0px 31px;
	float:left;
}

#rewards {
	margin:0px;
	padding:0px 31px 0px;
}

#homepagePhoto {
	width:196px;
	margin:0px;
	padding:0px 17px 0px 0px;
	float:right
}

#footer {
	height: 59px;
	width:742px;
/*	margin-bottom:42px;*/
	font-size:11px;
	color:#FFF;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration:underline;
}
h1 {
	margin-top:0;
	font-size: 21px;
	font-weight: normal;
	color: #DC241F;
}

.footerLinks {
	font-size: 10px;
}

.clearfloats {
	clear:both;
}

.generaltxt {
	font-size: 13px;
	color:#000000;
}

.states {
	font-size: 13px;
	color:#000000;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

#introVideo {
	width: 300px;
	height: 250px;
	position: fixed;
	bottom: 0px;
	margin-left: 467px;
	display: none;
    z-index: 800;
    overflow: visible;
}