﻿BODY 
{
    font-family: Arial, sans-serif;
    margin: 0px 0px 0px 0px;
    background-color: #A9A5A5;
}
BODY A:Link {}
BODY A:Visited {}
BODY A:Active {}
BODY A:Hover {}

.Breadcrumb
{
    padding-left: 10px;
    font-size: 8pt;
    font-family: Verdana;
}

li 
{
    list-style-image: url(/Images/redArrow.gif)
}

H1, .Title 
{
    font-family: Arial, Verdana;
    font-size: 16pt;
    font-weight: normal;
    color: #E0393F;
}
H2, .SubTitle 
{
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 12pt;
    color: #E0393F;
}
H3 
{
    font-family: Times New Roman, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 14pt;
    color: #CC0000;
    margin: 0pt;
    padding: 0pt;
}
H4 
{
    font-family: Times New Roman, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 14pt;
    color: NAVY;
    margin: 0pt;
    padding: 0pt;
} 
P, .Text 
{
    font-family: Arial, sans-serif;
}

.footer
{
    background-color: #4D6089;
    color: #FFFFFF;
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;
}
.footer A:Link
{
    color: #FFFFFF;
    text-decoration: none;
}
.footer A:Visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.footer A:Active
{
    color: #FFFFFF;
    text-decoration: none;
}

.news
{
    font-family: Arial, Verdana;
    font-size: 10pt;
}
.newsheader
{
    color: #0A66A5;
    font-weight: bold;
    font-family: Verdana, Arial;
    font-size: 12pt;
}


.Highlighted
{
background-color: Yellow;
}
.myStyle
{
    font-family:Impact;
    color: Purple;
    }
    
#Background
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;

}
#Content
{
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}


.MessageSuccess
{
    color: green;
    border: 1px solid green;
    background-color: rgb(0,250,154);
    background-image:url(/n1site/Img/MessageSuccess.gif);
    background-position: 7px 7px;
    background-repeat: no-repeat;
    display: block;
    padding: 5px;
    padding-left: 27px;
    margin-bottom: 5px;
}
.MessageInfo
{
    color: black;
    border: 1px solid black;
    background-color: rgb(255,255,200);
    background-image:url(/n1site/Img/MessageInfo.gif);
    background-position: 7px 7px;
    background-repeat: no-repeat;
    display: block;
    padding: 5px;
    padding-left: 27px;
    margin-bottom: 5px;
}
.MessageFail, .MessageError
{
    color: Red;
    border: 2px dashed red;
    background-color: rgb(255,182,193);
    background-image:url(/n1site/Img/MessageFail.gif);
    background-position: 7px 7px;
    background-repeat: no-repeat;
    display: block;
    padding: 5px;
    padding-left: 27px;
    margin-bottom: 5px;
}


