body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:black;
	font-weight:bold;
	background-image:url('sumtextb.jpg');
	}
h1 {
	margin:0px 0px 15px 0px;
	padding-top:5px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#669999;
	}
h2 {
	margin:0px 0px 15px 0px;
	padding-top:5px;
	font-size:22px;
	line-height:22px;
	font-weight:700;
	color:#669999;
	}
h3 {
	margin:0px 0px 15px 0px;
	padding-top:5px;
	font-size:18px;
	line-height:18px;
	font-weight:600;
	color:#669999;
	}
p   {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	color:black;
	}
ul {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	list-style:square;
	color:black;
	}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#cc3333;
	font-size:12px;
	text-decoration:none;
	font-weight:500;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#cc3333;}
a:visited {color:#cc9999;}
a:hover {
	background-color:white;
	text-decoration:underline;
	}


#Header {
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:10px; 
	padding-left:0px; 
	padding-right:0px; 
	padding-top:0px; 
	padding-bottom:0px; 


	/*margin:50px 0px 10px 0px;*/
	/*padding:17px 0px 0px 20px;		For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:80px; 					/* 14px + 17px + 2px = 33px */
	border-left:0px solid black;  	/* top and bottom borders: 1px; left and right borders: 0px */
	border-right:0px solid black; 
	border-top:0px solid black; 
	border-bottom:0px solid black; 
	background: url('LTlogo2.gif') no-repeat;
	line-height:40px;
	}

/* 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:80px;}

#Content {
	margin:0px 50px 50px 200px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:100px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:white;
	border:1px solid #669999;
	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;}