body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #F0F0F0;
}


#wrapper {
	width: 1000px;
	margin: auto;
	text-align: left;
}

#header {
	height: 125px;
	padding-left: 20px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	padding-top: 25px;
	margin-bottom: 25px;
}
.content p {
	line-height: 18px;
	font-size: 12px;
}
#menu {
	float: left;
	width: 240px;
	padding: 1px;
	margin-left: 10px;
	margin-bottom: 25px;
}

.menuWrapper {
	border: 1px solid #CCC;
}

#right {
	float: left;
	width: 700px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
	padding-bottom: 25px;
}

h1 {
	font-size: 22px;
	margin-bottom: 25px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-weight: bold;
}
p {
	margin-bottom: 15px;
}
.threeColumn td {
	padding-right: 10px;
}
ul {
	margin-bottom: 15px;
	margin-left: 35px;
}
ul li {
	list-style-type: disc;
	padding-left: 10px;
	line-height: 18px;
}
ol {
	margin-bottom: 15px;
	margin-left: 35px;
}
ol li {
	list-style-type: decimal;
	padding-left: 10px;
	line-height: 18px;
}
#footer {
	clear: both;
	border-top: 1px solid #CCC;
	padding-top: 15px;
	margin-top: 40px;
}
.footerTable td {
	vertical-align: top;
	font-size: 11px;
	padding: 4px;
}
#menu ul {
	margin-left: 20px;
}
#menu li {
	list-style-type: disc;
}
.menuHeading {
	background-color: #333;
	color: #FFF;
	padding: 4px;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
.connectingTheDots {
	background-color: #FF6600;
}
.tableHeading {
	background-color: #F0F0F0;
}

a:link {
	color: #003399;
}
a:visited {
	color: #4c7896;
}
.grantTable {
	width: 698px;
}
.grantTable td {
	padding-left: 3px;
	padding-top: 3px;
}
.appendixTable {
	width: 100%;
}
.appendixTable td {
	padding: 4px;
}
#downloadReport {
	margin-top: 25px;
}
#downloadWrapper a {
	font-style: italic;
}