body           { background-color: #e8e8f0; 
		 font-family:  Georgia, "Times New Roman", Times, serif; 
	         font-size: 12pt;
	         margin: 3%;
                 }

body {min-width:640px}

td {
        background-color: #e8e8f0; 
        font-family:  Georgia, "Times New Roman", Times, serif; 
        font-size: 12pt;
        margin: 3%;
        margin-left: 5px;
	border-width: thin thin thin thin;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: #8080a0 #8080a0 #8080a0 #8080a0;
	background-color: #f4f4ff;
}

/* alternative fonts */
/* Verdana, Arial, sans-serif; */
/* Georgia, "Times New Roman", Times, serif; */

tt,kbd,code {font-size: 12pt;}  /* the background color in paras looks fidgety */

pre     {font-size: 11pt; background-color: #e0e0e8;}

address {font-size: 10pt;}

/* put some padding after each li */
li { padding-top: 5pt; padding-bottom: 5pt}

h1 { padding: 0px; margin: 0px 0px 5px 0px; }

h2 { padding: 0px; margin: 0px 0px 5px 0px; }

h3 { padding: 0px; margin: 0px 0px 5px 0px; }

h4 { padding: 0px; margin: 0px 0px 5px 0px; }

/* classes */

.bulletin { color: #ff0000 }

.top    { margin-top: 0px; }

.darker { background-color: #d0d0d8; }

.nobr { white-space: nowrap; }

/* divs */

#banner {padding: 5px;}
#menu {float:left; width:20%}
#content {float:right; padding: 0px 10px; width:75%}

#quotation {padding: 10px; margin-left: 20px; width:80%; background-color: #eeeed0}

#footer {clear:both; width:100%} /* safari and opera need this */

/* Thierry Koblentz says: the MSIE display:inline-block is to make
   sure MSIE doesn't paint the backround above the containers,  
   the overflow declaration is to make sure the containers do not drop
   below siblings if content pushes the width (in modern browsers it
   doesn't drop, but it spawns a horizontal scrollbar)  */

/* Mitch Wand says: this breaks printing in Firefox, so I'm not going 
   to put it in */

/*
#header,#menu,#content,#menu,#footer 
    {overflow:hidden;
     display:inline-block}
*/

/* leaving room for rounding error (MSIE5.5) */
/* #menu {width:20%} */
/*#content {width:80%} */
#footer {clear:both}
