﻿body 
{
    font-family:Arial Narrow;
    margin-top:0px;
}

.menubg
{
    background-image: url(images/menu.gif);
     background-repeat:no-repeat;
}

.sbutton
{ 
    display:block;
    padding-bottom:10px;
    height: 50px; 
    font-size: 17px;
    color: White;
    font-style:italic;
    text-align:center;
    text-decoration: none;
    padding-top:5px;              
}

.sbutton:hover
{
    color:#fce205;
}


.menu-bar
{
    background-image:url(images/bar.gif);
    width:1px;
    background-repeat:no-repeat;
}

h1
{
    font-size: 25px;
    color:#014726;
    font-style:italic;
    padding-left:10px;
   
}


h2
{
    font-size: 19px;
    color:#014726;
    font-style:italic;
    padding-left:10px;
   
}


h3 a
{
    color:#014726;
    font-size:16px;
    text-decoration:none;
    
}

h3 a:hover
{
    font-size:16px;
    text-decoration:underline;
}

.subtitle
{
    font-size:18px;
    color:#014726;
    text-decoration:none;
    font-weight:bold;
    padding-bottom:5px;
}

.leftmenu
{
    width:178px;
    font-size:12px;
    color:#000000;
    border-right:solid 1px #014726;
    padding-left:5px;
    padding-right:5px;
    
}


.content
{
    width:771px;
    padding-left:15px;
    padding-right:15px;
    font-size:12px;
    color:#000000;
    text-align:justify;
    font-family:Arial;
}


.content_pop
{
    padding-left:15px;
    padding-right:15px;
    font-size:12px;
    color:#000000;
    text-align:justify;
    font-family:Arial;
}


.project
{
    width:771px;
    padding-left:15px;
    padding-right:15px;
    font-size:12px;
    color:#000000;
    text-align:left;
    font-family:Arial;
    
    
}


.footer
{
    background-image:url(images/footer.gif);
    font-size:11px;
    text-decoration:none;
    text-align:center;
    color:White;
    height:19px;
    background-repeat:no-repeat;
}

.footer a
{
    color:White;
    text-decoration:none;
}

.footer a:hover
{
    text-decoration:underline;
    color:#fce205;
}

ul
{
   list-style-image: url(images/bullet.gif); 
   font-size:12px;
   color:Black;
   margin-top:5px;
   vertical-align:middle;
}

li
{
    list-style-image: url(images/bullet.gif);
}
    

.caption
{
    font-size:12px;
    color:Black;
}


.contact_tbl
{
    background-color: #ffffff;
    border: dotted 1px #999999;
    margin-left:15px;
    
}   

.contact_heading
{
    padding-top: 4px; 
    padding-bottom: 4px;
    padding-right: 5px;
    padding-left:5px; 
    margin-bottom: 5px; 
    margin-left: -5px;
    font-size: 16px; 
    color: #014726; 
    font-weight: bold;
} 

.address
{
    font-size:14px;
    color: #014726;
    text-align:center;
    font-family:Arial;
}

a
{
    color:#014726;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
    color:#a8a01c;
}

.content2
{
    width:771px;
    font-size:12px;
    color:#000000;
    font-family:Arial;
}

.personnel
{
    width:771px;
    padding-left:15px;
    padding-right:15px;
    font-size:12px;
    color:#000000;
    font-family:Arial;
}

.scroll
{
    overflow:auto;
    border:solid 1px #c0c0c0;
    padding:10px;
    background-color:White;
    height:700px;
}