@charset "utf-8";
@import "site.css";
/* CSS Document */

h1 {
	color: #A1B26C;
	font-size: 21px;
}
a:link, a:visited {
	text-decoration: none;
	color: #A1B26C;
    font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #A1B26C;
    font-weight: bold;
}

#content{
border-top:solid 2px #A1B26C;
}

div p a:link, div p a:visited {
	color: #999999;
	line-height: 13px;
}

.expandable h2 {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	margin-bottom: 4px;
}

.expandable h2 a {
	color: #999;
	font-weight: normal;
	display: block;
	background: url(../images/triangleDownSmall.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.expandable p {
	margin-left: 10px;
	margin-right: 10px;
}

.expandable h2 img {
	border: solid 1px #747474;
}

.expandable h2 table {
	display: inline-table;
	width: 100%;
}

.expandableSubtitle {
	color: #747474;
	text-transform: none;
	font-weight: normal;
	text-decoration: inherit;
}