/* CSS Document */
body{
background-image:url(images/bg2.jpg);
background-repeat:repeat-x;
background-color:#9a9a9a;
}
.bodycontent {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #39372f;
	line-height: 17px;
}
.homecontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
}
.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}

.header {
	font-family:Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #6c2a19;
	font-weight:bold;
}
.subhead {
	font-family:Verdana, Arial, sans-serif;
	font-style:italic;
	font-size: 11px;
	color: #9a9a9a;
}
a:link {
  color:#fb1e1e;
 font-weight:bold;
  text-decoration:none;
}

a:visited {
  color:#fb1e1e;
 font-weight:bold;
  text-decoration:none;
}

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

li {
	list-style-image: url(images/bullet.jpg);
	margin-left:-25px;
	
}

.unsubscribe {
	position:absolute;
	left:57px;
	top:697px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	color: #5D5D5D;
	letter-spacing: .03em;
	text-align: left;
	width: 360px;
	height: 12px;



}
	

