body      { color: #252525; font-family: Georgia, "Times New Roman", Times, serif; background-color: #fffded; margin: 0; padding: 0 }
a  { color: #004e87; font-weight: bold; text-decoration: none; outline: none medium }
a:visited  { color: gray }
a:active  { color: navy }
a:hover  { color: navy; text-decoration: none }
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p  { font-size: 11px; line-height: 18px; margin-top: 20px; margin-bottom: 10px }

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1    { color: #fffded; font-size: 16px; line-height: 18px; padding-top: 10px }
h2  { color: maroon; font-size: 18px }
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
	
#top      { background-color: #004e87; margin-top: 1px; padding-top: 5px; padding-left: 20px; width: 100%; height: 60px; border: solid 1px #ccc; voice-family: inherit     }
html>body #top   { height: 60px }
#navbar         { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; background-color: maroon; padding-top: 5px; padding-left: 20px; width: 100%; height: 18px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc }
#navbar ul  { 
	font-size: 11px; 
	display: inline; 
	margin-left: 0; 
	padding-left: 10px }
#navbar li  { 
	display: inline; 
	padding-right: 15px }
#navbar li a   { 
	color: #fffdda; 
	text-decoration: none }
#navbar li a:hover   { color: #004e87 }
#left        { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; padding: 10px 30px 10px 10px; position: absolute; top: 93px; width: 390px; voice-family: inherit       }
 
html>body #left {
	width: 390px; /* ie5win fudge ends */
	}

#right           { background: #d4d4b7; margin-top: 20px; margin-bottom: 20px; margin-left: 480px; padding: 10px 30px; position: absolute; top: 120px; width: 215px; border: solid 1px maroon; voice-family: inherit    
      }


html>body #right   { width: 215px }
.header  { color: #fffded; font-size: 24px; margin-left: 10px; padding-top: 10px; padding-bottom: 5px }
.head { color: maroon; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; border-bottom: 1px solid maroon }
