/*#header, #nav, #welcome-menu, #sidebar {display: none;}

h1 {display: block; margin: 0 0 .5in 0;}

body {
    font: 12pt "Arial", sans-serif;
    background: white;
    color: black;
    margin: 0;
    padding: 0;
}
*/
/*a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }*/
/*
h3 {font-size: 12pt;}

#footer {font-size: 10pt; position: relative; margin-top: .5in;}

#footer p {width: 5in;}

#footer img {position: absolute; top: -.1in; right: 0;}
*/

#nav ul {
	position: absolute;
    top: 32px;
    left: -5000px;
}

#nav ul.foldOut {
	position: absolute;
    top: 32px;
    left: 2px;
}

#nav {height: 43px;}
