/* -------------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;
}






/* ----------HOMEPAGE 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;
}

#upperright {
	padding: 60px 25px 0px 0px;
	float: right;
	color: #F68E56;
	text-align: right;
	font-size: 88%;
	line-height: 140%;
	font-style: italic;
}

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

#homephotos {
	width: 719px;
	height: 296px;
	float: right;
	margin: 0;
	padding: 0;
}

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

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








/* ----------HOMEPAGE TEXT FORMATTING---------- */

.rightalign {
	text-align: right;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}


#hometext {
	width: 410px;
	float: left;
	margin: 20px 40px 0px 152px;
	line-height: 130%;
}

* html #hometext {
	display: inline;
}

#homequote {
	width: 225px;
	float: right;
	margin: 20px 20px 0px 0px;
}

* html #homequote {
	display: inline;
}

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

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

.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;
}

.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;
}







/* ----------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;
}

