﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
    margin: 0;
    padding: 0;
    border: none;
}

h3
{
    font-size: small;
}

body
{
    font-family: Arial;
    font-size: 75%;
    background: #F7F7FF;
}

/* Master Page Layout */
#master_header
{    
    padding: 0px; 
    margin: 0px; 
    width: 100%; 
    font-size: X-Large; 
    color: #FFF; 
    font-weight: bold; 
    text-align: center;
    vertical-align: middle;
    height: 100px; 
}

#master_headertop
{
    background: url(images/headertop_img.jpg) no-repeat left top;
}

#master_headerbottom
{
    background: url(images/headerbottom_img.png) no-repeat left top;
}

#master_page
{
    margin: 1px auto 0px auto;
    width: 99.6%;
}

#master_menu
{
    float: left;
    padding-right: 1px;
    width: 12.8%;
}

#master_menuF
{
    padding-right: 1px;
    width: 100%;
}

.sidebar
{
    width: 100%;
    margin-bottom: 2px;
}

.subsidebar
{
    width: 98%;
    margin-top: 2px;
    margin-right: 2px;    
    margin-bottom: 2px;
    /* border: 1px solid #000099; */
}
.sidebarheader
{
    height: 22px;
    padding: 1px 0 0 3px;
    background:url(img/yui/sprite.png) #2647a0 repeat-x left -1400px;
    color: #FFF;
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.subsidebarheader
{
    height: 22px;
    padding: 1px 0 0 3px;
    background:url(img/yui/sprite.png) #2647a0 repeat-x left -1400px;
    color: #FFF;
    font-family: Arial;
    font-size: 1.0em;
    font-weight: normal;
    text-transform: none;
}
.sidebarcontent
{
    border: 0px solid #0F2543;
    padding: 2px 2px 2px 2px;
    line-height: 1.5em;
    font-weight: normal;
    width: 99.5%;
}

.sidebarcontent a
{
    padding: 1px 1px;
    color: #11A;
    text-decoration: none;
}

.sidebarcontent a:hover
{
    background-color: #0F2543;
    color: #FFF;
}

.sidebarcontent a:visited
{
    font-weight: normal;
}

#master_content
{
    padding: 0px;
    float: left;
    color: black;
    width: 87.1%;
    font: verdana;
    font-size: small;
}

#master_contentF
{
    padding: 0px;
    color: black;
    width: 100%;
    font: verdana;
    font-size: small;
}

#master_content ul
{
    margin: 0 2px 0 0px;
}

#master_content ul li ul li
{
    list-style-type: disc;
}

#master_contentF ul
{
    margin: 0 2px 0 0px;
}

#master_contentF ul li ul li
{
    list-style-type: disc;
}

#master_contentheader
{
    height: 22px;
    padding: 1px 0 0 3px;
    background:url(img/yui/sprite.png) #2647a0 repeat-x left -1400px;
    color: #FFF;
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
}

#master_contentplaceholder
{
    padding: 1px 1px 1px 1px;
    border-left: 1px solid #000099;
    border-right: 1px solid #000099;
    border-bottom: 1px solid #000099;
    line-height: 1.1em;
}

#master_contentfooter
{
    clear: both;
    padding: 1px 0 1px 1px;
    color: #333;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

