/* Added: 14 August 2006 */
/* colors used:
   #000154 - dark blue
   #3c4438 - dark grey/green
   #596d4f - med grey/green
   #848a80 - med grey  
   #a47136 - med bronze
   #ecf1e9 - pale, pale blue
   #f5f7f3 - pale, pale green
*/ 

/* using an image to replace text */
body {
    margin: 0px; 
	padding: 0px;
	background-color: #ecf1e9;
    }

#navList {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 99.96%;
    background-image: url("Artwork/bar.gif");
    background-repeat: repeat-x;
    height: 28px;
    z-index: 7;
    }

#nav {
	font-family: Georgia,"Times New Roman", Goudy, serif;
	font-size: 14px;
	float: left;
	font-weight: bold;
	width: 800px;
	padding-left: 14px;
    }

#nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
	white-space: nowrap;
    }

#nav li {
    float: left;
    margin: 0px;
    padding: 0px;
    }

#nav ul a {
	float:left;
	display:block;
	padding: 4px 6px 5px 10px;
	color: #596d4f;
	text-decoration: none;
    }

#nav ul a:hover {
	color: #a47136;
	}

#containerBody {
	position: relative;
    top: 42px;
	width: 924px;
	left: 2%;
	margin-left: 0px;
    min-height: 100%;
	z-index:4;
	}

.catPic {
    position: relative;
    top: 5px;
    left: 0;
    margin-top: 25px; 
    margin-bottom: 10px; 
    padding: 0;
    border: 2px double #b58425;
    float: left;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #3c4438;
    }

.pdfRef {
    position: relative;
    top: 5px;
    left: 15%;
    margin-top: 25px; 
    margin-bottom: 10px; 
    padding: 0;
    width: 70%;
    border: 0;
    float: left;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #3c4438;
    }

.pdfRef span {
    color: #a47136;
	}

#copyright2009 {
	position: relative;
	width: 924px;
	left: 15%;
	margin-bottom: 100px;
    float: left;
    color: #848a80;
    }