a:link, a:visited {
	text-decoration: underline;
	color: Blue;
}
a:hover {
	text-decoration: none;
	color: #666600;
}
body {
	margin: 0;
	padding: 0;
}
h2 {
	margin-top: 0;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	border: none;
	background-color: Silver;
	color: Silver;
	height: 1px;
	width: 99%;
}
p, ul, ol {
	font: 12pt/20pt "Times New Roman", Times, serif;
	margin-top: 0;
	padding-right: none;
}
#wrapper {
	min-width: 400px;
	width: 100%;
}
#outer {
	border-left: 0px solid #CCCC66;  /* left column background */
	border-right: 0px solid #FFF8DC; /* right column background */
	background-color: #FFFFFF;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
}
#header {
	display: none;
}
#navigation {
	display: none;
}
#topnavbar {
	display: none;
}
#side1 {
	display: none;
}
#side2 {
	display: none;
}
.adbox {
	padding: 1px;
	margin: 1px;
	background-color: transparent;
	border-bottom: none;
}
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
	padding-top: 5px;
}
#content h1 {
	font: 16pt "Times New Roman", Times, serif;
	color: Gray;
}
#content h2 {
	font: 14pt "Times New Roman", Times, serif;
	font-weight: bold;
	color: black;
}
#content h3 {
	font: 12pt "Times New Roman", Times, serif;
	font-weight: bold;
	color: black;
}
#content p {
	margin-left: 1em;
	margin-right: 1em;
}
#footer {
	display: none;
}
.clear { 
	clear: both;
}
.fundingTable {
	border: 1px solid #666600;
	border-collapse: collapse;
	width: 98%;
	margin-left: 8px;
	font: 80%/1.4 Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.fundingTable td {
	border: 0px;
	padding: 4px;
}
.fundingTable th {
	border: 0px solid #666600;
	background-color: #CCCC66;
	font-weight: bold;
	text-align: left;
	padding-left: 2px; 
}
.fundingTable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.fundingTable tr.altRowA {
	background-color: White;
	color: #000000;
}
.fundingTable tr.altRowB {
	background-color: #F4F4F4;
	color: #000000;
}
.fundingTable tr:hover, .fundingTable tr.hilite {
	background-color: #FFF8DC;
	color: #000000;
}
