/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");
@import url("style.css");



/* --- ctr Container
-------------------------------------------------------*/
#ctr {
	background: url(/_img/ctr_home_bg.jpg) no-repeat 0 0;
	}



/* --- p_c Primary Content
-------------------------------------------------------*/
h2.l_n {
	width: 115px;
	background-image: url(/_img/titles/latest_news.gif);
	}

h2.pr {
	background-image: url(/_img/titles/press.gif);
	}

#p_c .itm {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cbc4be;
	}

#p_c table {
	float: left;
	color: #45b0c9;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	border-collapse: collapse;
	}

	#p_c table td {
		text-align: left;
		vertical-align: top;
		padding: 1px 2px;
		}

	#p_c table a {
		color: #ee5f5f;
		}

		#p_c table a:hover {
			color: #3c3c3c;
			}