/*////	+---------------------------------------------------+//	| Chillas-Rock.Com									|//	+---------------------------------------------------+//	| Designed by the Chillas-Rock Staff				|//	|													|//	| http://www.chillas-rock.com						|//	+---------------------------------------------------+//	|													|//	| Cross Browser compatible coding styles have		|//	| comments under their entry to explain what		|//	| they are doing and where on the actual site		|//	| they are performing their function				|//	|													|//	+---------------------------------------------------+////	$Id: stylesheet_leftmenu.css v1.0 2006-03-30 12:58cst chin $*/body {	font: normal normal normal 10pt Arial, sans-serif;	color: #FF7F50;	background: #000000 none repeat scroll center center;	letter-spacing: normal;	text-decoration: none;	text-transform: none;	text-align: left;	text-indent: 0px;	line-height: normal;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	border: 0px none #000000;	}/*// All styles included here are to set page "standards" as well as// return any previously loaded styles back to their "default" settings// to override any styles loaded by other sections of the site as well// as anything loaded by Cases. This allows for more detailed customization.// It will not, however, effect Cases styles on their pages, unfortunately.// ~ Cindy ~*/ * html body {	scrollbar-base-color: #000000; 	scrollbar-arrow-color: #1E90FF;	scrollbar-DarkShadow-Color: #FF7F50;	} /*// The "* html" at the beginning of this is strictly for IE// Seems IE thinks that the opening html tag at the beginning of // a page means there's an actual element there that can be controlled// whereas Mozilla browsers consider it an indication of the type of coding// that is fixing to appear. ANY styles placed in a "* html" call will// be ignored by Mozilla and USUALLY formatted out in IE. Styles not// included in the "* html" tag will default to either the original style call// or to IE defaults.// Scroll Bar - IE ONLY - not supported in Mozilla (bummer)// Also, since IE refuses to carry this over from one page to the next, if you// have anything that remotely resembles a frame or a table, you have to repeat// this style on EVERYTHING. Makes Mozilla have fits because they don't// recognize these and like to tell you about it every chance they get. ~sigh~// ~ Cindy ~*/TABLE.leftside {	margin-right: 0px;	margin-left: 0px;	padding: 0px;	padding-left: 5px;	}DIV.leftnav_sec {	font: bold 12pt Comic Sans MS;	color: #FF7F50;	padding-bottom: 3px;	padding-top: 15px;	}DIV.leftnav_sec a, DIV.leftnav_sec a:visited {	color: #FF7F50;	text-decoration: none;	}    DIV.leftnav_sec a:hover {	color: #1E90FF;	text-decoration: underline;	}DIV.leftnav_opt {	color: #1E90FF;	font-size: 9pt;	padding-bottom: 10px;	padding-left: 5px;	font-weight: bold;	}DIV.leftnav_opt a, DIV.leftnav_opt a:visited {	color: #1E90FF;	font-size: 9pt;	font-weight: bold;	padding-left: 5px;	text-decoration: none;	}DIV.leftnav_opt a:hover {	color: #FF7F50;	text-decoration: underline;	}
