/* overall link colors */
A:visited {color:purple; text-decoration:underline; cursor:hand}
A:link {color:blue; text-decoration:underline; cursor:hand}
A:active {color:blue; text-decoration:underline; cursor:hand}
A:hover {cursor:hand; color:red; text-decoration:underline}

.pagebreak{page-break-before: always;}  /* allows for page break during printing */

.topfillback1  /* 1 px black line */
{ width: 105%;
font-size: 1px; line-height: 1px;
position: absolute;
left: 0px;
top: 103px;
background-color: #000000;
display:block;
border-style:none;
z-index: -1;
}

.topfillback  /* 68 pxl grey line */
{ width: 105%;
font-size: 68px; line-height: 68px;
position: absolute;
left: 0px;
top: 104px;
background-color: #CECFCE;
display:block;
border-style:none;
z-index: -2;
}

.topleftlogo
{position: absolute;
left: 5px;
top: 0px;
z-index: 0;
}

.topcenterlogo
{position: relative;
top: -15px;
text-align: center;
}

.topcentertext
{position: relative;
top: -15px;
font-size: 20pt;
color: black;
font-weight:bold;
text-align: center;
}

.content
{position: relative;   /* 30 pixels from the top of the page */
top:30px;
left:175px;
width:75%;
padding:0px;
text-align:left;
font-size: 12;
background-color:#FFFFFF;
color:black;
display:block;
border-style:none;
}

.lsidetext
{position: absolute; left:10; top:210; z-index:1; font-size:100%; text-align:left; color:black; width:155}
.lsidetext A:visited
{color:#CECFCE; text-decoration:underline; padding:5px; line-height: 1.5em; font-weight:bold}
.lsidetext A:link
{color:black; text-decoration:none; cursor:hand; padding:5px; line-height: 1.5em; font-weight:bold}
.lsidetext A:active
{color:black; text-decoration:underline; cursor:hand line-height: 1.5em; font-weight:bold}
.lsidetext A:hover
{color:Red; text-decoration:underline; cursor:hand; padding:5px; line-height: 1.5em; font-weight:bold}