/* Added: 25 September 2006 */

html {
	margin: 0px;
	padding: 0px;
	}

body {
    margin: 0px; 
	padding: 0px;
	color: #FFFFFF;
    background-color: #00084e; 
    background-image: url("wbuBodyBack.jpg");
    background-repeat: repeat-y;
    background-position: center top;
    background-attachment: scroll; 
	}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FFFFFF;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #CEE7FF;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #E0FFE0;
	}

#navBar {
    position: relative;
    margin: 0;
    width: 96.5%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
    font-weight: bold;
	}

#navBar a {
    padding: 0 .5em;
    line-height: 1.5em;
	}

#pageHeader {
    position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
    border: 5px groove #FFFFFF;
	height: 85px;
	width: 99%; 
	}

/* using an image to replace text */
#pageHeader h1 {
	margin: 10px 0 0 0;
    background-color: #000002; 
    background-image: url(Biography.gif);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll; 
	height: 75px;
	width: 800px; 
	}

#pageHeader h1 span {
	display: none;
	}

#containerBody {
    position: relative;
 	margin: 0;
    border: 0;
	width: 97.5%; 
	}

#costaRica {
    position: absolute;
    margin: 0;
    border: 1px solid #ffffff;
    float: left;
	width: 25%;
	height: 576px; 
	}

#costaRica img {
    margin-top: 65px;
 	margin-left: 30px;
    border: 2px solid #ffffff;
    float: left;
	width: 200px; 
	}

#costaRica h3 {
    margin-top: 15px;
    border: 0;
    text-align: center;
	}

.bio {
    position: absolute;
    left: 28%;
    margin: 0;
    border: 1px solid #ffffff;
    padding: 15px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
	}

#pictureCells {
    position: absolute;
    top: 577px;
    height: 242px;
    }

.copyright2010 {
    margin: 6px 6px 0px 6px;
    padding: 10px; 
    border: 1px solid #FFFFFF;
    font-family: "Times New Roman", Helvetica, sans-serif;
    font-size: 8pt;
    color: #CCFFCC;
    }
    
#containerFootnote {
    margin: 6px 6px 0px 6px;
    padding: 10px 10px 10px 10px; 
    border: 1px solid #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
	}

#contentChange {
    margin: 6px 6px 10px 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    color:#FFF;
    }