/*
/* Division Page Frame Pf1
*/
.pf1
{
    left:0px;
    top:0px;
    position:absolute;
    height:85ex;
    width:60em;
}   
/*
/* Division Page Frame Pf1
*/   
.pf1
{
}   
/*
/* Division Page Frame Pf1 color
*/
.pf1
{
}   
/*
/* Logo Class
*/
.logo
{
    left:0px;
    top:0.0px;
    position:absolute;
}   
/*
/* Tag Line
*/
.tagline
{
    top:.05em;
    width:92%;
    position:absolute;
    text-align:center;
}   
/*
/* Tag Line Fonts
*/
.tagline
{
    font-family:Verdana;
    font-weight:lighter;
    font-size:1.2em; 
}   
/*
/* Tag Line Color
*/
.tagline
{
    color:GoldenRod;
}   
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.tpmtab
{
    position:absolute;
    left:120px;
/*    top:3.2em;     /* top line */
    top:5.0%;
    width: 98%;
    clear:both;
    overflow: hidden; 
    background: transparent;
    text-align:center;
}

.tpmtab ul{
    font: bold 11px Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tpmtab li{
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
    text-transform: uppercase;
}


.tpmtab a{
    float: left;
    color: white;
    background: GoldenRod url(imgweb/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
    margin: 0 2px 0 0;
    padding: 0 0 1px 3px;
    text-decoration: none;
    letter-spacing: 1px;
}

.tpmtab a span{
    float: left;
    display: block;
    background: transparent url(imgweb/roundright.gif) no-repeat right top; /*right corner image*/
    padding: 7px 9px 3px 6px;
    cursor: pointer;
}

.tpmtab a span{
    float: none;
}

.tpmtab li.selected a{
    background-color: #AE8300; /*background color of tabs onMouseover*/
    color: white;
}

.tpmtab a:hover {
    background-color: #AE5300; /*background color of tabs onMouseover*/
    color: white;
}
.tpmtab a:hover span{
    background-color: transparent;
}
/*
/*   Horizontal separation line
*/
.divhr
{  
    position:absolute;
    height:10px;
    border-bottom:solid;
    border-width:1px;
    top:7.0ex;
    width:98%
}
.tpmhrln{ /*CSS for horizontal line.*/  
    display:none;
padding: 0;
position:absolute;
top:0px;
}
