body {
    
    margin-top:             0px;
    margin-right:           0px;
    margin-left:            0px;
}

body, td
{
    font-family:            "Segoe UI", Verdana, Tahoma, Arial;
    font-size:              14px;
    color:                  #000000;
}

#header
{
    height:                 90px;
    width:                  100%;

    background-color:       #F1F1F1;
}

#header #siteTitle
{
    font-size:              56px;
}

#header #siteTitle a
{
    color:                  #0975A7;
    font-weight:            bold;
    text-decoration:        none;
}

#header #siteDescription
{
    font-size:              16px;
}

#menu
{
    border-top:             1px solid #000000;
    border-bottom:          1px solid #000000;
    
    background-color:       #AED2E3; 
    width:                  100%;
}

#menu td
{
    width:                  100px;
    text-align:             center;
}

#menu a
{
    text-decoration:        none;
}

#menu a, #menu a:link, #menu a:visited
{
    color:                  #000000;
}

#menu a:hover, #menu a:active
{
    color:                  #FFFFFF;
}

.menuBtnActive
{
    background-color:       #93C1D7;
    cursor:                 pointer;
}

#content
{
    margin-left:            10px;
}

#footer
{   
    background-color:       #F1F1F1; 
    width:                  100%;
}

h1, h2, h3, h4
{
    font-family:            "Segoe UI", Verdana, Tahoma, Arial;
    font-weight:            bold;

    color:                  #0975A7;
}

h2
{
    margin-top:             15px;
    margin-bottom:          0px;
}

h3, h4
{
    margin-top:             0px;
    margin-bottom:          0px;
}

h4
{
    font-size:              15px;
}

a, a:link, a:visited
{
    color:                  #000000;
}

a:hover, a:active
{
    color:                  #FF0000;
}

li
{
    line-height:            120%;
}

.transInput
{
    border:                 0px;
    width:                  75px;
    text-align:             right;
}
