
H1 {
	font-family: "Copperplate Gothic Light", serif;
	font-size: 36pt;
	text-align: right;
	font-weight: bold;
}


H2 {
	font-family: "Copperplate Gothic Light", serif;
	font-size: 24pt;
	text-align: right;
	font-weight: normal;
	line-height: 20%
}


H3 {
	font-family: "Copperplate Gothic Light", serif;
	font-size: 16pt;
	text-align: right;
	font-weight: normal;
	line-height: 20%
}



ul {
	list-style-type: none;
	list-style-position: indent;
}


ul.l1 {
	list-style-type: square;
	list-style-position: indent;
}


ul.l2 {
	list-style-type: circle;
	list-style-position: inside;
}		



P.b {
	font-family: "Copperplate Gothic Light", serif;
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
	font-color:black;
	border-style: outset;
	border-width: 50;
	border-color: grey;
	padding-bottom:400;
	text-decoration: none;
}


P.norm {
	font-family: "Times New Roman";
	font-size:16pt;
	text-align: right;
	line-height: 20%;
}


P.lnorm {
	font-family: "Times New Roman";
	font-size:16pt;
	text-align: left;
	line-height: 20%;
}


P.cnorm {
	font-family: "Times New Roman";
	font-size:16pt;
	text-align: center;
	line-height: 20%;
}


p.list {
	font-family: "Times New Roman";
	font-size:16pt;
	text-align: center;
	line-height: 20%;
}


P.margin {
	font-family: "Perpetua";
	font-size: 12pt;
	line-height: 1pt;
	text-align: center;
}


P.smargin {
	font-family: "Perpetua";
	font-size: 12pt;
	line-height: 1pt;
	text-align: center;
}



P.link {
	font-family: "Copperplate Gothic Light", serif;
	font-size: 16pt;
	text-align: right;
	text-decoration: none;
}



P.ssmall {
	font-size:8pt;
	text-align: right;
}


P.smed	{
	font-size:12pt;
	text-align: right;

}


P.dips  {
	font-size:14pt;
	text-align: right;
	line-height: 20%;
}

P.dips2  {
	font-size:14pt;
	text-align: right;
	line-height: 20%;
        text-color: blue
}


P.slarge {
	font-size:24pt;
	text-align: right;
}


#form .f {
    align="right";
}


#wrapper .text1 {
                	font-family: "Times New Roman";
 	                font-size:10pt;
	                position:absolute;
                        top:110px;
                	border-style: outset;
                	border-width: 5;
	                border-color: grey;
			background: rgba( 128, 128, 128, 0.6 );
			visibility:hidden; }
#wrapper:hover .text1 {  visibility:visible; }

#wrapper .text2 {
                	font-family: "Times New Roman";
 	                font-size:10pt;
	                position:absolute;
                        top:300px;
                        border-style: outset;
	                border-width: 5;
	                border-color: grey;
			background: rgba( 128, 128, 128, 0.6 );
			visibility:hidden; }
#wrapper:hover .text2 {  visibility:visible; }

#wrapper .text3 {
                	font-family: "Times New Roman";
 	                font-size:10pt;
	                position:absolute;
                        top:500px;
                        border-style: outset;
	                border-width: 5;
	                border-color: grey;
			background: rgba( 128, 128, 128, 0.6 );
			visibility:hidden; }
#wrapper:hover .text3 {  visibility:visible; }

#div1 {
	position: absolute;
	top: 25px;
	left: 250px;
	width: 800px;
	font-family: "Copperplate Gothic Light", serif;
	font-size: 36pt;
	font-weight: bold;
	}

#div2 {
	position: absolute;
	top: 75px;
	left: 100px;
	width: 600px;
	}

#div3 {
	position: absolute;
	top: 250px;
	left: 50px;
	width: 800px;
	}

#div4 {
	position: absolute;
	top: 300px;
	left: 200px;
	width: 500px;
	}

body {
	background: url(images/background.jpg) ;
        background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right center;
	background-size: cover;
	margin-right: 25px;
	margin-bottom: 50px;


}

a.button {
 -webkit-appearance: button;
 -moz-appearance: button;
 appearance: button;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
  border-style: outset;
  border-width: 5;
  border-color: grey;
		
}

