body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	margin: 10px 0 20px;
	background: url(../images/fondo.gif);
}
#centeredbox {
	margin: auto;
	width: 780px;
}
img {
	border: 0;
}
a {
	color: #01105C;
}
form {
	margin: 0;
	padding: 0;
}
input, select {
	font: 12px Tahoma, Arial, Helvetica, sans-serif; 
}
div#header {
	background: #01105C;
	height: 75px;
	line-height: 75px;
}
div.searchbox {
	line-height: 20px;
	float: right;
	background: #f8970c url(../images/search.gif) no-repeat left;
	color: #FFF;
	font-weight: bold;
	padding: 1px 10px 2px;
}
* html div.searchbox {
	padding-bottom: 1px;
}
.searchfield {
	border: 1px solid #09C;
}
.searchbutton {
	border: none;
	width: 23px;
	height: 16px;
	background: #f8970c url(../images/button.gif) no-repeat;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
.title {
	margin-left: 20px;
	font-size: 25px;
	color: #FFF;
}
#mainlevel-nav {
	float: right;
	position: relative;
	top: -15px;
	margin: 0; 
	padding: 0 0 0 7px;
	list-style: none;
	height: 31px;
	background: url(../images/menu_left.gif) -21px;
}
#mainlevel-nav li {
	float: left;
	padding: 7px;
	margin: 0;
	background: #FFF;
}
#mainlevel-nav a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
span.pathway {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}
span.pathway a {
	padding-right: 10px;
}
#main {
	background: #FFF;
	margin-top: 20px;
	padding: 10px;
}
.content {
	float: left;
	width: 74%;
}
.componentheading {
	font-size: 15px;
	border-bottom: 6px solid #fc3 ;
	color: #09C;
	margin-bottom: 10px;
}
.contentheading {
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #FC3;
}
.right {
	float: left;
	width: 20%;
	padding-top: 20px;
	padding-left: 45px;
}
.right .moduletable {
	width: 150px;
	margin-bottom: 10px;
	background: url(../images/module_bottom.gif) no-repeat right bottom;
	padding-bottom: 8px;
}
.moduletable table {
	font-size: 10px;
	background: none;
	border-top: 1px solid #FC3;
}
.moduletable h3, .moduletable_bottom h3 {
	font-size: 13px;
	font-variant: small-caps;
	margin: 0;
	background: #f8970c url(../images/module_top.gif) no-repeat left top;
	color: #FFF;
	padding-left: 10px;
	border: none;
}
.moduletable_bottom h3 {
	margin-top: 10px;
}
.moduletable td, .syndicate {
	border-left: 1px solid #f8970c ;
	border-right: 1px solid #f8970c;
	padding: 5px;
}
.moduletable a {
	color: #09C;
}
.moduletable_bottom_content {
	border-left: 1px solid #f8970c ;
	border-right: 1px solid #f8970c ;
	padding-top: 10px;
}
.moduletable_bottom_content .moduletable {
	float: left;
	width: 33%;
	font-size: 11px;
}
.moduletable_bottom_content .moduletable td {
	border: none;
}
.moduletable_bottom_content th {
	text-align: left;
	padding-left: 10px;
}
.moduletable_bottom_content ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}
.moduletable_bottom_footer {
	height: 8px;
	font-size: 1px;
	background: #f8970c url(../images/module_bottom.gif) no-repeat right bottom;
}
#footer {
	background: #f8970c;
	border-top: 5px solid #f8970c;
	text-align: center;
	padding: 3px 0;
	font-size: 10px;
}
#footer a {
	color: #000;
}
.cleaner {
	clear: both;
	height: 1px;
}