/* tashly DESIGN 2008 */

h1 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: none;
	text-decoration: none;		
	color: #CCCCCC
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	line-height: 20px;
	color: #666666;
	}
	
h3 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;		
	color: #CCCCCC
	}	

h4 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;		
	color: #CCCCCC
	}
	
h5 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;		
	color: #FFFFFF
	}	
	
#Header {
	margin:10px 0px 10px 0px;
	padding:2px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:24px; /* 14px + 8px + 2px = 33px */
	border-style:dashed;
	border-color:#8888ff;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eef5f7;

/* 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 */
	}
	


#Menu {
	position:absolute;
	top:120px;
	left:20px;
	width:150px;
	height:400px;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	height:400px;
	}

#Menu2 {
	position:absolute;
	top:0px;
	left:180px;
	width:700px;
	length:700px;
	
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:700px;
	}

.Links {
    margin-top:30px;
	background-color:#eef5f7;
	border:0px dashed #8888ff;
	line-height:17px;
	padding:10px;
  }
  
  a {
	color:#3010aa;
	font-size:11px;
	text-decoration:none;
	font-weight:400;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:none;}
a:visited {color:none;}
a:hover {color:none;text-decoration: none}

