/* 
	@Usage: New Home Page CSS Definitions
	@Author: Rod H., Caxy, Inc.
	@Date: November 2007
*/


/* change BG image */
#internal #content {
	background:#fff url(../images/site/bg_utility_content.gif) repeat-y left top;
	}

/* hide certain elements */
#int_right_banner, #tools, #int_rt_sidebar {
	visibility:hidden;
	display:none;
	}

/* increase the MAIN content's width */
#main_content.internal {
	/*width:725px;*/
	}

fieldset {
	border:none;
	border:solid 1px #ccc;
	padding:20px;
	margin:10px 0;
	}
legend {
	font-weight:bold;
	color:#609145;
	font-family:"Times New Roman", Times, serif;
	font-size:140%;
	}
hr {
	display:none;
	visibility:hidden;
	}
td.hr {
	height:1px;
	overflow:hidden;
	border-top:solid 1px #ccc;
	}
