/*---- Layout ----*/

#pageFrame, #masthead
{
  width: 96%;
  margin-left: auto;
  margin-right: auto;  
}

body
{
  padding: 0 1% 20px 1%;
  margin: 10px 0 0 0;
  font-size: 76%;
}

#masthead h1
{
  display: inline;
}

#leftcolumn
{
  margin-right: -160px;  /* IE 4 fix */
  text-align: center; /* IE 5.5 fix */
}

#leftColumn
{
  float: left;
  width: 160px;
  margin-bottom: -1px;  
  background: #F8F8F0;
  border-bottom: 1px solid #46285F;  
  /*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
  float: right;
  width: 160px;
  background: #F8F8F0;
  border-right: 1px solid #46285F;
  border-left: 1px solid #46285F;
  border-bottom: 1px solid #46285F;
  margin-bottom: -1px;  
  margin-right: -2px;  
  z-index: -1;
 
}
#contentColumn
{
  width: auto;
  margin-left: 159px;
}
#innerContentColumn,  #innerFooter
{
  padding: 8px;
}

#innerLeftColumn, #innerRightColumn
{
  padding-left: 8px;
  padding-right: 8px;
}

#footer
{
  clear: both;
  background: #fffff9;
  
}
#innerFooter
{
  text-align: center;
  font-family: sans-serif;
  color: gray;
}
#innerContentColumn
{
  overflow: visible;
  height: 100%;	/* fix the Win32 IE float bug */
  margin-right: 150px;
  padding-right: 30px;
  /*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
  height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
  height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

#masthead, #footer
{
  z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
   border-left: solid 1px #46285F; 
   border-right: solid 1px #46285F; 
   border-bottom: solid 1px #46285F; 
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
}
#footer
{
  border-top: 1px solid silver;
}

#innerLeftColumn
{
/*  border-right: 1px solid silver;*/
}
#leftColumn
{
  border-right: 1px solid #46285F;

}

#contentColumn
{
}

#masthead
{
  height: 88px;
  background: url(../img/bg_repeat3.png);
  background-repeat: repeat-x;
  background-position: 22px 0px;  
  position: relative;  
}

/*---- Visual Elements ----*/
body
{
  background-color: #FFFFFF;
  color: #000;
  font-family: Verdana, arial, sans-serif;
}

#pageFrame
{
  background-color: #fff;
  color: #000;
}

/* Menu di testa*/
#menuTop
{
  position: absolute;
  top: 49px;
  left: 163px;
}

#menuTop ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#menuTop li
{
  display: inline;
  padding: 0 7px 0 0;
  margin-top: 0;
}
/* To help firefox... */
#menuTop > ul > li {
  padding: 0;
}

#menuTop a
{
  float: left;
  background-color: white;  
  text-align: center;
  color: #46285F;
  padding: 3px 7px 3px 7px;
  font-weight: bold;
  font-size: 120%;
  font-family: Verdana, sans-serif;
  border-right: 1px solid #AE2D2A;
  border-bottom: 1px solid #AE2D2A;
  border-left: 1px solid #AE2D2A;
  -moz-border-radius-bottomright: 10px;  
  margin-left: 5px;
  background-image: url(../img/shadow_01.png);
  background-repeat: repeat-x;
  background-position: left top;
}

#menuTop a:hover, #menuTop a.menuSelected
{
  background-image: url(../img/shadow_02.png);
  background-repeat: repeat-x;
  background-position: left top; 
  background-color:#DE1919;
  color: white;
  text-decoration: none;
  padding-top: 8px;
}

#menuTop a.lastItem {
 margin-right: -1px;
}

.news {
  background: #F8F8F0;
  padding: .4em;  
}

.news h1
{
  font-family: Verdana, sans-serif;
  font-size: 150%;
  margin: 0 0 5px 0;
  border: 0;
}

.news p {
  text-align: justify;
  font-family: Verdana, sans-serif;
  font-size: 110%;
  margin-bottom: 0;
  margin-left: 20px;
  
}

p.newsInfo {
  font-size: 70%;
  color: gray;
  margin: 0;
}

.intro p, p.intro {
  text-align: justify;
  font-family: Verdana, sans-serif;
  font-size: 120%;
  font-style: italic;
  margin: 5px 20px 10px 20px;
}

.intro h3 {
  font-size: 130%;
  font-weight: normal;
  margin: 0;
  font-family: sans-serif;
}

.intro .aniarti {
  font-weight: bold;
  color: purple;
}

p.separator {
  background: url(../img/separator.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}

p.readMore {
  margin: 5px 0 0 0;
  text-align: right;
  font-size: 100%;
}

p.readMore a {
  background-image: url(../img/bar.png); 
  color: white;
  padding: 1px 2px 1px 2px;
  border: 1px solid #ea0000;
}

p.readMore a:hover {
  background-image: url(../img/bar_hover.png);
  text-decoration: none;
}

.article {
  text-align: justify;
  font-size: 130%;
}

h4 {
 color: #220;
 font-size: 140%;
}

h3 {
 color: #220;
 font-size: 150%;
}

h2 {
 color: #220;
 font-size: 160%;
 border-bottom: 1px solid silver;
}

h1 {
 font-size: 170%;
 border-bottom: 1px solid silver;
}

.formSelectScreen {
}

.formSelectPrint {
  display: none;
}

.formTextareaScreen {
}

.formTextareaPrint {
  display: none;
}

.formButtonScreen {
}

.formButtonPrint {
  display: none;
}

acronym, 
abbr { 
  border-bottom: 1px dotted #708090; 
  cursor: help; 
}

/* Community items */
#commItems {
  margin-top: 10px;
  margin-left: 40px;
  padding-left: 40px;
}

#commItems li {
  margin-top: 20px;
  font-size: 200%;
}



