/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}




/*  ok let's go! */

body {
	color: #000000;
	background-color: #87806a;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
}
#box {
	width: 774px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}
hr{
	display: none;
}
#header {
	height: 133px;
	background-image: url(../img/bg_header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 753px;
	clear: left;
}





#logo_agraria {
	background: url(../img/logo.gif) no-repeat;
	display: block;
	height: 54px;
	width: 362px;
	text-indent:-2000em;
	position: absolute;
	top: 20px;
	left: 28px;
}
#h_welcome_txt {
	position: absolute;
	height: 40px;
	width: 344px;
	left: 391px;
	top: 245px;
	font-size: 17px;
	color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}


#logo_agraria  a {
	display: block;
	height: 52px;
	width: 363px;
	outline-width: 0;
}
#logo_facolta {
	background-image: url(../img/logo_facolta.gif);
	position: absolute;
	background-repeat: no-repeat;
	text-indent:-2000em;
	height: 65px;
	width: 42px;
	left: 611px;
	top: 14px;
}
#logo_facolta  a {
	display: block;
	height: 65px;
	width: 42px;
	outline-width: 0;
	margin-top: -15px;
}
#logo_unito {
	background-image: url(../img/logo_unito.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 51px;
	position: absolute;
	text-indent:-2000em;
	left: 671px;
	top: 21px;
}
#logo_unito  a {
	display: block;
	height: 51px;
	width: 51px;
	outline-width: 0;
	margin-top: -15px;
}
#h_tools {
	font-size: 0.7em;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 5px;
	float: left;
	width: 760px;
}
#h_tools a {
	color: #FFFFFF;
	text-decoration: none;
}

#h_tools ul {
	float: right;
}
#h_tools li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	line-height: 10px;
}
li#only_text {
	border: none;
}

#h_tools a:hover {
	text-decoration: underline;
}
#h_welcome {
	height: 170px;
	width: 753px;
}
#bar_top_nav {
	background-color: #649f42;
	line-height: 15px;
	height: 15px;
	font-size: 0.7em;
	text-align: right;
	width: 753px;
}
#bar_top_nav a {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	color: #626366;
	display: block;
	float: left;
	line-height: 15px;
	height: 15px;
	background-color: #A8DD26;
}
#bar_top_nav a:hover {
	background-color: #649F42;
	color: #FFFFFF;
}
#bar_top_nav  li {
	display: inline;
}
#bar_top_nav ul {
	float: right;
}


#c_right {
	float: left;
	width: 207px;
}
#content {
	background-color: #FFFFFF;
	width: 753px;
	float: left;
}


div.clearfix {
	clear: both;
}
#menu ul {
	list-style-type: none;
}
#menu {
	border-bottom-width: 16px;
	border-bottom-style: solid;
	border-bottom-color: #649f42;
	margin-bottom: 20px;
}

#menu li {
	background-image: url(../img/menu_level_01_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 49px;
	min-height: 49px;
	height: auto !important;
	height: 49px;
}
#menu li#active {
	background-position: left top;
	height: auto;
	background-color: #A8DD26;
}
#menu li a {
	margin-left: 60px;
	font-weight: normal;
	color: #626366;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
}
#menu li a:hover {
	color: #FFFFFF;
	background-color: #A8DD26;
}
#active ul  {
	background-color: #a8dd26;
	background-image: none;
	padding-left: 35px;
	padding-bottom: 10px;
	margin: 0px;
}
#active li {
	background-color: #A8DD26;
	background-image: url(../img/bullet_level_02.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 25px;
	color: #FFFFFF;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin-right: 4px;
	font-size: 0.9em;
	line-height: 19px;
}
#active  li  a {
	color: #626366;
	text-transform: none;
	display: block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 18px;
	background-image: url(../img/dot_line_level_02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#active li a:hover {
	color: #FFFFFF;
}
#active a.reading                     {
	color: #FFFFFF;
	background-image: url(../img/dot_line_level_02.gif);
	background-position: left bottom;
}
#active   .last a {
	background-image: none;
}


#c_center {
	float: left;
	margin-left: 6px;
	width: 533px;
	padding-bottom: 10px;
}
#center_head {
	background-image: url(../img/bg_center_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 115px;
	padding: 10px;
	position:relative;
}
#path {
	font-size: 0.8em;
	color: #9c9ea0;
}
#path a {
	color: #649F42;
	text-decoration: none;
}
#path a:hover {
	color: #231F20;
	text-decoration: underline;
}

#center_head  h2 {
	font-size: 1.7em;
	color: #649f42;
	font-weight: normal;
	margin-top: 20px;
}
#center_head h3 {
	color: #626366;
	font-size: 1.25em;
	font-weight: normal;
	margin-top: 5px;
}
#footer {
	background-color: #A8DD26;
	padding: 3px;
	font-size: 0.7em;
	color: #626366;
	clear: both;
	width: 747px;
	height: 30px;
}
#footer a {
	color: #626366;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#f_content {
	width: 737px;
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../img/dot_line_level_02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
.left {
	float: left;
}
.right {
	float: right;
}
#body {
	font-size: 0.9em;
	color: #231f20;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}

#body p {
	line-height: 18px;
	margin-left: 5px;
	margin-right: 40px;
	margin-bottom: 15px;
}
#body  a:link {
	color: #649F42;
	text-decoration: none;
}

#body a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #649F42;
}
#body a:visited {
	color: #A8DD26;
	text-decoration: none;
}
#body li {
	margin: 0px;
	padding: 0px;
}
#body ul {
	margin-top: 15px;
	margin-bottom: 15px;
}




.hide {
visibility:hidden;
}
div.shadowed {
	background-image: url(../img/bg_shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 774px;
	float: left;
}
#f_shadowed {
	background-image: url(../img/bg_shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 10px;
	width: 774px;
	float: left;
	height: auto;
}
.clearboth {
	clear: both;
}
#close_page {
	clear: both;
	height: 10px;
}
.highlight  {
	font-weight: bold;
	color: #649F42;
}
.green {
	color: #A8DD26;
}
#c_center li {
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 16px;
	line-height: 18px;
}
h4 {
	font-weight: bold;
}
li#only_graph {
	display: none;
}
#body #banner {
	line-height: 35px;
	background-image: url(../img/bg_banner.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 39px;
	margin-top: -7px;
	padding-left: 10px;
	font-size: 15px;
	margin-bottom: 10px;
}
#body #banner a {
	font-weight: bold;
	color: #231F20;
	text-decoration: none;
}
#body #banner a:hover {
	color: #649F42;
	background-color: transparent;
}

