﻿body
{
    width: 955px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 10px;
}

h1
{
    font-size: 25px;
}
a:link, a:visited
{
    text-decoration: none;
    color: Blue;
}
a:hover
{
    color: Red;
}
.Header
{
    top: 0px;
    left: 0px;
    position: absolute;
    width: 800px;
    background-image: url(/usacna/Images/banner4.png);
    background-repeat: repeat-x;
}
.Menu
{
    top: 180px;
    left: 15px;
    width: 195px;
    position: absolute;
}
.Content
{
    top: 160px;
    left: 170px;
    position: absolute;
    width: 600px;
}
.GridMain
{
    border-right: gainsboro thin solid;
    border-top: gainsboro thin solid;
    border-left: gainsboro thin solid;
    border-bottom: gainsboro thin solid;
    background-color: #333333;
    width: 400px;
}
.GridRow
{
    background-color: #FFFAFA;
}
.GridSelectedRow
{
    background-color: #E6E6FA;
}
.GridHeader
{
    background-color: #ADD8E6;
    font-weight: bold;
    text-align: left;
}
.CustomTabStyle .ajax__tab_tab
{
    height: 20px;
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    background: url(images/tab-line.gif) repeat-x bottom;
}
