#content { 
           height: 700px;
           _height: 750px;
           }

#body { 
        height: 660px;
        }

#pageBody h1 { 
               font-weight: 100;
               margin-top: 30px;
               font-size: 30px;
               color: #0e55a4;
               }

#pageBody h2 { 
               font-size: 14px;
               margin-left: 20px;
               }

#pageBody a:link { text-decoration: none; color: blue; }
#pageBody a:visited { text-decoration: none; color: blue; }
#pageBody a:hover { text-decoration: underline; color: blue; }
#pageBody a:active { text-decoration: none; color: blue; }

#header { 
          height: 79px;
          background: url('/images/header.jpg') no-repeat;
          }

#header ul { 
             position: absolute;
             top: 86px;
             left: 5px;
             width: 690px;
             background: #0e55a4;
             text-align: center;
             }

#header li { 
             background: none;
             display: inline;
             color: #fff;
             padding-right: 0px;
             padding-left: 0px;
             line-height: 28px;
             margin-left: 2px;
             margin-right: 2px;
             }

#contactsPics { 
                margin-left: 20px;
                width: 660px;
                }

#leftPics { 
            width: 50%;
            height: 100%;
            float: left;
            }

#rightPics { 
             width: 50%;
             height: 100%;
             float: left;
             }

.pic { 
       padding: 5px;
       font-size: 12px;
       }

.pic a:link { color: blue; padding-left: 5px;}
.pic a:hover { color: blue; padding-left: 5px;}
.pic a:active { color: blue; padding-left: 5px;}
.pic a:visited { color: blue; padding-left: 5px;}

.pic img { 
           float: left;
           }

.pic h3 {
          padding-left: 40px;
          font-size: 14px;
          }

.pic h4 {
          padding-left: 60px;
          padding-bottom: 12px;
          font-size: 12px;
          font-weight: 100;
          }


