BODY {

//	margin: 50px;
	//background-color : #444;
	background-color : #444;
	color : black;
	margin-right:auto;	margin-left:auto;	margin-top:10px;	padding:0px;	text-align:left;
	width: 752px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:75%;
	font-size-adjust:none;
	font-style:normal;
	font-weight:normal;
	line-height:1em;

}

#banner {
		background: #d7ecdb url(../images/head_1.jpg) no-repeat scroll 0;
		margin-bottom: 0;
		height: 100px;
//		width: 800px;		border-left:1px solid #000;		voice-family: "\"}\"";		voice-family: inherit;
}

#footer {
	color: silver;

	font-size: x-small;
	text-align: center;
	position: relative;
	float:left;
	left: 200px;
	
}

#footer a {
	text-decoration: none;
	color: silver;
}

/* @group Navigation */

.navigation img {
	margin-left: -2px;
}

#navigation_container {
	color:#333333;
	margin-top: 12px;
	width:157px;
	float:  left;
	padding-top: 1px;
	height: auto;

}
		
#navigation_container .navigation {
	background: #606060 url(../images/cap_nav.jpg) no-repeat scroll;
	padding-top: 1px; // otherwise the background image will not be displayed

}
	
.navigation .title {
	padding-top: 5px;
	padding-left: 5px;
}

.navigation ul {
	padding-left: 5px;
	list-style-image: none;
	list-style-type: none;
	background-color: #606060;
	
}

.navigation ul li {
	padding: 3px;
	text-align: left;
	text-indent: 10px;
	border-bottom: 1px dotted gray;
	line-height: 1.5em;
	white-space:nowrap;
}

.navigation ul ul li {
	font-size: x-small;
	text-indent: 15px;
	
}
.navigation li a:hover {	background-color: #4c4c4c;}

.navigation a {
	color: silver;
	display: block;
	text-decoration: none;
}

/* @end */



