/***************** BASE CLASS *****************/

body {
margin-top: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

a {
text-decoration: none;
color:#00f;
}

a:hover{
text-decoration: underline;
color:#00f;
}


.pgettl {
font-size: 18px;
font-weight: bold;
color: #5781AE;
}

#contentPadding li {
line-height: 25px;
}


/***************** PAGE STRUCTURE *****************/


#wrapper {
width: 800px;
margin: 0 auto;
padding: 0;
text-align: left;
position: relative;
}

#header{
height: 75px;
clear: both;
margin: 0;
padding: 0;
background: #9AC6EF;
}

#contentArea {
width: 458px;
float: left;
top: 0;
left: 165px;
margin: 0;
padding: 0;
background: url(images/leftnav_grad.gif) repeat-y top left;
border-right: #ccc solid 1px;
}

#contentAreaLarge {
width: 624px;
float: left;
top: 0;
left: 175px;
margin: 0;
padding: 0;
background: #fff;
border-right: #ccc solid 1px;
}

#contentArea_exp {
width: 624px;
float: left;
top: 0;
left: 175px;
margin: 0;
padding: 0;
background: #fff;
}

#leftPanel {
display: block;
width: 165px;
float: left;
left: 3px;
margin: 0;
padding: 0;
} 

#rightPanel {

width: 175px;
float: left;
top: 0;
left: 625px;
margin: 0;
padding: 0;
background: #fff;
border-bottom: #ccc solid 1px;
}

#footer {
text-align: left;
clear: both;
margin-top: 1px;
padding: 10px;
border-top: #ccc solid 1px;
}


/***************** NAVGATION STRUCTURE *****************/


#navblock {
height: 40px;
width: 800px;
margin: 0px;
padding: 0px;
border-top: #fff solid 1px;
background: url(images/nav_back.gif) top left repeat-x;
}

#nav {
list-style: none;
margin-left: 30px;
margin-top: 12px;
padding: 0px;
}

#nav li {
list-style: none;
margin: 0;
padding-right: 1px;
font-weight: bold;
text-transform: uppercase;
float: left;
}

#t-home a {
text-align: center;
width: 51px;
height: 23px;
display: block;
font-size: 11px;
color: #333;
}

#t-overview a {
text-align: center;
width: 83px;
height: 23px;
display: block;
font-size: 11px;
color: #fff;
}

#t-projects a {
text-align: center;
width: 76px;
height: 23px;
display: block;
font-size: 11px;
color: #fff;
}

#t-donations a {
text-align: center;
width: 89px;
height: 23px;
display: block;
font-size: 11px;
color: #fff;
}

#t-funding a {
text-align: center;
width: 68px;
height: 23px;
display: block;
font-size: 11px;
color: #fff;
}

#t-contact a{
text-align: center;
width: 118px;
height: 23px;
display: block;
font-size: 11px;
color: #fff;
}


/***************** NAVGATION STRUCTURE *****************/


#NavMenu {
width: 160px;
margin: 0px;
padding: 0;
list-style: none;
}
#LeftMenuTitle {
color: #666;
font-weight: bold;
font-size: 14px;
padding: 6px;
border-bottom: #ccc solid 1px;
}
#LeftMenuBottom {
}
#LeftMenu {
border-bottom: #eee solid 1px;
}
#SubMenu {
border-bottom: #fff solid 1px;
background: #EDF5FC;
}
#LeftNavMenu a {
padding: 6px;
display: block;
line-height: 14px;
color: #00f;
font-size: 11px;
text-decoration: none;
}
#LeftNavMenu a:hover {
background: #eee;
text-decoration: underline;
}


/***************** CONTENT STRUCTURE *****************/


#contentPadding {
padding-left: 15px;
padding-right: 10px;
padding-bottom: 10px;
}

#currentProjects {
width: 330px;
float: left;
}

#currentProjects p{
padding: 6px;
}

#currentProjects h1{
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 6px;
background: url(/images/headline_back.gif) no-repeat top left;
}

#pastProjects {
margin: 0px;
padding: 0px;
float: right;
width: 230px;
border: #eee solid 1px;
}

#pastProjects h1{
color: #333;
font-size: 12px;
font-weight: bold;
padding: 6px;
background: url(/images/pastprojects_back.gif) no-repeat top left;
}

#pastProjects p{
padding: 6px;
}


#donation_box {
margin-left: 15px;
width: 360px;
padding: 10px;
border: #eee solid 7px;
}

/***************** RIGHT SIDE STRUCTURE *****************/



