/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
a{
	color: #006699;
	text-decoration: none;
}


a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #FF0000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color:#0066FF;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
#sfondo img	{
border: 4px solid #cccccc;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 0 0 8px;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	position: static;
}
#navBarleft{
	margin: 0px 0 0 0;
	padding: 0px;
	vertical-align: top;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	position: static;
}
/***********************************************/
/* Components                                  */
/***********************************************/


#globalNav{
	padding: 0px 0px 5px 10px;
	color: #cccccc;
	position: static;
	border-bottom: 1px solid #cccccc;
}

/*#globalNav img{
 display: block;
}*/

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #FF0000;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 6px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	border-bottom: 1px solid #cccccc;
}
#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar h3 {
	margin: 0 0 10px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#0066FF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0066FF;
}
#navBarleft ul a:link, #navBarleft ul a:visited { size: 70%; display: block;}
#navBarleft a { font-size:85%;}
#navBarleft ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBarleft h3 {
	margin: 0 0 10px 0;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0066FF;
}
/* fix for browsers that don't need the hack */
html>body #navBar li 
{
border-bottom: none;
}

/************** #headlines styles **************/
.logo {
	border-bottom-width: 3%;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-bottom: 2px;
}
#divLay {
	position:absolute; width:200; visibility:hidden; z-index:200
}


