#container {
	background: url(/htdoc/images/r/box.bg.gif) repeat-y;
	padding-bottom: 10px;
}

div#sidebar {
	padding: 10px 29px 0px 29px;
	float: left;
	width: 278px;
	background: #E1E0CE;
}

ul#leftmenu,
ul#leftmenu ul {
	border-top: 1px solid #c6c6c6;
	list-style: none;
	width: 237px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
ul#leftmenu li {
	border-bottom: 1px solid #c6c6c6;
}
ul#leftmenu li a.active,
ul#leftmenu li a:active,
ul#leftmenu li a:hover {
	background: #003976 url(/htdoc/images/r/dot.white.gif) no-repeat 14px 13px;
	color: #fff;
	text-decoration: none;
}

ul#leftmenu li a {
	display: block;
	color: #6d6e71;
	background: url(/htdoc/images/r/dot.gray.gif) no-repeat 14px 13px;
	padding: 10px 15px 9px 31px ;
}


ul#leftmenu ul{
	margin-bottom: 0px;
}

ul#leftmenu ul li {
	border-bottom: 1px solid #c6c6c6;
}

ul#leftmenu ul li.last{
	border: none;
}

ul#leftmenu ul a{
	padding-left: 41px;
	background: url(/htdoc/images/r/dot.gray.gif) no-repeat 24px 13px;
}

ul#leftmenu ul a.active,
ul#leftmenu ul a:active,
ul#leftmenu ul a:hover{
	background: #003976 url(/htdoc/images/r/dot.white.gif) no-repeat 24px 13px;
}

div#content h1.title {
	margin: 0px 0px 20px 0px;
	color: #003976;
	font-size: 9pt;
	width: 287px;
	padding-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #003976;
}
div#content {
	float: right;
	padding: 4px 25px;
	width: 614px;
}
div#path {
	padding: 16px 20px 14px 4px;
	font-size: 10px;
	border-bottom: 1px solid #c5c5c6;
	margin-bottom: 19px;
}
div#path ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#path li.title {
	color: #003976;
	padding: 0;
	background: none;
}
div#path li {
	float: left;
	padding: 0;
}
div#path li a:hover,
div#path li.current a {
	color: #003976;
	text-decoration: underline;
}
div#path li.last {
	background: none;
}
div#path a:hover {
	text-decoration: underline;
}
div#path a {
	color: #6d6e71;
	text-decoration: none;
}

