﻿*
{
    margin: 0;
    padding: 0;
}

a
{
    color: #468cdd;
}

body
{
    position: relative;
    width: 760px;
    margin: 10px auto;
    font-family: Arial; 
    font-size: 12px; 
    color: #000000;
    background: #ffffff url(Images/Master2/body-bg.jpg) repeat-x;
}

h1
{    
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

h2
{
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

h3
{
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

img
{
    border: none;
    display: block;
}

p
{
    line-height: 1.25em;
    margin: 10px 0;    
}

#content1
{
    position: relative;
    float: left;
    width: 758px;
    border: solid 1px #d2d2d2;
    border-top: none;
    background: #f7f7f7;
    margin: 0; 
}   

#copyright
{
    clear: both;
    font-size: 80%; 
    text-align: center; 
}        

#footer
{
    float: left;
    width: 750px;    
    height: 46px;
    list-style: none;
    background: url(Images/Master2/footer-bg.jpg) no-repeat bottom left;
    margin: 0;
    padding: 7px 5px 5px 5px;
}

#footer li
{    
    float: right;
    padding: 0 10px;
    background: url(Images/Master2/sep.gif) no-repeat 0 50%;
    font-size: 90%;
}

#footer a
{    
    color: White;
    text-decoration: none;
}

#header
{   
    height: 25px; 
    width: 758px;    
    position: relative;
    background: #30567a;
    border: solid 1px #d2d2d2;    
    border-bottom: none;
    font-family: Tahoma;
    font-size: 12px;    
}

#header table
{
   margin: 0;
   padding: 0;
}

.blockHeader
{
    padding: 2px;
    background: url(Images/Master2/block-header-bg.jpg) repeat-x; 
    border: solid 1px #d2d2d2;
    border-bottom: dotted 2px #acacac;
    font-size: 95%;
}

.block
{
    background: #f5f5f5;     
    border: solid 1px #d2d2d2;
    border-top: none;
} 

.navDynamic
{
    color: #ffffff; 
    background: #59a2e7;
    padding: 5px;
    height: 22px;
    font-size: 11px;
} 

.navHover
{
    color: #ffffff;         
    background: #30567a;
    padding: 5px;
    height: 22px;
}

.navStatic
{
    color: #ffffff;
    height: 25px;
    padding: 0 25px; 
}   

