/* CSS by Jonathan B. Morgan, 2007 */

div#container {/*This container is residual from when I used negative margins to create the columns, but since it didn't work in older browsers I had to float the columns right and left and not have a 3rd margin option.*/
	position: relative;
	padding-top: 20px;
	display: block;
	clear: both;
}

div#container .column {
	position: relative; /*this is important for the footer to display properly */
}


div#center {
	margin: 0px;
	float:right;
	position: relative;
	width: 545px;
	padding: 0px 20px;
	border-right: 0px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}



div#left {
	margin: 0px;
	position: absolute;
	float: left; /*this is important for the footer to display correctly in IE7 and Netscape 6*/
	width: 174px;   /* LC width */
	padding: 0px 0px 0px 10px;   /* LC padding */
}


/*For Equal-height columns*/

div#container {
	overflow: hidden;
}

/*\*/ html*#container {   
	overflow: visible;  /*seen only by netscape 6-7.1*/ 
	[overflow: hidden; overflow: hidden;/*these are seen by IE6 and Safari but hidden from Netscape 6-7*/ 
	]overflow: hidden; /*for IE 6*/ }/*end*/ 
	.dummy[id]{clear: both/*end hack using dummy attribute selector for IE5 mac*/} 	

#container .column {
  padding-bottom: 20010px;    
  margin-bottom: -20000px; 
}

/*\*/ html*#container .column {   
	padding-bottom: 30px;    
	margin-bottom: 0px; /*seen only by netscape*/ 
	[padding-bottom: 20010px;  /*required by Safari so that [] is correctly begun. associated with the property, yet hiding it. seen by IE6*/  
  	padding-bottom: 20010px; /*these are seen by IE6 and Safari but hidden from Netscape6-7*/
	margin-bottom: -20000px; /*these are seen by IE6 and Safari but hidden from Netscape6-7*/

  	]padding-bottom: 20010px; /*Reset IE6 properties and hide from Safari. required by Safari so that [] is correctly ended. associated with the property, yet hiding it. seen by IE6*/
	
	_margin-bottom: -20000px;/*all additional rules hidden from Safari and Netscape and reapplied to IE6*/	
} /*end*/ 
.dummy[id]{clear: both/*end hack using dummy attribute selector for IE5 mac*/} 		


/* end For Equal-height columns*/



div#tip {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-bottom: 10px;
}

div#tip p {
	padding: 0px;
    margin: 0px;
	font-size: 100%;
	margin: .5em;
    border-top-width: 0;
    padding-top: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
}

div#tip h2 {
	display: block;
	padding: 0px 0px 0px 5px;
	position: relative;
	margin: 0px;
	color: #CC0000;
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 140%;
	font-weight: bold;
	}
	

	


