/* CSS Document */

#navcontainer ul {
  margin: 0px;
  padding: 0px;
  width: 150px;
  list-style-type: none;
  text-align: left;
}

#navcontainer ul li a {
  background: transparent url(images/list-off.gif) left center no-repeat;
  padding-left: 15px;
  text-align: left;
  text-decoration: none;
  color: #333333;
}

#navcontainer ul li a:hover {
  background: transparent url(images/list-on.gif) left center no-repeat;
  color: #B18A39;
}

#navcontainer ul li a#current {
  background: transparent url(images/list-active.gif) left center no-repeat;
  color: #000066;
}

#sidebar {
border-style: solid;
border-color: #ffffff;
border-width: 0px 1px 5px 1px;
background-color: #ffffff;
width: 150px;
padding-bottom: 8px;
margin: 0px 0px 51px;
/* Box-model hack */
voice-family: "\"}\"";
voice-family: inherit;
color: #bbb;
/* font-family: helvetica, arial, sans-serif;*/
}

#contentwrapper>#sidebar { width: 154px; }

h3 {
font-weight: bold;
font-size: 13px;
}

#sidebar h3 {
display: block !important;
margin: 0 0 8px 0;
font-size: 11px;
background: #FFFFFF;
border-style: solid;
/*border-color: #e0ede9; */
border: 1px solid gray;
border-width: 1px 0px 1px 0px;
padding: 2px 13px 2px 0px;
width: 135px;
}

#sidebar h3#first {
border-width: 0px 0px 1px 0px;
}

#sidebar ul {
font-size: 11px;
list-style: none;
line-height: 13px;
margin: 0 8px 14px 11px;
padding: 0;
}

/* #sidebar li { */
/* padding-left: 13px; */
/* background: url(/images/bullet_sidebar.gif) no-repeat 1px 4px; /* start hiding from macie\*/
/* background-position: 1px 5px; /* stop hiding */
/* margin-bottom: 2px; */
/* } */

/* CSS Document for main menu */
#noScriptCont {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/* width: 186px; */
	width: 150px;
}
DIV.branch {
	POSITION: relative;
	WIDTH: auto;
	cursor: pointer;
	display: block;
	/*background-color: #E7EEF8; */
	background-color: #FFFFFF;
	height: 21px;
	line-height:20px;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: 0px;
	padding-right: 3px;
	padding-left: 5px;
}
DIV.leaf {
	position: relative;
	background-color: #FFFFFF;
	color: #cc0033;
	line-height: 1.4em;
	display: none;
	height: auto;
	margin: 0px;
	padding: 6px 3px 6px 10px;
	border: 1px solid gray;
	/* box model hack */
	/* width: 186px; */
	width: 150px;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* width: 171px; */
	width: 135px;
}
/* be nice to opera 5 rule */
html>div.leaf {
	/* width: 171px;  */
	width: 150px;
}
.branch a, .branch a:visited, .branch a:active {
	/* COLOR: #211f5f; */
	COLOR: #333333;
	/* FONT-WEIGHT: bold; */
	TEXT-DECORATION: none;

}
.branch a:hover {
	/* COLOR: #000033; */
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	/* background-color: #CCDDEE; */
	background-color: #E4E1D3;
}
.leaf a, .leaf a:visited {
	/* COLOR: #211f5f; */
	COLOR: #000066;
	TEXT-DECORATION: none;
}
.leaf a:hover {
	/* COLOR: #cc0033;
	TEXT-DECORATION: none; */
	COLOR: #B18A39;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: underline;
}
#menuCont {
	padding: 0px;
	/* width: 186px; */
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px 0px 51px;
}
maincontent {

	background-color: #FFFFFF;
	position: relative;
	height: auto;
	width: 570px;
}
DIV.leaf .currentpage {
	color: #cc0033;
}

