body
{
    font-size: x-small;
    font-family: Verdana, Sans-Serif;
    color: #483D8B;
}

a {color: #6A5ACD; text-decoration: none; font-size: small; background-color:Transparent}
a:visited { color: #483D8B; text-decoration: none;}
a:hover { color: #483D8B; }
a:active { color: #B22222; text-decoration: underline;}

p
{
    font-size: x-small;
    margin: 2px 2px 10px 6px;
}

li a
{
    font-size: small;   
}

li
{
    list-style: circle;
    color: #483D8B;
}

ul
{
    margin-top: 0;
}

input, textarea, select
{ 
    color: #483D8B;
    background-color: Transparent; 
    padding: 0px; 
    margin-left: 5px;
    border: double 1px #483D8B;
    font-size: x-small;
}

h1
{
    color: #6A5ACD;
    text-transform: uppercase;
    margin-bottom: 2px; 
}

h2
{
    
}

h3
{
    margin: 10px 2px 2px 6px;
}

h4
{
    margin: 10px 2px 2px 8px;
}

h5
{
    margin: 2px 2px 2px 10px;
    font-weight: normal;
}

h6
{
    font-size: x-small;
    font-weight: normal;
    margin: 2px 2px 2px 12px;
}

hr
{
    color: #000000;
    width: 75%;
}

/* Custom Styles */
.Header
{
    text-align: center;
}

.PageTitle
{
    position: fixed;
    top: 10px;
    left: 10px;
}

.SearchBox
{

    padding: 0 0 0 0;
    font-size: xx-small;
    vertical-align: middle;
    text-transform: lowercase;
}

.SearchTextBox
{
    margin-bottom: 1px;
    margin-top: 2px;
    border: solid 1px #483D8B;
    width: 300px;
    height: 15px;
    text-transform: uppercase;
}

.SearchButton
{
    margin: 0 0 0 0;
    font-size: xx-small; 
    height: 18px;
    text-transform: uppercase;
    border: solid 1px #483D8B;
}

.LeftNavigation 
{
    position: fixed;
    left: 20px;
    top: 50px;
    width: 100px;
    padding: 5px;
    border-bottom: double 1px #483D8B;
    border-top: solid 1px #483D8B;
    z-index: 100;
    text-align: right;
}

.LeftNavigation td
{
    font-size: medium;
    text-align: right;
    text-transform: uppercase;
}

.DynamicMenuItem
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: x-small;
    background: #483D8B;
    color: #FFFFFF;  
    text-transform: lowercase;

}

.DynamicMenuItem a, .DynamicMenuItem a:visited, .DynamicMenuItem a:hover
{
    color: #FFFFFF;  
}
.DynamicMenuStyle
{
    border: solid 1px black;
    z-index: 100;
    position: relative;
}

.RightNavigation
{
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 100;
    text-transform: lowercase;
    text-align: right;
    font-size: xx-small;
}

.MainPanel
{
    position: absolute;
    left: 145px;
    top: 50px;
    z-index: 10;
    border-left: dashed 2px #483D8B;
    padding-left: 10px;
    padding-top: 0px;
    height: 75%;
}


.FooterCopyRight
{
    position: relative;
    z-index: 10;
    text-align: left;
    font-size: xx-small;
    margin-top: 50px;
}

.WebPartModeSelectorOptions, .WebPartModeSelectorOptions a
{
    font-size: xx-small;
    color: #483D8B;
}




.PartTitle span
{
    color: Silver;
    background: #483D8B;
    padding: 3px;
    font-weight: bold;
}


.VerbStyle
{
    font-size:xx-small;
    background: red;
}

.PartChrome table
{
    width: 100%;    
    border: solid 1px #483D8B;
    color: Silver;
    background: #483D8B;
}

.WebPartZone td
{
    border: solid 1px #483D8B;
}

.NewContent img
{
    height: 90px;
}


