/* -------------BASIC------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #363636;
	text-align: center;
	background: #D6DEC0;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

a img { 
	border: none;
}






/* ----------SUBPAGE LAYOUT---------- */

#wholepage {
	width: 851px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
}

#header {
	width: 851px;
	height: 146px;
	margin: 0;
	padding: 0;
	background: url(../images/toprightborder.jpg) no-repeat scroll right top;
}

#row1 {
	width: 851px;
	margin: 0;
	padding: 0;
	background: url(../images/sidebar.jpg) repeat-y scroll left top;
	border-bottom: 1px solid #FFCC59;
}

#linkbar {
	width: 132px;
	height: 296px;
	float: left;
	margin: 0;
	padding: 0;
}

#sublinkbar {
	width: 719px;
	height: 44px;
	float: right;
	margin: 0;
	padding: 0;
}

#textarea {
	margin: 0;
	padding: 0px 0px 0px 132px;
}

#footer {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 50px 0px 10px 0px;
	text-align: center;
}









/* ----------SUBPAGE TEXT FORMATTING---------- */

.rightalign {
	text-align: right;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#subtext {
	width: 440px;
	float: left;
	margin: 25px 0px 0px 22px;
	line-height: 130%;
}

* html #subtext {
	display: inline;
}

#subquote {
	width: 170px;
	float: right;
	margin: 25px 20px 0px 0px;
}

* html #subquote {
	display: inline;
}

#subtextfull {
	line-height: 130%;
}

.green {
	font-size: 110%;
	color: #0F4E33;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.italic {
	font-style: italic;
}

.standard {
	padding: 0px 0px 12px 0px;
}

.smlbreak {
	padding: 0px 0px 4px 0px;
}

.bigbreak {
	padding: 8px 0px 12px 0px;
}

.centered {
	padding: 0px 0px 12px 0px;
	text-align: center;
}

.quote {
	padding: 0px 0px 8px 0px;
	color: #0F4E33;
	font-style: italic;
	line-height: 150%;
}

.quoteby {
	padding: 0px 0px 8px 0px;
	color: #0F4E33;
	line-height: 150%;
	text-align: right;
}

.quotebysml {
	padding: 0px 0px 8px 0px;
	color: #487461;
	line-height: 150%;
	text-align: right;
	font-size: 85%;
}

.leftquote {
	background: url(../images/quoteleft.jpg) no-repeat scroll left top;
}

.rightquote {
	background: url(../images/quoteright.jpg) no-repeat scroll left top;
}

ul.textlist {
	margin-top: 0px;
	padding-top: 0px;
}

.blueitalic {
	font-size: 100%;
	color: #003B6C;
	font-style: italic;
	padding: 0px 0px 50px 0px;
}

.footertext {
	font-size: 80%;
	color: #7D7D7D;
	padding: 0px 0px 12px 0px;
}







/* -----------NAVIGATION BAR----------- */

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav a {
	display: block;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}


ul#nav a#aboutLink {
	background: url(../images/button_about.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#aboutLink:hover {
	background: url(../images/button_about.jpg) no-repeat scroll 0px -44px;
}

body#about a#aboutLink {
	background: url(../images/button_about.jpg) no-repeat scroll 0px -88px;
}


ul#nav a#programsLink {
	background: url(../images/button_programs.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#programsLink:hover {
	background: url(../images/button_programs.jpg) no-repeat scroll 0px -42px;
}

body#programs a#programsLink {
	background: url(../images/button_programs.jpg) no-repeat scroll 0px -84px;
}


ul#nav a#pubsLink {
	background: url(../images/button_pubs.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#pubsLink:hover {
	background: url(../images/button_pubs.jpg) no-repeat scroll 0px -42px;
}

body#pubs a#pubsLink {
	background: url(../images/button_pubs.jpg) no-repeat scroll 0px -84px;
}


ul#nav a#sofinanceLink {
	background: url(../images/button_sofinance.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#sofinanceLink:hover {
	background: url(../images/button_sofinance.jpg) no-repeat scroll 0px -42px;
}

body#sofinance a#sofinanceLink {
	background: url(../images/button_sofinance.jpg) no-repeat scroll 0px -84px;
}


ul#nav a#donateLink {
	background: url(../images/button_donate.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#donateLink:hover {
	background: url(../images/button_donate.jpg) no-repeat scroll 0px -42px;
}

body#donate a#donateLink {
	background: url(../images/button_donate.jpg) no-repeat scroll 0px -84px;
}


ul#nav a#contactLink {
	background: url(../images/button_contact.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#contactLink:hover {
	background: url(../images/button_contact.jpg) no-repeat scroll 0px -42px;
}

body#contact a#contactLink {
	background: url(../images/button_contact.jpg) no-repeat scroll 0px -84px;
}


ul#nav a#homeLink {
	background: url(../images/button_home.jpg) no-repeat scroll 0px 0px;
}

ul#nav a#homeLink:hover {
	background: url(../images/button_home.jpg) no-repeat scroll 0px -42px;
}

body#home a#homeLink {
	background: url(../images/button_home.jpg) no-repeat scroll 0px -84px;
}


ul#nav li {
	display: inline;
}


* html #nav a {
	height: 1px;
}







/* -----------SUB NAVIGATION BAR----------- */

ul#subnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#subnav li {
	float: left;
}

ul#subnav a {
	display: block;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}


ul#subnav a#aboutusLink {
	width: 91px;
	background: url(../images/sublink_about.jpg) no-repeat scroll 0px 0px;
}

ul#subnav a#aboutusLink:hover {
	background: url(../images/sublink_about.jpg) no-repeat scroll 0px -44px;
}


ul#subnav a#missionLink {
	width: 72px;
	background: url(../images/sublink_mission.jpg) no-repeat scroll 0px 0px;
}

ul#subnav a#missionLink:hover {
	background: url(../images/sublink_mission.jpg) no-repeat scroll 0px -44px;
}


ul#subnav a#leadershipLink {
	width: 80px;
	background: url(../images/sublink_leadership.jpg) no-repeat scroll 0px 0px;
}

ul#subnav a#leadershipLink:hover {
	background: url(../images/sublink_leadership.jpg) no-repeat scroll 0px -44px;
}



ul#subnav a#programssubLink {
	width: 93px;
	background: url(../images/sublink_programs.jpg) no-repeat scroll 0px 0px;
}

ul#subnav a#programssubLink:hover {
	background: url(../images/sublink_programs.jpg) no-repeat scroll 0px -44px;
}


ul#subnav a#educationLink {
	width: 84px;
	background: url(../images/sublink_education.jpg) no-repeat scroll 0px 0px;
}

ul#subnav a#educationLink:hover {
	background: url(../images/sublink_education.jpg) no-repeat scroll 0px -44px;
}


ul#subnav a#researchLink {
	width: 66px;
	background: url(../images/sublink_research.jpg) no-repeat scroll 0px 0px;
}

ul#subnav a#researchLink:hover {
	background: url(../images/sublink_research.jpg) no-repeat scroll 0px -44px;
}



* html #subnav a {
	height: 1px;
}








/* ----------LINKS---------- */

a:link {
	color: #003B6C;
}

a:visited {
	color: #0F4E33;
}

a:hover {
	color: #F7742E;
}

a:active {
	color: #F7742E;
}



a:link.foot {
	color: #7D7D7D;
}

a:visited.foot {
	color: #7D7D7D;
}

a:hover.foot {
	color: #464646;
}

a:active.foot {
	color: #464646;
}
