body {margin: 0px; padding: 0px; background-color: white}
p    {font-family: Verdana, Arial; font-size: 14px;}
li   {font-family: Verdana, Arial; font-size: 14px;}
td   {vertical-align: top; display: block}
/* The display:block is required for Firefox to accept <td height= */
th   {vertical-align: top;}

/* IE does not support min-width. We use IE's "Dynamic Expressions" to set the width
 * (these are ignored by other browsers). See e.g. http://msdn2.microsoft.com/en-us/library/ms537634.aspx */
div#wrapper   {margin: 0px; padding: 0px; min-width: 800px; width:expression(document.body.clientWidth < 810 ? "800px" : "100%" );}
div#header    {clear: both; height: 178px; padding: 0px; margin: 0px;}
div#leftcol   {float: left; width: 67%; margin: 0px; padding: 10px; border-right: thin solid #B3DCF0}
div#rightcol  {float: right; width: 27%; margin: 0px; padding: 10px; }
div#footer    {padding: 10px; clear: both;}

.WhiteText {font-family: Verdana, Arial; font-size: 14px; color:white;}
.SmallText {font-family: Verdana, Arial; font-size: 10px}
