	/*body {
		background-image:		url(/images/gtbg.jpg);
		background-color:		#258A06;
		background-attachment:		fixed;
		background-repeat:		repeat-x;
	}*/
	
	body.homebg {
		background-image:		url(/images/gtgray206.gif);
		background-color:		#E9FBE9;
		background-attachment:	fixed;
		background-repeat:		repeat;
	}

	/*TABLE { border-collapse:	collapse; }*/
	/*TD { padding:	0px; }*/

	
	
	/* ################# */
	/* NAVIGATION STYLES */
	/* ################# */

	#botchNavImg  { margin-bottom: 	10px; }
	#botchNavName { margin-left:	10px; }
	
	UL.navList {
		margin-top:		10px;
		margin-left:	0px;
		margin-right:	10px;
		padding-left:	10px;
		list-style:		none;
		border-bottom: 	0px solid #1C8847;
		z-index:		10;
		cursor:			default;
		width:			100px;
		position:		relative;
		/* line-height MUST be greater than 12px */
		line-height:		13px;
		font-size:		12px;
	}

	
	UL.navList LI {
		background-color:	#22AC59;
		padding:			8px 4px 8px 5px;
		border: 			2px solid #006B84;
		font-size:			12px;
		font-weight:		bold;
		white-space:		normal;
	}
	
	UL.navList LI UL {
		visibility:			hidden;
		margin-top:			0px;
		position: 			absolute;
		left:				90px;
	}

	UL.navList LI UL LI  {
		width:				100px;
		overflow:			visible;
	}
	
	UL.navList A {
		color:				WHITE;
		text-decoration:	none;
		cursor:				inherit;
	}
	
	UL.navList A:hover {
		text-decoration:	none;
	}

	IFRAME#postCalendar {
		margin-left:		10px;
		margin-bottom:		15px;
	}
	
	DIV#divMore {
		font-size:			11px;
		margin-top:			30px;
	}
	
	
	