body {
	padding: 0px;
	margin: 0px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
td {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
ul {
	margin-top: 3px;
	list-style-image: url('images/bullet.gif');
}
a:link {
	color: #8A2003;
}
a:visited {
	color: #8A2003;
}
a:hover {
	color: #AC965E;
}
a:active {
	color: #AC965E;
}
/*
a:hover {color: #0000ee;}
a:active {color: #0000ee;}
*/

a.news:link {
	color: #8A2003
}     /* unvisited link */
a.news:visited {
	color: #8A2003
}  /* visited link */
a.news:hover {
	color: #000000
}   /* mouse over link */
a.news:active {
	color: #000000
}
a.breadcrumb:link {
	color: #000000;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
}     /* unvisited link */
a.breadcrumb:visited {
	color: #000000;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
}  /* visited link */
a.breadcrumb:hover {
	color: #8A2003;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
}   /* mouse over link */
a.breadcrumb:active {
	color: #8A2003;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
}
#dropmenudiv {
	position:absolute;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF; /*border-bottom-width: 0;*/
	font: 10px Verdana;
	color: black;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv a {/*width: 100%;*/
	width: 250px;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #999966;
	padding: 1px 0;
	text-decoration: none; /* font-weight: bold;*/
	color: #3F3827;
	background-color: #B9AB7C;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: #8A2003;
	color: #FFFFFF;
}
.quote {
	font-size: 12pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-align: right;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	margin-bottom:3px;
}
h1 {
	color: #4E6A26;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
}
.rightline {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #AC965E;
}
.leftpad {
	padding-left: 10px;
}
.blackbox {
	padding: 0px;
	margin: 0px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}
.topblackbox {
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
}
.whitetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.bottomblackbox {
	padding: 10px;
}
.hp {
	font-size: 11px;
}
/* added apr 4, 2008 */
.tdcontent, .tdrightcol {
	padding:20px;
}
.tdcontent .centerimg, .tdrightcol .centerimg {
	text-align:center;
}
.tdrightcol {
	background-color:#C7B992;
}
.fleft {
	float:left;
	margin-right:1em;
}
.fright {
	float:right;
	margin-left:1em;
}

/* Social Media*/
.follow a {
background-image:url("/images/follow-row.png");
background-repeat:no-repeat;
color:#000000;
display:block;
text-decoration:none;
}
.follow .mail {
background:url("/images/subscribe-row.png") no-repeat 0 0;
display:block;
color:#000;
text-decoration:none;
}

.follow a:hover .label {text-decoration:underline;}
.follow .label {
background-position:7px 8px;
background-repeat:no-repeat;
display:block;
padding:7px 22px 7px 30px;
}
.follow .follow-facebook .label {
background-image:url("images/follow-facebook.png");
}.follow .follow-twitter .label {
background-image:url("/images/follow-twitter.png");
}
.follow .subscribe .label {
background-image:url("/images/email.png");
}
