body { 
background: white;
color: #000;
font-family: Georgia, "Times New Roman", Times, serif;
background-image: url(norm2.jpg);
background-repeat: repeat;
}
#container {
width: 99%;
margin: auto;
border: solid #000 1px;
background: white;
color: #000;
}
p.header {
display: none;
width:100%;
height: 145px;
background-image: url(circle.jpg);
background-repeat: no-repeat;
background-position: center; 
 }
#side {
position: relative;
float: right;
width: 30%;
}
#main{
margin-bottom: 10px;
}
h1{
font-size: 14pt;
text-align: center;
text-transform: uppercase;
font-style: italic;
}
h2{
font-size: 12pt;
font-weight: bold;
text-align: center;
margin-bottom: -2mm;
}
p{
text-indent:  1em;
margin-left: 1em;
margin-right: 1em;
font-size: 10pt;
line-height: 15pt;
}
ol li {
margin-left: .5%;
margin-right: .5%;
line-height: 15pt;
list-style: lower-alpha;
}
ul li{
margin-left: 1%;
margin-right: 1%;
}
div.img2{
float: right;
border: solid #000 3px;
margin-right: 1%;
margin-left: 1%;
padding: 0px;
}
div.url{
font-family: Courier, monospace; 
text-align: center;
margin-right: 1.5em;
}
#footer{
font-family: Courier, monospace; 
font-size: 8pt;
margin-left: 1em;
}


