/* index page */
body
{
background: #FFFFFF;
text-align:center; /*ie issues */
margin:0;
}

#screenwrapper {
width:750px; /* sets the width of the store */
height:auto;
border:0px; /* gives the store a white background */
margin:auto;
}
#screenwrapper2 {
width:750px; /* sets the width of the store */
border:0px; /* gives the store a white background */
margin:auto;
}
.placement
{
text-align:left; /*ie issues*/
width:750px;
height:auto;
background:#FFFFFF;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
padding-bottom:0px;
position: relative;
border:0px solid #999999;
}
.beginpage {
width:750px;
height:109px;
position:relative;
}
.companyname
{
width:750px;
height:85px;
background-image: url("../images/masterpeicelogo.png");
margin:0px 0px 0px 0px;
left:0px;
position:absolute;
}
.endpage
{
position:relative;
width:750px;
height:30px;
top:0px;
margin-top:3px;
margin-left:auto;
margin-right:auto;
margin-bottom:40px;
}
.align
{
text-align: left;
}
.end
{
text-align:right;
font-family:"geneva" , arial, sans serif;
font-size:7pt;
color:#FFF;
}

/* text */
p
{
text-align:left;
color:#000000;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:20px;
font-family:"geneva" , arial, sans serif;
font-size:9pt;
line-height:150%;
}
h1
{
text-align:left;
color:#0064D0;
font-family:"geneva" , arial, sans serif;
font-size:20pt;
}


iframe
{
width:750px;
height:470px;
border: 0px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
}

h4
{
text-align:left;
color:#cccccc;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:15px;
font-family: "geneva" , arial, sans serif;
font-size:11pt;
line-height:150%;
}


/* endpage links */
A:link, A:visited
{
color:#0064D0;
text-decoration:underline;
}
A:hover
{
color:#289CE0;
text-decoration:none;
}