#Header {
	text-align:right;
	padding:0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:35px;  /*14px + 17px + 2px = 33px */
	background-color: #FFFFFF;
	border-bottom:11px solid line-height;

/* 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; text-indent:-8px; margin-left:8px; margin-right:0px; margin-top:20px; margin-bottom:10px
	}
/* 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:8px 24px 24px 12px;
	padding-bottom:50px;
	width:570px;
	}

#Footer
	{position: absolute;
	 bottom: 5px}

#LeftMenu
	{border-top:2px solid #E2B518;  
               }	

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color:#333;
	background-color:white;
	
	}

h1 {
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:18pt;
	line-height:18pt;
	color:#CCCCCC;
	letter-spacing:1px
	}
	
	
H2 {font: bold 18px Verdana, Arial, sans-serif; color: #663300; margin-top: 25px; margin-bottom: 0;}

H3 {font: bold 16px Verdana, Arial, sans-serif; color: #663300; margin-top: 25px; margin-bottom: 0;}

H4 {font: bold 12px Verdana, Arial, sans-serif; color: #663300; margin-top: 25px; margin-bottom: 0;}

H5 {font: bold 11px verdana, geneva, arial, helvetica, sans-serif; color: #663300; margin-bottom: 0;}

H6 {font: bold 10px verdana, geneva, helvetica, sans-serif; color: #663300; margin-bottom: 0px;}
	
P {font: 11px/18px Verdana, Arial, sans-serif; margin-top: 8px;}

TD {font: 11px/18px Verdana, Arial, sans-serif; margin-top: 8px;}


UL, OL, DL, LI {font: 11px/18px Verdana, Arial, sans-serif; margin-top: 3px; margin-bottom: 8px;}

.uHead {font: bold 11px/12px tahoma,arial, sans-serif; color: white;}
.uText {font: normal 10px/12px tahoma,arial, sans-serif; color: navy; padding-left: 4px; padding-right: 4px;}
.uList {padding-left: 4px; padding-right: 4px; margin-left: 9px; margin-bottom: 2px; margin-top: 2px;font:bold 11/13px tahoma, arial, sans-serif; text-indent:-8px}
.mini {font: normal 9px tahoma, arial, sans-serif; color: grey; margin-top: 1px}
#Content>p+p {text-indent:0px;}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a:link {color:#07a;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

.QuoteBox{
		border-style:solid;
		border-color:black;
		border-width:1px 1px; /* top and bottom borders: 1px; left and right borders: 0px */
		background-color:#F7F3A5;
		margin-top: 9pt;
		margin-bottom: 9pt;
		padding: 4px;
		text-align: center;
		}


#Boxed {
		float: left;
		padding: 0px;
		border-style:solid;
		border-color:black;
		border-width:1px 1px; /* top and bottom borders: 1px; left and right borders: 0px */
		line-height:15px;
		width: 150px;
		background-color:#eee;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 4px;
		}