@import url(page.css);
@import url(global_800.css);

/* Resets for the 800x600 page template */
#Header {
	background-position: -172px;
}

#Header form {
	left: 583px;
	top: 9px;
}

#Content {
	width: 744px;
	background: url(../images/bg-content_800.gif) repeat-y;
}

#Content.Local {
	background: url(../images/bg-content-local_800.gif) repeat-y;
}

#Content h1.SectionHeading {
	width: 744px;
}


#Content #Primary {
	width: 570px;
}

#Primary #Copy {
	width: 304px;
}


/*
#Copy .one-column {
	margin: 0 -9px 5px -16px;
	padding: 0 16px;
	border: 1px solid #BBD7C9;
}

#Copy .one-column h3 {
	padding: 6px 0 2px;
}

#Copy .one-column ul.faq-categories:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#Copy .one-column ul.faq-categories li {
	float: left;
	margin-right: 16px;
	width: 197px;
}
*/
#Copy .two-column {
	margin: 0;
	background: none;
}

#Copy .two-column .tc-col {
	margin: 0 -16px 5px;
	padding: 4px 16px 0;
	width: 294px;
	border: 1px solid #BBD7C9;
}

#Copy .two-column .tc-col h3 {
	border-top: none;
}

#Copy .two-column .tc-footer {
	background: none;
}


