body {
	background-color: #d5cdbf;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/Files/Navigation/back_pettern.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 30px;
}
.banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 30px;
	padding-top: 40px;
	font-weight: normal;
	line-height: 15px;
	background-image: url(/Files/Navigation/banner.jpg);
	background-repeat: no-repeat;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
#navigation {
	width: 180px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: #5e6668;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	
}

#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
	line-height: normal;
	list-style-type: none;
	}

#navigation ul li a#activeitem {
	background-color: #000;
	}

#navigation ul a {
	display: block;
	float: none;
	height: auto;
	margin: 0;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #5e6668;
	width: 155px;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 25px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #505759;
	}
#navigation ul a.inpath {
	background-color: #000000;
	}

#navigation ul a:hover {
	background-color: #000000;
	}
#navigation ul ul {
	margin: 0;
	padding: 0;
	
}
#navigation ul li ul li {
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(/Files/Navigation/bul.gif);
	line-height: normal;
	list-style-image: none;
	list-style-type: none;
	}
#navigation ul li ul a {
	display: block;
	float: none;
	height: auto;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #4b5253;
	width: 145px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #505759;
	margin: 0;
	background-image: url(/Files/Navigation/bul.gif);
	background-repeat: no-repeat;
	background-position: 26px 7px;
}
.vline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd2c0;
}