#header {
    font-size: 24px;
    border-bottom: 5px solid #ffffff;
}
.header_title {
    padding: 0 20px;
    top: -10;
    position: relative;
    font-size: 50px;
}
.search input {
    font-size: 32px;
}
th {font-weight: bold;}

.gender { text-transform:capitalize; }
.crestimg {float:left;}

.bio {
	/* float: left;*/
	  width: 60%;
	  overflow:auto;
	}

.labels {font-weight: bold; font-size:16px; color: #FFFFFF;}

/* .left {float: right !important; width:300px;} */
.sidebar {float: right ; width:40%;} 


.recordname {font-weight: bold; font-size:22px;}



body 
{ 
    margin: 20px !important;
    /* background-image:url(images/leaves.jpg); */ 
    background-repeat: no-repeat; 
    /* background-color:#2c6c0c; */ 
    background-color:#618c47;
    background-position:left top; 
    color:#FFFFFF;
}



#mainTable {color:#000000; background:#FFFFFF; margin: 0 auto;}
#mainTable tr {border:1px solid #fff;}
#mainTable tr {background:#e6e6e6;}
#mainTable .row1 {background:#ffffff;}
#mainTable .row0 {background:#cccccc;}
#mainTable a:link, #mainTable a:visited {color:#000000; font-weight:bold; text-decoration: none;}

    /* td {padding: 0px 5px 0px 5px;} */
a:link, a:visited {color:#FFFFFF; font-weight:bold; text-decoration: none;}
a.adminLink:link, a.adminLink:visited {color: #0000FF ; font-weight:bold; text-decoration: none;}

.header {text-decoration: none; font-size:30pt; text-align:center;}
.header a:link, .header a:visited  {text-decoration: none;}

.introPara {width: 600px; margin: 0 auto;}

.small {font-size: 8px !important;}

#search_light {
	text-align: center;
}

#self {
text-align: center;	
}

#newAdditions {
    margin: 0 0 20px 0;
    border: 1px solid;
    padding: 10px;
}    
#peopleList_sidebar {
    height: 300px;
    overflow: auto;
    margin: 0 0 20px 0;
    border: 1px solid;
    padding: 10px;
}

/*
 @media screen and (min-device-width : 320px) and (max-width: 800px) {
  .sidebar {
      display: none !important;
      }    
}
*/