@page { size: 8.5in 11in; margin: 0.5in;}

address, blockquote, body, dd, div, dl, dt, fieldset, form,
frame, frameset, h1, h2, h3, h4, h5, h6, noframes,
ol, p, ul, center, dir, hr, menu, pre
		{display: block;}

html, body      {height:100%;
                 width:100%;
                 margin:0;
                 padding: 0;
                 background-color: #99CCCC;}
body		{color: #000000;
                 padding: 0;}
head            {display: none;}


button         {display: none;}

/*  -- not to be displayed on printed page -- */
#datebar, #head, #nav, #footer, #colright, img, button, .top, .note            
                {display: none;}

#container      {width: 100%;
                 margin: auto;
                 background-color: #FFFFFF;
                 border: none;
                 line-height: 125%;
                 font-family: Arial, sans-serif;}
#colleft        {margin: 0;
                 padding: 0;
                 background-color: #FFFFFF;}

/*  -- form styling --   */

input           {display: block;
                 float: left;
                 margin: 0;
                 color: #000000;
                 border-top: 1px solid #FFFFFF;
                 border-left: 1px solid #FFFFFF;
                 border-right: 1px solid #FFFFFF;
                 border-bottom: 1px solid #000000;
                 background: #FFFFFF;}
.hide           {display: none;}
