/*   body layout  */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div {padding:0; margin:0;}
/*   new   */
#knowledgedoc {
	background-color:#d2d2d2;
	margin:0;
	padding:0;
}
#main_cont {
	width:790px;
	margin:0 auto;
	background-color:#ffffff;
	background-image:url(bg_left.jpg);
	background-repeat:repeat-y;
}
#main_cont_r {
	background-image:url(bg_right.jpg);
	background-repeat:repeat-y;
	background-position:right;
	padding:0 8px 0 8px;
}
#container {
	width:100%;
	background-image:url(bg_content.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#masthead {
	background-image:url(bg_mhead.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:136px;
	;
}
#top_left {
	position:absolute;
	width:400px;
	float:left;
}
#top_right {
	width:287px;
	float:right;
	z-index:100;
}
#menu {
	background-image:url(bg_menu.jpg);
	background-repeat:repeat-x;
	height:23px;
	background-color:c4of1d;}

#l_col {
	width:180px;
	float:left;
	z-index:100px;
	padding:20px;
	padding-top:24px;
	font-size:11px;
}

#l_col h2 {
	color:#ED1B2F;
	font-size:12px;
}
#content {
	margin-left: 222px;
	border-left:1px dashed #cccccc;
	padding:20px;
	padding-top:10px;
}

#breadcbs {
	margin-bottom:20px;
	font-size:11px;
}
#red_bot {
	clear:both;
	height:23px;
	background-image:url(bg_menu.jpg);
	background-repeat:repeat-x;
}
#footer {
	height:86px;
	background-image:url(bg_footer.jpg);
	background-repeat:repeat-x;
	font-size:11px;
}
#footer_cont {
	padding:12px 10px 0 10px;
	font-size:10px;
}
#foot_l {
	width:232px;
	float:left;
}
#foot_r {
	width:192px;
	float:right;
	text-align:right;
}

#privacy {
	text-align:center;
	font-size:11px;
	color:#666666;
}
#privacy p {margin-top:10px;}
#privacy a {color:#333333; padding:5px; text-decoration:none;}
#privacy a:hover {color:#FFFFFF; text-decoration:underline;}

.nod {display:none;}
/******* content styles *******/

#content h1 {
	font-size:18px;
	margin-left:0;
	padding:8px 20px 18px 40px;
	background-image:url(bg_heading.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-weight:normal;
}

#content h2 {
	color:#ED1B2F;
	font-size:18px;
	font-weight:normal;
}

#content h3 {
	color:#ED1B2F;
	font-size:14px; font-weight:bold;
}

#content h4 {
	color:#666666;
	font-size:12px; font-weight:bold;
}

.emptystyle {padding:0; margin:0;}


a {
	color: #666666;
}
a:hover {color:#ED1B2F;}