/* CSS Document */
body{
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#9a9a9a;
}
.bodycontent {
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #39372f;
	line-height: 15px;
}
.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: 12px;
	color: #19566c;
	font-weight:bold;
}
.subhead {
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #0c2933;
	font-weight:bold;
}
a:link {
  color:#da7e1b;
 font-weight:bold;
  text-decoration:none;
}

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

a:hover {
  color:#8c5111;
 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;



}
	

