html {
    height: 100%;

}	

body {
    background: url('img/bgGrad.png') repeat-y;
    background-color: #fff;
    background-position: right;
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
}

h2 {
    color: #385427;
    font-size: 16px;

}

a {
    color: #385427;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
}

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


div.leftStripe {
    background: url('img/leftStripes.png') repeat-y;
    padding-top: 10px;
    padding-left: 20px;
    float: left;
    width: 80px;
    height: 100%;
} 	      	 

div.centerCol {
}      

div.ccgHead {
    padding-top: 10px;
    padding-left: 10px;
    float: none;
}	   

div.leftMenu {
    float: left;
    width: 180px;
    padding-top: 20px;
    padding-right: 40px;
    color: #ddd;
}

div.leftMenu a {
    color: #999;	     
    font-size: 12px;
    line-height: 32px;

}

div.menuLevel2 {
    padding-left: 10px;
    height: 0px;
    overflow: hidden;
}

div.menuLevel2 a {
    color: #999;
    font-size: 12px;
    line-height: 32px;
}


div.centerContent {
    position: relative;		  
    margin-top: 20px;		
    margin-right: 0px;
    height: 400px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 100px;
    padding-left: 0px;
    color: #385427;
    font-size: 18px;
    overflow: hidden;

}

div.contentWrapper {
    background: url('img/bgStripes580.png') repeat-y;
    width: 500px;
    height: 420px;
    padding-left: 40px;
    padding-right: 40px;
}

div.content {
    text-align: justify;
    color: #555;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    width: 500px;
    height: 450px;
    position: absolute;
    top: 500px;
}

div.contentHome {
    text-align: justify;
    font-style: normal;
    width: 500px;
    height: 500px;
    position: absolute;
}


div.contentTitle {
    color: #385427;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
}

div.instructions {
    padding: 5px;
    color: #555;
    font-size: 12px;
    border: 1px solid #385427;
    margin-bottom: 20px;
}		 

div.bioContent {
    float: left;
    width: 330px;
}

div.bioName {
    font-size: 16px;
    color: #385427;
}

div.bioTitle {
    font-size: 12px;
    font-weight: bold;
    color: #385427;
    padding-top: 2px;
    padding-bottom: 10px;

}

div.bioImage {
    float: left;
    padding-right: 20px;
}

div.home {
    clear: both;
    padding-top: 20px;
}

.voDate {
    font-size: 12px;
    color: #777;
}

#galleryThumbs{
   overflow: auto;
   height: 450px;
   width: 127px;
   float: left;
}

div.galleryThumb {
   height: 100px;
   width: 100px;
   padding: 5px;
   background-color: #000;
   border: 1px solid #000;
   text-align: center;
}

#galleryImage {
    width: 500px;
    height: 430px;
    padding: 10px;
    float: left;
    background-color: #000;
    text-align: center;
}

div.bgStripeTop {
    background: url('img/bgStripesTop.png');
    width: 580px;
    height: 10px;
}

div.bgStripeBottom {
    background: url('img/bgStripesBottom.png');
    width: 580px;
    height: 10px;
}
