/*defaults*/
body 	{
	color:#000000;
	margin:0px;
	padding:15px;
	font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif;
	font-size:90%;
	border: none;
	top: auto;
	background-attachment: scroll;
	background-color: #E3E3E3;
	background-image: url(../grafics/fons.gif);
	background-repeat: repeat-x;
	background-position: top top;


}
p		{margin:0; padding:0 0 15px 0; }
a		{
	color:#5E95E9;
	text-decoration:none; 
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
a:hover	{color:#FF6600; text-decoration:none; font-weight:bold;}
a:link  {text-decoration:none; font-weight:bold;}

/*structural elements*/
#container	{margin:0px auto; text-align:center; width:900px; }
#holder		{
	width:800px;
	padding:20px 20px 5px 20px;
	background:#FFFFFF;
	text-align:left;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
#navigation	{padding:5px 0; }
#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#CCCCCC; padding:0 10px 0 0; text-decoration:none; }
#navigation a:hover	{color:#66CCFF; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{
	color:#4981AD;
	font-weight:normal;
	padding:0 5px 0 0;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
}
#footer a:hover	{color:#FF6600; text-decoration:none; font-weight:normal; }

#footerMida13 a		{
	color:#4981AD;
	font-weight:normal;	
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
}
#footerMida13 a:hover	{color:#FF6600; text-decoration:none; font-weight:normal; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
