@charset "utf-8";

#pageContentLeft
{
	margin: 1em 0px;
	float: left;
	width: 300px;
	min-height: 100%;
}
#pageContentRight
{
	margin: 1em 0px;
	float: right;
	width: 625px;
	min-height: 500px;
}
#searchSmallContainer
{
	float: right;
	background: url("/globals/resources/img/searchSmall_background200_49.gif") no-repeat right 0;
	height: 49px;
	width: 100%;
}
#searchContainer /* overwrite base */
{
	margin-top: 5px;
	margin-right: 6px;
}

/* pageContentLeft */
#pageContentLeft ul
{
	list-style-type: square;
	list-style-position: inside;
	width: 100%;
	border-top: 0px solid #dedede;
	margin-top: 0.5em;
}
#pageContentLeft ul li
{
	margin-top: 0.5em;
	margin-bottom: 1.0em;
}
#pageContentLeft ul li ul
{
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
	border: 0;
	margin-left: 2em;
	padding-top: 0;
}
#pageContentLeft ul li ul li
{
	margin-top: 0em;
	margin-bottom: 0em;
    font-weight: normal;
}
#pageContentLeft .selected
{
    font-weight: bold;
}
#pageContentLeft a, #pageContentLeft a:link, #pageContentLeft a:visited, #pageContentLeft a:hover
{
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.4em;
}
#pageContentLeft a:hover
{
	text-decoration: underline;
}