

body {
    background-image : url(/graphics/background.jpeg);
    background-color: #7274bf;
    background-repeat: repeat-y;
    background-position: center;
    margin-bottom : 20px;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding : 0;
  }


body, td {
    font-family: "Palatino Linotype", "Times New Roman", serif;
    font-size:10pt;
  }


h1, h2, h3 {
    font-family: arial, helvetica, sans-serif;
    color:#18a618;
}

img {
    margin:0;
    padding:20px;
  }


img.logo {
    margin: 20px 40px;
  }
  
  
#container {
    background-color : white;
    background-image: url(/graphics/bottomcorners800.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    border-bottom:solid #7274bf 1px;
    border-right:solid #7274bf 1px;
    border-left:solid #7274bf 1px;
    width:720px;
    margin:0px auto 20px;
    padding:30px 40px;
    text-align:left;
  }

/*-----header----------*/


#header {
    width:780px;
    margin:20px auto 0px;
    text-align: center;
    padding: 10px;
    background-image: url(/graphics/topcorners800.gif);
    background-repeat: no-repeat;
    background-color: white;
    border-top:solid #7274bf 1px;
    border-bottom:solid #18a618 4px;
    border-right:solid #7274bf 1px;
    border-left:solid #7274bf 1px;
  }

/*-----links -------*/


:link, :visited {
    color: #18a618;
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
  }


:link:hover, :visited:hover {
    color: black;
    background-color: #7274bf;
  }

/*-----menu------------*/


#menu {
    width:790px;
    margin: 0px auto;
    padding: 5px;
    text-align: center;
    background-color: #18a618;
    border-right:solid #7274bf 1px;
    border-left:solid #7274bf 1px;
  }


ul.menu {
    margin: 0 0 0 145px;
    padding: 0;
    list-style: none;
    font-weight: bolder;
    font-size: 10pt;
  }

ul.menu li {
    display: inline;
  }

ul.menu li a {
    float:left;
    padding: 0 10px;
    color: white;
    font-family: arial, helvetica, sans-serif;
  }
  
ul.menu li a:hover {
    background-color: white;
  }
  
  /*------------images-------------*/
  
  .picturebar {
	float: right;
	width:200px;
	margin: 0px 10px 0px 30px ;
}
  
  .shadow1 {
  background:url(graphics/shadow.gif) right bottom no-repeat;
  }
.shadow2 {
  background:url(graphics/corner_bl.gif) left bottom no-repeat;
  }
.shadow3 {
  background:url(graphics/corner_tr.gif) right top no-repeat;
  padding:0 6px 6px 0;
  }
#shadow {
  margin:10px;
  float:left;
}

#shadow div {
  float:left;
}  
    
#shadow img{
  float:left;
  padding: 0;
}

/*-----classes------------*/


.presenter {
    font-style:oblique;
    font-size: 10pt;
}