/* HTML elemnts declerations */

body {
    position: relative;
    margin: 0px;
    padding: 0px;   
    font-family: Georgia, serif;
    /*etter-spacing: 0.08em;*/
    font-size: 14px;
}

img {
    border: none;
}

p {
    font-size: 14px;    
}

img.noshow {
    display: none;
}

.ital {
    font-style: italic;
}

/* end HTML elemnts declerations */

/* ----------------------------------------------------------- */
.head1 {
    position: relative;
    width: 100%;
    min-width: 660px;
    height: 64px;
    background-color: #fffed4;
    background-image: url(../images/headtext.gif);
	background-repeat: no-repeat;

 }
 
/* ----------------------------------------------------------- */

/* ----------------------------------------------------------- */ 
 .main {
    position: relative;
    width: 660px;
    margin: 12px 60px 60px 60px;  
 }
 
 /* ----------------------------------------------------------- */
 .content p{
    line-height: 18px;
}

 .content h1 {
    color: #dd4c2b;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
 }
 
 .content .pilinks {
    margin-bottom: 30px;
 }
 
 .content .pilinks  a:link{
    font-style: italic;
    font-weight: bold;
    line-height: 24px;
    color: #0040C0;
}

.content .pilinks  a:visited{
    font-style: italic;
    font-weight: bold;
    line-height: 24px;
    color: #FF00ff;
}

.content .pilinks  a:hover{
    font-style: italic;
    font-weight: bold;
    line-height: 24px;
    color: #ff0000;
}

.content ul {
    padding-left: 18px;
    margin-top: -10px;
}

.content ul li {
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
}

.content h3 {
    color: #dd4c2b;
    font-weight: bold;
}
/* ----------------------------------------------------------- */

/* ----------------------------------------------------------- */ 
 .head2 {
    position:relative;
    height: 42px;
    min-width: 584px;
    margin-bottom: 12px;
    background-color: #f46531;
    background-image: url(../images/piheadtext.gif);
	background-repeat: no-repeat;
 }
 
 .head2 .menu {
    position: absolute;
    top: 22px;
    left: 6px;
    color: #ffffff;
 }
  
 .head2 h1 {
    margin: 0px 0px 0px 8px;
    padding: 4px 0px 0px 0px;
    font-family: Interstate, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ffe682;
    line-height: 20px;  
 }
 
 .head2 .contact {
    position: absolute;
    top: 0px;
    right: 0px;   
 }
 
 .head2 a:link{
    font-family: Verdana,sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
}

 .head2 a:visited{
    font-size: 12px;
    font-family: Verdana,sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
}

 .head2 a:hover{
    font-size: 12px;
    font-family: Verdana,sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
}

.head2 .sep {
    padding-left: 5px;
    padding-right: 5px;   
 }
 
 .head2 .sel {
    font-family: Verdana,sans-serif;
    letter-spacing: 0;
    font-weight: bold;  
 }
 /* ----------------------------------------------------------- */
 
 /* ----------------------------------------------------------- */
 .flright {
  position: relative;
  float: right;
  width: 323px;
  height: 205px;
  margin: -16px 8px 0px 8px;
 }
 
 .anitop {
   position: absolute;
 }
 
 .emp {
    font-weight: bold;   
 }
 /* ----------------------------------------------------------- */
 
 /* ----------------------------------------------------------- */
 .PageFooter {
    border-top: 1px solid #707070;
    text-align: center;
    padding-top: 7px;
    line-height: 18px;
    letter-spacing: 0px;
    margin: 0px; 
 }
 
 .PageFooter p {
    padding: 0px;
    margin: 0px;
    color: #6b6b6b;
    font-size: 10px;
  }
 
/* ----------------------------------------------------------- */

