body
{
    background: url('../images/html-back.png') top center repeat-x;
    background-color: #497d6b;
    font-family: times;
    font-size: medium;
    color: #919998;
    align: justify;
}

/***************************************
 * general elements 
 **************************************/

p
{
  text-align: justify;
}

.background-container
{
	background: url('../images/back-textured.png') center center repeat-y;
	width: 1000px;
	padding-left: 25 0 0 0;
	margin: auto;
}

.container
{
    /*background-color: #182523; */
    /* background: url('../images/back.png') center center repeat-y; */
    padding-top: 20px;
}

.header
{
    margin-top: 20px;
    background: url('../images/ph-title.png') top center no-repeat;
    height: 147px;
}

h1, h2, h3, h4, h5, h6
{
    margin-bottom: 0.5em;
    color: #497d6b;
}

.sidebar-logo
{
    height: 134px;
    background: url('../images/sidebar-logo-small.png') no-repeat center center;
}

/*
.sidebar
{
    background-color: #182523;
}
*/

.sidebar ul
{
    list-style-type: none;
    margin: 0px;
}

.content-outer-3
{
  background-color: #182523;
  padding: 0px;
  margin-top: 25px;	
  margin-right: 25px;
}

.content-outer-2
{
  background-color: #000000;
  padding: 1px;
}

.content-outer
{
  background-color: #182523;
  padding: 3px;
}

.content
{
    background-color: #262F2E;
    padding: 15px;
    padding-top: 5px;	
    margin-top: 0px;
/*    border: #000000 1px solid;*/
}

.content-header
{
  width: 675px;
  margin-left: 5px;
  margin-bottom: 2em;
}

.content ul
{
    margin-bottom: 30px;
}

a
{
    color: #4d8c74;
    text-decoration: none;
}

a:hover
{
    color: #60c08b;
    text-decoration: none;
}

/***************************************
 *  MENU ITEMS 
 **************************************/
.home
{
    background: transparent url('../images/home.png') top left no-repeat;
}
.gallery
{
    background: transparent url('../images/gallery.png') top left no-repeat;
}
.about
{
    background: transparent url('../images/about.png') top left no-repeat;
}
.internship
{
    background: transparent url('../images/internship.png') top left no-repeat;
}
.support
{
    background: transparent url('../images/support.png') top left no-repeat;
}
.news
{
    background: transparent url('../images/news.png') top left no-repeat;
}
.villages
{
    background: transparent url('../images/villages.png') top left no-repeat;
}
.projects
{
    background: transparent url('../images/projects.png') top left no-repeat;
}


.menu-item
{
    width: 190px;
    height: 40px;
}

.menu-item-over
{
    background-position: -190px 0px;
}

.menu-item-selected
{
    width: 190px;
    height: 40px;
    background-position: -380px 0px;
}

p, dl
{
    margin-bottom: 1.5em;
}

.news-item
{
    margin-bottom: 20px;
}

.news-item a
{
    font-weight: bold;
}

.data
{
  border: 1px; 
}

.staff-sidebar
{
  width: 200px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 15px;
  float: right;
  font-size: 0.7em;  

  border: 1px #cccccc solid;
  /* background-color: #182523;*/
	background: url('../images/back-textured.png') center center repeat-y;
}

.footnote
{
  font-style: italic;
  font-size: 0.8em;
}

.footer
{
    margin-top: 30px;
    align: center;
}

.footer-1
{
    padding-top: 30px;
    text-align: center;
    color: #ffffff;
}

.footer-email
{
    color: #919998;
}


/* page-specific */
#Home-Gallery
{
margin-top: 15px;
margin-left: 5px;
margin-bottom: 2em;
}

.description-list
{
list-style-type: square;
}

.major-list
{
list-style-type: none;
margin-left: 0px;
}
