
html {
		font-family: Verdana, san-serif;
        font-size: 12px;	
}
body {
margin: 0;
background: #d0e4f7; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d0e4f7), color-stop(24%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
div#wrap {
    width: 897px;
    position: relative;
    margin: 0px auto;
}

div#content {
   border: 1px solid #999;
   border-bottom: 0;
   background-color: white;
   position: relative;
   z-index: 3;
   min-height: 350px;
   padding: 25px;
   color: #333;
   border-radius: 20px 20px 0 0;
   -moz-border-radius: 20px 20px 0 0 ;
}
div#banner {
  height: 75px;
  width: 150px;
  margin-bottom: 10px;
}
div#banner img {
}
a {
  color: #009DDB;
  text-decoration: underline
}
a:hover {
  color: #009DDB;
  text-decoration: none;
}
a img { border:none; vertical-align:top; }
div#footer {
	  position: relative;
	  height: 30px ;
	  margin: 0 1px;
	  border-radius: 0 0 20px 20px;
	  -moz-border-radius: 0 0 20px 20px;
      zoom: 1;
      background-color: #2b4d75;
      background-image: linear-gradient(to bottom, #FFFFFF 0%, #2B4D75 100%);
      background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #2B4D75 100%);
      background-image: -moz-linear-gradient(top, #FFFFFF 0%, #2B4D75 100%);
      text-align: center;
      color: white;
      font-size: 10px;
      padding-top: 1em;
      behavior: url(/js/ie-css3.htc);
      z-index: 2;
}

p.filmedge {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 1100px;
    height: 36px;
    background-image: url("/img/filmedge.png");
    background-repeat: repeat-x
}
span.blue {color: blue}
  img.pic {height: 1.5in; vertical-align: middle; border: none}
  img.piclink {border: none}

div#img {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}
div#text {
    color: red;
    font-style: italic;
    font-family: Verdana;
    font-size: 14px;
    margin-top: 15%;
    float: left;
}

