/*PFBC Style Sheet*/
body {
background-color:#F0F8FF;
background-image:url('images/flag-01.gif');   /* Flag image */
background-repeat:no-repeat;
background-position:45em 5em;              /* Flag position */
font-size:100%;
font-family: arial, helvetica, sans-serif;
font-size: 1em;
color: navy;
margin: 2em;
padding: 1em;

border-style: double;              /* Main border */
    border-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-color: navy;
} 


h1.standard
{
color: navy;
font-size: 2em;
}
h2.standard
{
color: navy;
font-size: 1.5em;
}
h3.standard
{
color: navy;
font-size: 0.75em;
}
h4.bold
{
color: navy;
font-weight: bold;
font-size: 1.1em;
}


img.pics-center
{
display: block;            /*default image style*/
margin-left: auto;
margin-right: auto;
border-style: double;
border-width: 5px;
border-color:white;
}


p.default                /*default paragraph style*/
{
text-align:justify;
color:navy;
font-family:arial
}

p.footer                   /*Used in the footer*/
{
text-align: center;
color:navy;
font-family:arial;
font-style:italic;
font-size: 0.7em;
}



                              /*Sets the link buttons across the page*/
.buttons
{
width: 90%;              /*Max width relative to border*/
padding: 0.1em;
margin: 1em;
list-style-type:none;
}
div.menu
{
margin-top: 1px;
margin-bottom: 100px;
text-align: center;                      /*Menu Button font */
}
hr.hr1
{
margin: 0.1em;            /*Styled horizontal line */
border: 1em;
height: 0.06em;                        /*Thickness of the line */
background-color: navy;
}                    

a.email
{
float:left;
width:13em;
color: navy;                        /* Email font color */
border-top: .1em transparent;
border-bottom: .1em transparent;
}



a.buttons1
{
float: left;
width: 6em;                                  /* Button width */
font-size: 0.8em;
color:white;                                  /* Button font color */
text-decoration: none;
background-color:navy;
padding: 0.9em 0.1em;
border-right:2px solid white;
border-left:2px solid white;
border-bottom:2px solid white;
}
a:hover /*On hover button turns blue */
{
background-color:#B0B0B0;
}
li 
{
display:inline
}

                                                 /* Table styles */

table.standard
{
border:1px solid aqua;
}

td.standard1
{
width:12em;
padding: 1em;
border:1px solid aqua;
margin:1px; 
font-size: 0.8em;
}
td.standard2
{
width:50em;
border:1px solid aqua;
font-size: 0.8em;
font-style:italic;
}

