/* CSS Document */

BODY { position: relative; min-width: 600px; width: 100%; margin: 10px 0 100px 0; padding: 0;
		border: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;
		background-color: #ffcc99 }
H1 { font-size: 30px }
H2 { margin-bottom: -10px }
H2.contact { margin-bottom: 0 }
H3 { margin-bottom: -10px}

#container { postition: relative; min-width: 600px; width: 100%; margin: 10px 0 100px 0; padding: 0;
		border: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt }
#top { position: absolute; top: 0; left: 0; min-width: 600px; width: 100%; height: 100px;
		/* border: 1px solid */ }
#left { position: absolute; top:102px; left: 30px; min-width: 162px; width: 27%;
		margin-top: 10px; margin-right: 5px }
#middle { position: relative; top:100px; left:31%; min-width: 250px; width: 41%;
		margin: 10px 5px 10px 5px; }
#right { position: absolute; top:100px; left: 72%; min-width: 175px; width: 26%;
		margin-top: 10px; margin-left: 5px }
#bottom { position: relative; top: 110px; left: 0; min-width: 600px; width: 100%;
		margin-bottom: 10px; }
.answer { color: #0000; margin-left: 1.0em; margin-bottom: 5px }
.center { text-align: center }
.indent1 { margin-left: 2.0em }
.navbar { text-align: center; font-size: 12pt; font-weight: bold; color: #3300cc }
.question { font-size: 12; font-weight: bold; color: #3300cc }
.tight { margin-bottom: -10px }

