/* 
project: UCA WEB
date: 30/11/2005
author: F.C.
*/


body
{
	background-color: #fff;
	margin: 0;
	font-family: verdana;
	font-size:11px;
	color:#333;
	text-decoration: none;
}




#content
{
	border: 0px solid #2E1C86;
}

#center
{
	border-top: 0px solid #2E1C86;
	border-left: 0px solid #2E1C86;
	margin-top: 0px;
	padding-top:10px;
	padding-right:10px;
	padding-left:20px;
	height: auto !important;
	height: 350px;
	min-height: 450px;
}

#navlist
{
background-color: #FFED00;
padding-left: 0;
margin-top: 20px;
margin-left: 0px;
width: 200px;
border-top:1px solid #2E1C86;

}

#navlist li
{
background-color: #FFED00;
border-bottom:1px solid #2E1C86;
list-style: none;
margin:0;
padding: 0.25em;
height: 30px;
}

#navlist li a:link 
{ 
color:#2E1C86;
text-decoration: none; 
font-size:11px;

}

#navlist li a:visited
{ 
color:#2E1C86;
text-decoration: none; 
}


#navlist li a:hover { 
color: red;
text-decoration: none; 
}

.active { 
color:#333;
text-decoration: none; 
font-weight: bold;
}



#footer
{
	font-size: 11px;
	color:#2E1C86

}


#footer a:link, #footer a:visited
{
	text-decoration: none;
	color: #2E1C86;

}

#footer a:hover
{
	text-decoration: underline;
	color: #2E1C86;

}

h1
{
	color:#666;
	font-size: 16px;
}

a:link, a:visited
{
	color:#2E1C86;
	text-decoration: none;
}

a:hover
{
	color:#2E1C86;
	text-decoration: none;
}

