
body
{
  margin: 0;
  margin-right: 10px
}

/* div.borderTop
{
  position: absolute;
  top: 10px ;
  left: 0 ;
  height: 14px ;
  width: 99% ;
  z-index: 0 ;
}

div.borderTopRight
{
  position: absolute;  
  top: 4px ;
  right: 0 ;
  width: 25px ;
  height: 25px ;
  z-index: 1 ;
}

div.borderBottom
{
  position: absolute;
  bottom: 10px ;
  left: 0 ;
  width: 99% ;
  height: 14px ;
  font-size: 1px ; /* stupid IE 
  background-repeat: repeat-x ;  
  z-index: 0 ;
}

div.borderBottomRight
{
  position: absolute;  
  bottom: 4px ;
  right: 0 ;
  width: 25px ;
  height: 25px ;
  z-index: 1 ;
}


div.logo
{
  width:101px ;
  text-align: center;
}

div.contentPanel
{
  position: static ;
  padding-top: 30px ;
  padding-left: 120px;
  margin-right: 2em;
  padding-bottom: 30px ;
}



h1
{
  font-family: Times New Roman, serif ;
  text-align: center ;
  font-size: 1.3em ;
  margin: 0;
}

h2
{
  text-align: center ;
  font-size: 1.0em ;
  font-weight: normal ;
  margin: 0;
}
*/
div.slideshow
{
  float: right ;
  margin-left: 1em ;
  margin-bottom: 1em ;
  text-align: center;
  width: 300px;
  height: 300px;
}

* html div.slideshow
{
  display: inline;  
}

div.topPicture
{
  text-align: center ;
}

div.topLeftPicture
{
  float: left ;
  margin-right: 1.0em ;
  text-align: center;
}

div.topRightPicture
{
  float: right ;
  display: inline;
  margin-left: 1.0em ;
  text-align: center;
}

* html div.topRightPicture
{
  display: inline;  
}

div.bottomLeftPicture
{
  float: left ;
  margin-right: 1.0em ;
  text-align: center;
}

div.bottomRightPicture
{
  float: right ;
  margin: 0;
  margin-left: 1.0em ;
  text-align: center;
}

div.extra
{
  text-align: center;
  margin-top: -3em ;
  margin-bottom: 4em ;
}

div.message
{
  margin-bottom: 0.5em;
}

div.event_container
{
	color: #000080;
        border: 3pt solid rgb(131, 134, 193);
        margin: 10px 20px 10px 20px;
	width: 410px;
}

h1.event
{
        text-align: center;
        font-family: 'Times New Roman', serif;
	font-style: italic;
	text-decoration: underline;
}

div.event
{
	font-family: 'Arial', sans-serif;
        padding: 20px 25px 25px 25px;
}





