/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: #EAEAEA;
    margin: 0 0 0 0;
}


A:link
{
    text-decoration: none;
    color: #3333cc;
}

A:visited
{
    text-decoration: none;
    color: #333399;
}

A:active
{
    text-decoration: none;
    color: #333399;
}

A:hover
{
    text-decoration: underline;
    color: #3333cc;
}

.Content
{
    font-family: Arial;
    font-size: 11;
    color: Black;
}
.title
{
    font-family: arial;
    font-size: 22;
    color: #564E4B;
}

.TextBox
{
    font-family: Arial;
    font-size: 11;
    color: Black;
}
.floatright1
{
    float: right;
    width: auto;
    height: auto;
    margin: 0 0 10px 10px;
    text-align: center;
}
.floatLeft2
{
    float: right;
    width: auto;
    height: auto;
    margin: 0 10px 10px 0;
    text-align: center;
}
.floatLeft1
{
    float: left;
    width: auto;
    height: auto;
    margin: 0 10px 10px 0;
    text-align: center;
}
.content p
{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline;
}
.content2
{
    font-family: Arial;
    font-size: 11;
    color: Black;
}

.sitemap
{
    font-family: Arial;
    font-size: 12;
    color: #0D3B53;
    font-weight: bold;
}
.sitemap:link
{
    font-family: Arial;
    font-size: 12;
    color: #0D3B53;
    font-weight: bold;
}
.sitemap:visited
{
    font-family: Arial;
    font-size: 12;
    color: #0D3B53;
    font-weight: bold;
}
.sitemap:active
{
    font-family: Arial;
    font-size: 12;
    color: #0D3B53;
    font-weight: bold;
}
.sitemap:hover
{
    font-family: Arial;
    font-size: 12;
    color: #0D3B53;
    font-weight: bold;
}
.sitemaptitle
{
    font-family: Arial;
    font-size: 14;
    color: black;
    font-weight: bold;
}
.sitemaptitle:link
{
    font-family: Arial;
    font-size: 14;
    color: black;
    font-weight: bold;
}
.sitemaptitle:visited
{
    font-family: Arial;
    font-size: 14;
    color: black;
    font-weight: bold;
}
.sitemaptitle:active
{
    font-family: Arial;
    font-size: 14;
    color: black;
    font-weight: bold;
}
.sitemaptitle:hover
{
    font-family: Arial;
    font-size: 14;
    color: black;
    font-weight: bold;
}
.AdditionalInfomation
{
    width: 144px;
}
.Nav
{
    font-family: Arial;
    font-size: 11;
    font-weight: bold;
    color: #707070;
    text-decoration: none;
}
.Nav tr td a
{
    font-family: Arial;
    font-size: 11;
    font-weight: bold;
    color: #707070;
    text-decoration: none;
}
.Nav a:visited
{
    font-family: Arial;
    font-size: 11;
    font-weight: bold;
    color: #707070;
    text-decoration: none;
}
.Nav tr td a:hover
{
    text-decoration: underline;
}
.admindept
{
    font-family: Arial;
    font-size: 16px;
    color: #0B4A80;
    font-weight: bold;
}
.admindept:link
{
    font-family: Arial;
    font-size: 16px;
    color: #0B4A80;
    font-weight: bold;
}
.admindept:visited
{
    font-family: Arial;
    font-size: 16px;
    color: #0B4A80;
    font-weight: bold;
}
.admindept:active
{
    font-family: Arial;
    font-size: 16px;
    color: #0B4A80;
    font-weight: bold;
}
.admindept:hover
{
    font-family: Arial;
    font-size: 16px;
    color: #0B4A80;
    font-weight: bold;
}
.topnav
{
    text-decoration: none;
    background: url(  '../sysimages/TopNavBackground.jpg' ) repeat-x top;
}
.topnav tr td
{
    padding: 0 9px 0 9px;
    white-space: nowrap;
    height:32px;
}
.topnav tr td a
{
    font-family: Arial Narrow;
    font-size: 10px;
    font-weight:bold;
    color: #0A497F;
    text-decoration: none;
}
.topnav tr td a:visited
{
    text-decoration: none;
}
.topnav tr td a:hover
{
    text-decoration: underline;
}
a.search
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #0000FF;
    text-decoration: underline;
}

.summary
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
}

.summaryURL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    color: #008000;
}

.searchSize
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    color: #C0C0C0;
}

