body {
	font-family: "Arial", Helvetica, sans-serif;
	color:#222;
	background-attach: scroll;
	background-color: #c6c1a3;
}
a {
	color: #5a675b;
	text-decoration: underline;
}
a:hover {color: #000; text-decoration: underline;}

td {font-family: "Arial", Helvetica, sans-serif; font-size: 10pt;}
.copyright {font-family: "Arial", Helvetica, sans-serif; font-size: 9pt;}
p {font-family: "Arial", Helvetica, sans-serif;}
hr{color:#2A372B;border:0;width:90%;color: #2A372B;background-color: #2A372B;height:1px;}
sup {font-size: 8pt;}

ul li {padding: 5px 0px;}

.homecontent{
	background-image: url(../images/homecontent_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.article th {font-family: "Arial", Helvetica, sans-serif; font-size: 11pt;font-weight:bold;text-align:left;vertical-align:text-top;padding: 3px;}
.article table{
	border-collapse: collapse;
	border-color: #6e8270; 
}
.article td{vertical-align:text-top;padding: 6px;}
h2{color: #6e8270;}

/*Accordion Styles*/
.how  {
	width: 550px;
}
.desc p{margin-top: 0;font-size:.95em;
	}
.desc {
	font-weight: normal;
	padding: 5px 15px;
	line-height:1.5em;
}
.desc img{border:1px solid #003300;}
.how .title {
	cursor:pointer;
	display:block;
	padding:5px 5px 12px 5px;
	margin-top: 0;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #5a675b;
	border-top: 1px solid #5a675b;
}
.how .title small{font-weight:normal;font-size:.8em;color:#222;}
.how .title:hover {
	color: #bfa98b;
	border-top: 1px solid #bfa98b;
}
.how .title.selected {
	color: #bfa98b;
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px solid #bfa98b;
} 
