/**
 *  UB COLORS
 *  BLUE - 0 51 153
 *  GRAY - 102 102 102
 *  GOLDEN - 204 204 102
 *
 *  MICCAI 2008 Green
 *  49 145 0
 */

body {
        background-color: white;
        layer-background-color: white;

        font-weight: regular;
        font-family: helvetica,verdana,times;
        font-size: 1em;
	
        margin-left: 80px;
        margin-right: 80px;
        margin-top:10px;
      }

a:visited {
  color: black;
	text-decoration: none;
}
a:link {
  color: black;
  text-decoration: none;
}
a:active  {
  color: black
	text-decoration: none;
}
a:hover {
  color:  rgb(49,145,0);
}



hr { 
  padding-top: 1px;
  padding-bottom: 1px;
	background-color: rgb(49,145,0);
}

#maindiv {
  color:black;
	padding-top:10px;
  font-size: 0.8em;
}

#maindiv b {
  color:rgb(49,145,0);
  font-weight: bold;
}

#maindiv br {
  line-height: 88px;
  height: 88px;
}

#maindiv table {
  font-size: 1em;
  text-align: justify;
}

#maindiv td {
  padding-right: 10px;
}

#newsdiv {
  background-color: rgb(49,145,0);
  color: white;
  font-size: 1em;
  vertical-align: top;
  height=100%;
  padding-right: 0px;
  padding-left: 10px;
  padding-top: 10px;
  font-size:0.9em;
}

#newsdiv b {
  color: white;
  font-weight: bold;
  font-size:1.1em;
}

#newsdiv ul {
  padding:0;
  padding-left:15px;
}
#newsdiv li {
  padding:0;
}

#newsdiv a {
	color:white;
	text-decoration: underline;
}
#newsdiv a:hover {
	color: rgb(149,245,10);
}


#titleinfo {
  text-align: center;
}

#jumpbar {
	background-color: rgb(49,145,0);
  color: white;
  font-weight: bold;
  font-size: 0.9em;
	height:28px;
  line-height:28px;
  vertical-align:middle;
	text-align: center;
	padding-right:32px;
}

#jumpbar a {
	color:white;
	padding-left:8px;
	padding-right:8px;
	text-decoration: none;
}
#jumpbar a:hover {
	color: rgb(149,245,10);
}

#jumpbar .current {
	color: rgb(255,255,255);
  padding-left:4px;
  padding-right:4px;
}

#footer {
  color: rgb(0,0,0);
  font-weight: normal;
  font-family: fixed,helvetica;
  font-size: 0.70em;
  text-align: left;
}


