body {
font-family: Arial, helvetica, sans-serif;
margin: 0;
padding: 0;
}

#topDiv, #colLeft, #colRight {
display: none;
}


#wrapper {
width: auto;
}

body.homePage #topDiv, body.homePage #colLeft {
display: block;
}

body.homePage #colLeft {
margin: 1em 0;
}

body.homePage #leftNav, body.homePage #personIntro, .jobHotlinks, .relevantLinks {
display: none;
}

body.homePage #welcome {
font-size: 1.5em;
margin-left: 0;
width: auto;
}

