
body {
        background-image: url('focam1.gif');
        background-repeat: repeat;
     }

h2 {
     font-size:125%;
     font-family:arial, sans-serif;
   }

h3 {
     font-size:100%;
     font-family:arial, sans-serif;
   }

p {
    font-size:90%;
    text-indent:15px;
    font-family: verdana, arial, sans-serif;
  }

a {
    text-decoration:none;
    font-family:arial, sans-serif;
  }

ul {
	 list-style-type: circle;
   }

a:link {color:blue;}
a:visited {color:grey;}
a:hover {color:black;}

img
    {
       opacity:0.4;
       filter:alpha(opacity=40)
       margin: 5px;
       padding:5px;
       position:relative;
    }

span1
	{
	   font-size: medium;
	}

 .container {
	  	width:772px;
		margin:0 auto;
		padding:0 13px;
		position:relative;
		background: #ffffff;
		border-left:1px solid #000000;
		border-right:1px solid #000000;
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		text-align:left;
		background:#dfdfdf;
	}

 .header {
          positions:relative;
	  width: 772px;
	  margin-top: 10px;
	  text-align:center;
          font-family:arial, sans-serif;
          font-size: 200%;
	  letter-spacing: 12px;
          border-bottom: medium solid black;
	}



 .content {
           position:relative;
           margin:30px 10px 25px 160px;
           padding: 10px;
	   padding-top: 0px;
           border-style: dotted;
	   border-width: thin;
           background-color: white;
         }

 .links {
         position:absolute;
	 margin-left:-15px;
         top:90px; 
      }