/* General elements */
body {font-family: "times new roman", time, serif; font-size: 78%; background-color: #fff; color: #000;}

/* General positioning & appearance */
#container {width: 100%; margin: 0; padding: 0; border: none; background-color: #fff; color: inherit;}
#containerInner {width: 100%; height: auto; border: none; background: #fff; background-image: none; color: inherit;}
#primaryNav {display: block; width: 100%; height: 2in; padding: 0; float: none; overflow: visible;}
#primaryNav ul {display: none;}
#logoScreen {display: none;}
#unitedWay {display: none;}
#logoPrint {display: block; width: 243px; height: 167px; float: left;}
#contactInfo {display: block; width: 40%; float: right; text-align: right; font-size: 1.1em; font-weight: bold; font-style: italic; background-color: inherit; color: #44697d;}
#main {display: block; width: 100%; margin: 0; float: none;} /*check this float*/
#masthead {display: none;}
#content {width: 100%; float: none; background: #fff; background-image: none; color: inherit;} /*check this float*/
#primaryContent {display: block; margin: 0; width: 60%; padding: 0; float: left; overflow: visible;}
#footer {background-color: inherit; color: #000; font-size: 1em;}
#secondaryContent {display: block; width: 28%; margin: 0; padding: 0; float: right; overflow: visible;}

/* Appearance fine-tuning */
#quickExit {display: none;}
#safety {display: none;}
#secondaryContent h2 {margin-top: 0;}

/* Misc  */
.clear {clear: both; margin: 0; padding: 0; height: 0; line-height: 0;}
