@charset "utf-8";

div#main { 
	position:relative; 
	margin-top:36px;
}

div#main div.leftcol {
	position:relative;
	float:left;
	width:238px;
	height:inherit;
	margin-left:7px;
	background:#eeeeee;
}

div.submenu {
	width:234px;
	min-height:200px;
	background:#eeeeee;
	margin:0 0 5px 4px;
}

div.submenu a {
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#52575d;
	padding:5px 0 5px 5px;
	border-left:4px solid #eeeeee;
}

div.submenu a:hover {
	background:#868b8f;
	border-left:4px solid #f3bc07;
	color:#ffffff;
}

div.sideblock {
	width:224px;
	min-height:300px;
	background:#eeeeee;
	margin:0 0 5px 4px;
	padding:5px 5px 0 5px;
}

div.rightcol {
	position:relative;
	float:left;
	margin-left:5px;
}

div.rightcol div.contenttext {
	margin-top:5px;
	padding:0;
	width:690px;
}

h1.submenu_header {
	width:238px;
	height:40px;
	background:url(../images/header_sections.jpg) no-repeat;
	text-indent:-999em;
	overflow:hidden;
	padding:0;
	margin:0 0 5px 0;
}

h1.related_header {
	width:238px;
	height:40px;
	background:url(../images/header_related.jpg) no-repeat;
	text-indent:-999em;
	overflow:hidden;
	padding:0;
	margin:0 0 5px 0;
}

div.sitemap a { 
	text-decoration:none;
	padding:4px; 
}

div.sitemap a:hover { text-decoration:underline; }

div.sitemap a.page { 
	font-weight:bold; 
	margin-left:20px; 
	display:block;
}

div.sitemap a.section { 
	font-weight:normal; 
	font-style:italic; 
	margin-left:40px; 
	display:block;
}
