/* PALCO FCU Style Sheet*/


/* TEXT STYLES BEGIN */

Body
{
   font-family: arial,verdana,helvetica;
   font-size: 12px;
   color: #000033;
   background-image: url('images/bg.gif');
   margin-top:20px;
}
.Frame
{
   width:780px;
   background-color: #ffffff;
}
.TopBar
{
   background-image: url('images/top-bar.gif');
   background-repeat: no-repeat;
   position: relative;
   width: 100%;
   height: 17px;
}
.Content
{
   background-image: url('images/cntr-content-borders.gif');
   padding-left: 13px;
   padding-right: 10px;
   text-align:left;
}
.BtmBar
{
   background-image: url('images/btm-bar.gif');
   background-repeat: no-repeat;
   position: relative;
   width:100%;
   height: 19px;
}
.Logo
{
   float: left;
   margin-left:1px;
}
.LoginNav
{
   float:right;
   margin-right:40px;
   text-align: left;
   margin-top:3px;
}
.HomeResources
{
   float: left;
   width:215px;
   margin-left:8px;
   margin-right: 20px;
   text-align:left;
}
.HomeResourcesBar
{
   width:215px;
   height: 5px;
   background-color:#663D43;
   display: block;
}
.HomeResourcesContent
{
   padding:10px;
}
.ResourceHead
{
   color: #663D43;
   margin-bottom: 5px;
   font-weight: bold;
   font-size: 13px;
}
.HomePageContent
{
   display:table-cell;
   width:500px;
   padding-bottom: 20px;
   line-height: 18px;
}
.TemplateContent
{
   display:table-cell;
   width:700px;
   padding: 5px 20px 40px 20px;
   line-height: 18px;
}
.Header
{
   color: #663D43;
   font: bold 18px arial,verdana;
   margin-bottom:15px;
}
.HomeHeader
{
   font: bold 14px arial,verdana;
   margin-bottom: 15px;
   color: #663D43;
}
.Footer
{
   font: 10px arial, verdana;
   border-top: solid 1px #cfcfcf;
}
#Footer1
{
   padding: 8px;
   width:220px;
}
#Footer2
{
   width:5px;
   border-left: solid 1px #cfcfcf;
}
#Footer3
{
   padding: 8px;
   width:140px;
}
#Footer4
{
   width:5px;
   border-right: solid 1px #cfcfcf;
}
#Footer5
{
   padding-left:15px;
   width:250px;
}
.FooterCategories
{
   font: 10px arial,verdana;
   margin-top: 5px;
   margin-bottom: 5px;
}
.Copyright
{
   font: 10px arial,verdana;
}
/* HYPERLINK STYLES BEGIN */

A, A:active, A:visited
{
   text-decoration: none;
   color: efefef;
}
A:hover
{
   text-decoration: underline;
   color: #;
}

HR
{
   color: #A6ABB5;

}
