/* Stolen from BlueRobot.com */

body {
   margin:0.5in; 
   padding:0px;
   font-family:verdana, arial, helvetica, sans-serif;
   color:#333;
   background-color:white;
   }
h1 {
   margin:0px 0px 15px 0px;
   padding:0px;
   font-size:28px;
   line-height:28px;
   font-weight:900;
   color:#ccc;
   }
h2 {
   margin-top: 0.25in;
}
li {
   font: 11px/20px verdana, arial, helvetica, sans-serif;
}

td {
   font: 11px/20px verdana, arial, helvetica, sans-serif;
}

p {
   font: 12pt/16pt times new roman, times, serif;
   margin-left: 0.5in;
   margin-bottom: 1.5em;
   padding: 0px;
}


blockquote {
   font-style: italic;
}

code {
   font-size: 10pt;
   font-weight: bold;
}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
   color:#09c;
   text-decoration:none;
   font-weight:600;
}

a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

#Header {
   margin:50px 0px 10px 0px;
   padding:10px 0px 10px 20px;
   /* For IE5/Win's benefit height = [correct height] + [top padding] + [top
 * and bottom border widths] */
   height:33px; /* 14px + 17px + 2px = 33px */
   border-style:solid;
   border-color:black;
   border-width:1px 0px; /* top and bottom borders: 1px; left and right
borders: 0px */
   line-height:11px;
   background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own
 * stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
   voice-family: "\"}\"";
   voice-family:inherit;
   height:14px; /* the correct height */
   }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds
 * correct 
length values to user agents that exhibit the parsing error exploited above
yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS
include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above).
*/
body>#Header {height:14px;}

#Content {
   /*margin:0px 50px 50px 200px;*/
   margin: 20px 50px 50px 200px;
   padding:10px;
   }

#Menu {
   position:absolute;
   /*top:100px;*/
   top: 110px;
   left:20px;
   width:172px;
   padding:10px;
   background-color:#eee;
   border:1px solid;
   line-height:17px;
/* Again, the ugly brilliant hack. */
   voice-family: "\"}\"";
   voice-family:inherit;
   width:150px;
   }
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#Footer {
   border-style: solid;
   border-width: 1px 0px 0px 0px; 
   text-align: center;
   padding: 10px;
}

table {
   margin-left: 0.5in;
   border-width: 3px 3px 3px 3px;
   border-spacing: 0px;
   border-style: solid solid solid solid;
   border-color: gray gray gray gray;
   border-collapse: collapse;
   background-color: white;
   color: #333;
}

td {
   border-width: 1px 1px 1px 1px;
   padding: 0.05in 0.05in 0.05in 0.05in; /*3px 3px 3px 3px;*/
   border-style: solid solid solid solid;
   border-color: gray gray gray gray;
   background-color: white;
   color: #333;
   vertical-align: top;
}

