body {
	background-color:  #FFFFFF;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
#content {
	width: 770px;
	background-color: #FFFFFF;
	text-align:left;
	border:1px solid #BBBBBB;
}
#megabanner {
	width:770px;
	height:auto;
	background-color:#EEEEEE;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#top {
	width:760px;
	height:26px;
	background-color:#fff;
	color:#EEE;
	padding: 0px 0px 0px 0px;
	float: left;
}
#top a {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:6px;
	line-height:6px;	
	color:#EEE;
}
#top a:hover {
	color:#FFF;
}
#cabecera {
	width:770px;
	border-bottom: 1px solid #006699;
	clear:both;
}
#navbar {
	width:770px;
}
#footbar {
	width:770px;
	height:18px;
	background-color:#CDCDCD;
	text-align:center;
	clear:both;
}
#footbar ul{
	width:770px;
	padding:3px 0 0 0;
	margin: 0;
	clear:both;
}
#footbar ul li{
	display: inline;
}
#footbar ul li a{
	font-size: 55%;
	color: #333;
	text-decoration: none;
	padding: 0 18px 0 18px;
} 
#footbar ul li a:hover, #nav ul li a:focus{
	color: #000;
}

