@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container{
	width: 220px;
}

#heading{
	width: 200px;
	height: 30px;
	background-color: #789b38;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding:10px 0px 0px 20px;
}

#navigation{
	width: 220px;
}

#navigation ul{
	padding: 0px;
	margin: 0px;
}

#navigation {
	width: 215px;
	height: 30px;
	background-image: url(../images/nav_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #25247b;
	list-style: none;
	padding: 5px 0px 0px 10px;
	/*margin-top: 1px;*/
	border-bottom-color: #cccccc;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	display: block;
}

#navigation  a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #25247b;
	text-decoration: none;
}

#navigation a:hover{
	color: #ed1c24;
	text-decoration: underline;
}



#tree{
	width: 220px;
	vertical-align: bottom;
}













