/* BODY FONT AND BG COLOR */
.body {
background-color: #F0FFF0;
background-image: url('images/shamrock.jpg'); 
background-attachment: fixed;
font-family: arial;
font-size: 8px;
margin-top: 0px;
margin-bottom: 0px;
}
/* END BODY */

/* THIS WRAPS THE ENTIRE PAGE */

div.wrap {
width: 100%;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}

table.wrapper {
width: 892px;
height: 1024;
padding: 0px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
margin-top: 0px;
margin-bottom: 0px;
}

td.main {
width: 874px;
background-color: #FFFFFF;
border-collapse: collapse;
border: 0px;
vertical-align: top;
padding: 25px 25px 0px 25px;
}

td.leftwrap {
width: 9px;
background-image: url(images/leftshadow.png);
}

td.rightwrap {
width: 8px;
background-image: url(images/rightshadow.png);
}

/* END WRAPPER */

img.im1 {
float: left;
padding: 0px 20px 10px 0px;
}

.main h1 {
font-family: arial;
font-size: 36px;
font-weight: bold;
color: #000000;
margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}

.main h2 {
font-family: arial;
font-size: 24px;
font-weight: bold;
color: #000000;
margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

.main h3 {
font-family: arial;
font-size: 18px;
font-weight: bold;
color: #000000;
margin-top: 30px;
margin-bottom: 5px;
}

.main p {
font-family: arial;
font-size: 13px;
font-weight: normal;
color: #000000;
margin-top: 0px;
margin-bottom: 5px;
text-align: justify;
}

.body td {
font-family: arial;
font-size: 13px;
font-weight: normal;
color: #000000;
margin-top: 0px;
margin-bottom: 5px;
text-align: left;
vertical-align: top;
}

.body td a:link {
color: #0000CC;
text-decoration: none;
}

.body td a:visited {
color: #6666CC;
text-decoration: none;
}

