@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #79705C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #F7EDD4;
}
#mainContent {

}
.banner {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 10px;
}
.photo {
	text-align: center;
	padding-bottom: 25px;
}
.photo img {
	border: 8px solid #FFFFFF;
}


/* Main Content */

.text {
	width: 435px;
	float: left;
}
.textFormat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin-left: 50px;
	padding-bottom: 40px;
}
.textFormat h2 {
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #815E3A;
	font-family: "Times New Roman", Times, serif;
}
.textFormat h3 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #79705C;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
.textFormat h5 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #976E44;
	text-transform: uppercase;
	color: #735333;
	margin-bottom: -7px;
}
.textFormat strong {
	text-transform: uppercase;
	color: #735333;
}
.years {
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	padding-top: 15px;
	color: #003366;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #003366;
}
.years strong {
	color: #003366;
	font-style: normal;
	font-size: 14px;
}


/* Charts */

.chart {
	width: 740px;
}
.chartFormat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin-left: 20px;
	padding-bottom: 40px;
}
.chartFormat h2 {
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #815E3A;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	line-height: 24px;
}
.chartFormat h5 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #976E44;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #735333;
}
.lowercase {
	text-transform: lowercase;
	font-weight: normal;
	color: #000000;
}



/* Giving Levels Chart */

.textFormat table {
	border: 1px solid #79705C;
	background-color: #F9F0DD;
}
.textFormat table td {
	line-height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}
.textFormat td a {
	color: #003366;
}
.top {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #79705C;
	text-transform: uppercase;
}
#other {
	margin-top: 15px;
}
#other2 {
	margin-top: 15px;
}




/* Navigation */

.nav {
	float: right;
	width: 285px;
}
.navBox {
	width: 240px;
	background-color: #976E44;
}
.navFormat {
	font-size: 12px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.navFormat h5 {
	margin-top: 0px;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.navBox ul {
	margin-left: 0px;
	padding-left: 0px;

}
.navBox ul li {
	margin-left: 25px;
}

.navFormat a {
	color: #FFFFFF;
	text-decoration: none;
}
.navFormat a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




/* Clear Floats */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

