body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	width: 800px;
	margin: auto;
	margin-top: 5%;
}

#all { background-color: #CCCCCC; }

#header {
        height: 84px;
	background-position: top right;
	background-image: url(/images/neutral/topend.jpg);
}

#headerbar { 
	// border-bottom: 1px solid black; 
	background-position: top;
	background-image: url(/images/neutral/menubg.jpg);
}

#headerbar a {
	text-decoration: none;
	padding-bottom: 1px;
}

#footer { 
	width: 800px;
        height: 17px;
     	//background-color: #bbb;
	background-position: top;
	background-image: url(/images/neutral/menubgrev2.jpg);
}
.h2 {
	color: #8a931;
}

#body {
    	margin-left: 150px;
    	padding: 10px 30% 10px 10px;
	background-repeat:no-repeat;
	background-position: top right;
	min-height: 338px;
	border-left: 1px solid #888;
}

#body ul {
	list-style-type: none;
	list-style-image: url(images/neutral/botico_dot_3.gif);
}

li span {
	vertical-align: 3px;
}

#backgroundpic {
	float: right;
}

#menu {
	float: left;
	width: 130px;
	min-height: 338px;
	padding: 7px 0px 0px 2px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(images/neutral/leftnavi.jpg);
}

/*
.bar {
	clear: both;
	padding: 3px;
	text-align: center;
	font-size: 90%;
	background-color: #777777;
	color: #EEEEEE;
}
*/

.bar a {
	color: #404040;
	font-weight: bold;
}

.left, .right {
	padding: 0px 1em;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

/* styling the menu */

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #404040;
}

#menu a:hover {
	text-decoration: underline;
	color: #F26522;
}

#menu .webgen-menuitem-selected {
	border-left: 3px solid black;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
}

#menu li > ul {
	font-size: 95%;
}

#menu li {
	margin: 0.0em 0px;
	padding: 2px 0px;
	padding-left: 5px;
} 

