body{
background-image: url(graphics/bkgnd.jpg);
background-repeat: repeat-y;
background-color: #ffffff;
font-family: Times New Roman, Times, Serif;
font-size: 11pt;
margin: 2px;
padding: 2px;
}


.main{
color: black;
}

.leftcol{
width: 140px;
float: left;
padding: 0px 0px 0px 0px;
}

.menu{
width: 145px;
text-align: center;
background-image: url(graphics/copper.jpg);
background-position: center top;
background-repeat: repeat-y;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.button {
width: 127px;
font-weight: bold;
font-style: italic;
font-family: Comic Sans MS, Cursive, Arial, Helvetica, Sans-Serif;
font-size: 11pt;
color: white;
background-color: #000000;
border-top: 3px solid #7B7B7B;
border-right: 3px solid #212121;
border-bottom: 3px solid #212121;
border-left: 3px solid #7B7B7B;
text-align: center;
margin: 0px 0px 8px 0px;
padding: 6px;
}


.rightcol{
margin-left: 160px;
background-color: #ffffff;
padding: 0px ;
text-align: center;
}

A.m:link{color: white; text-decoration: none;}
A.m:visited{color: white; text-decoration: none;}
A.m:hover{color:yellow; text-decoration: none;}
A.m:active{color:white; text-decoration: none;}

a { color: #3300ff; text-decoration: none;}
a:hover { color: #ff3300; text-decoration: none }

p{
font-family: Times New Roman, Times, Serif;
font-size: 13pt;
font-style:normal;
margin-left: 8px;
margin-right: 22px;
text-align:justify;
text-decoration:none;
}

p.body{
font-family: Times New Roman, Times, Serif;
font-size: 13pt;
font-style:normal;
margin-left: 8px;
margin-right: 22px;
text-align:justify;
text-decoration:none;
}

p.body:first-letter
{
font-size: 150%;
font-weight:bold;
}


div.title{
width: 120px;
font-family: arial, Helvetica, Sans-Serif;
font-size: 18px;
font-weight: bolder;
color: white;
background-color: black;
border: medium ridge #fefefe;
padding: 8px;
margin: auto auto 24px auto;
}

table{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div.striphead{
width: 200px;
font-family: arial, Helvetica, Sans-Serif;
font-size: 18px;
font-weight: bolder;
color: white;
background-color: black;
border: medium ridge #fefefe;
padding: 8px;
margin: auto auto 24px auto;
text-transform: uppercase;
}









