body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
}
h1 { 
	color: #084D9A;
	font-size: 16pt;
}
h2 {
	color: #81694A;
	font-size: 10pt;
}

.resources h2 {
	font-size:12px;
	margin:0px 0px 14px;
	padding:5px;
	border-bottom: 1px dotted #666;
	cursor:pointer;
	background-color:#CDD9E4;
	position: relative;
}
.resources h2:hover {
	background-color:#999;
}
.resources h2.plus {
	background-image: url(/images/plus.gif);
	background-repeat:no-repeat;
	background-position:488px;
}
.resources h2.minus {
	background-image: url(/images/minus.gif);
	background-repeat:no-repeat;
	background-position:488px;
}
div.hide{
	display:none;
}
h2.lookatme {
	font-size: 16px;
	color: #9933CC;
}
h3 {
	font-size: 10pt;
	margin-bottom: -12pt;
}
h4 {
	font-size: 12px;
}
p {
	font-size: 10pt;
}
li {
	font-size: 10pt;
}
/*This replaces the smalltext class*/
small {
	font-size: 10px;
}
/*This class is still used on the site, so it hasn't been deleted yet*/
.smalltext {
	font-size: 10px;
}
a.gold {
	color: #81694A;
	font-size: 10pt;
	font-weight: bolder;
	text-decoration:none
}
td #events{
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
}
th #events{
	color: #084D9A;
	background-color: #C1D7EE;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
form.searchform{
	width: 270px;
	float: right;
	position: absolute;
	margin-left: 295px;
	border: 2px solid #81694A;
	padding: 6px;
}
td.news{
}
td.news h2{
	clear:both;
	font-size: 16px;
	margin-top: 24px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #81694A;
}
td.news p{
	font-size: 15px;
}

td.news p a{
	color: #81694A;
	text-decoration:none;
}

td.news p a:hover{
	color: #81694A;
	text-decoration:underline;
}

