@charset "utf-8";
@import "site.css";
/* CSS Document */


h1 {
	color: #F79321;
	font-size: 21px;
}
a:link, a:visited {
	text-decoration: none;
	color: #F79321;
    font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #F79321;
    font-weight: bold;
}
#content{
border-top:solid 2px #F79321;
}

.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;
}