@charset "utf-8";
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #0100DC;
	text-align: center;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	padding: 3px;
}
.links a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.links a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.links a:hover {
	text-decoration: underline;
	color: #999999;
}
.links a:active {
	text-decoration: none;
	color: #999999;
}
.top-navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #666666;
	padding-left: 25px;
	padding-top: 5px;
}
.top-navigation a:link {
	color: #666666;
	text-decoration: none;
}
.top-navigation a:visited {
	text-decoration: none;
	color: #666666;
}
.top-navigation a:hover {
	text-decoration: underline;
	color: #666666;
}
.top-navigation a:active {
	text-decoration: none;
	color: #666666;
}
.right-sidebar {
	background-color: #D9D9D9;
	padding-left: 15px;
	border: 1px solid #999999;
	padding-top: 15px;
}
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0100DC;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0100DC;
}
.h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0100DC;
}
.donor-lines {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
