/* Hide navigation, search, footer links */
#globalnav, #navigation, #searchbox, #ft ul { display: none; }

/* Make content take up page width */
.yui-t2 #yui-main .yui-b { width: auto; }
#doc { width: auto; }

/* Make home link text visible */
#hd { height: auto; background-color: transparent; text-align: center; }
#logo { 
float:none; 
height: auto; 
background-image: none; 
color: #762514;
font-family: Georgia, Palatino, "Times New Roman", "Times Roman", serif;
font-weight:normal;
margin-bottom: 1em;
padding-bottom: 1em;
font-size: 200%;
border-bottom: 2px solid #d6bfb0;
}
#logo a { padding: 0; width: auto; height: auto !important; color: #762514; }

/* Style footer copyright disclaimer */
#ft { 
background-color: transparent; 
background-image: none; 
font-size: 75%;
border-top: 2px solid #d6bfb0;
margin-top: 3em;
clear: both;
}

/* Make background white */
body { background-color: white; }

