body {
	/*background:#333333 url(../../images/layout/content-bg.jpg) center repeat-y;*/
}
div#content {
	background:#333333 url(../../images/layout/content-bg.jpg) center repeat-y;
}

div#nav {
	background-image:url(../../images/nav/content-bg.jpg);
}

div#cLeft {
	width:472px;
}

div#cLeft td {
	width:50%;
	vertical-align:top;
	padding-bottom:0.3em;
}

div#cLeft table .tTitle {
	padding:2em 0 0.5em 0;
}

div#cLeft table h4 {
	border-bottom:1px solid #f7b11a;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	display:inline;
}

div#cLeft p img {
	margin-left:16px;
	border:10px solid #000201;
}

div#cRight {
	width:181px;
	padding-left:28px;
}

div#cRight ul {
	margin:0;
	list-style:none;
	padding-top: 7px;
}

div#cRight ul li {
	line-height:1.4em;
	padding-bottom: 7px;
}

div#cRight ul li a {
	padding-left:10px;
	color:#ffffff;
	background-image:url(../../images/nav/1stlevel-subunselected.gif);
	background-repeat:no-repeat;
	background-position:0 0.55em;
}
div#cRight ul li ul {
	padding-left:12px;
}

div#cRight ul li ul li a {
	padding-left:10px;
	background-image:url(../../images/nav/2ndlevel-subunselected.gif);
	/* new line added 3/12/2008 */
	display: block;
}

div#cRight ul li a:hover {
	background-image:url(../../images/nav/1stlevel-subselected.gif);
	color:#a7a89b;
}

div#cRight ul li ul li a:hover {
	background-image:url(../../images/nav/2ndlevel-subselected.gif);
}
