﻿html
{
    overflow: auto;
}
body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: White;
    overflow: auto;
    background-repeat: repeat-x;
    background-image: url('../Images/PageSetup/MainBkgnd.png');
}

.Table_100
{
    width:100%;
}
.Table_400
{
    width: 400px;
}
.Table_600
{
    width: 600px;
}
.Table_800
{
    width: 800px;
}

.ContentTable
{
    padding-right: 5px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
    width: 98%;
}
.ContentBlock_Norm
{
    position: fixed;
    top: 130px;
    left: 0px;
    right: 114px;
    bottom: 20px;
    padding-right: 10px;
    background-image: url('../Images/PageSetup/DNAGradient.png');
    background-repeat: repeat-y;
}
.ContentTitle
{
    font-size: x-large;
    font-weight: bold;
    color: #FFFF00;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
}
.ContentSubtitle
{
    font-size: large;
    font-weight: bold;
    vertical-align: bottom;
    text-align: left;
    padding-left: 20px;
}
.ContentHeading
{
    font-size: medium;
    color: #FFFF00;
    vertical-align: top;
    text-align: left;
    padding-bottom: 10px;
}
.ContentText
{
    font-size: small;
    color: #FFFFFF;
    vertical-align: top;
    text-align: left;
}
.ContentPicture
{
    vertical-align: top;
    text-align: left;
}
.ContentGrid
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    border: thin solid #C0C0C0;
}
.ContentHeading_Email
{
    font-size: small;
    color: #FFFF00;
    text-align: right;
    padding-bottom: 10px;
    width: 180px;
}
.Content_Email
{
    text-align:left;
    padding-bottom: 10px;
    padding-left:20px;
}
.ContentTable_Email
{
    padding-right: 5px;
    padding-left: 15px;
    width: 98%;
}

.MenuBar_Spacer
{
    vertical-align: middle;
    width: 10px;
    height: 60px;
}
.MenuBar_Right
{
    position: absolute;
    vertical-align: middle;
    text-align: right;
    right: 5px;
    width: 200px;
}
.MenuBar_Nav
{
    position: absolute;
    top: 10px;
    right: 300px;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-align: center;
    font-size: medium;
    list-style-type: none;
    width: 542px;
    height: 30px;
    float: left; /* Contain floated list items */
}
.MenuBar_Nav li
{
    margin: 0;
    padding: 0;
    width: 135px;
    height: 30px;
    float: left;
}
.MenuBar_Nav a
{
    float: left;
    width: 135px;
    height: 30px;
    color: #FFF;
    text-decoration: none;
    line-height: 2;
    text-align: center;
    border-right: 1px solid #FFF;
}
.MenuBar_Nav .MenuBar_Nav_TechSupp a
{
    border: none;
}
.MenuBar_Nav a:hover
{
    background: #0082A4;
}
.Body_Home .MenuBar_Nav_Home a, .Body_Apps .MenuBar_Nav_Apps a, .Body_Systems .MenuBar_Nav_Systems a, 
        .Body_TechSupp .MenuBar_Nav_TechSupp a
{
    background: #A4CAE5;
    color: #1A1303;
}

.SubMenu_Left
{
    vertical-align: middle;
    text-align: left;
}

.DNALogo
{
    background-repeat: no-repeat;
    width: 89px;
    height: 517px;
    bottom: 0px;
    right: 10px;
    position: absolute;
    background-image: url('../Images/PageSetup/DNALogo.png');
}
.FooterLeft
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
    position: absolute;
    left: 5px;
    bottom: 2px;
}
.FooterMiddle_Nav
{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 243px;
    height: 19px;
    right: 305px;
    bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-align: center;
    font-size: small;
    list-style-type: none;
    float: left; /* Contain floated list items */
}
 .FooterMiddle_Nav li {
    margin: 0;
    padding: 0;
    float: left;
}
.FooterMiddle_Nav a {
    float: left;
    width: 80px;
    color: #FFF;
    text-decoration: none;
    line-height: 1.25;
    text-align: center;
    border-right: 1px solid #FFF;
}
.FooterMiddle_Nav .FooterMiddle_Nav_Contact a {
    border: none;
}
.FooterMiddle_Nav a:hover {
    background: #0082A4;
}
.body_About .FooterMiddle_Nav_About a, .body_Links .FooterMiddle_Nav_Link a, .body_Contact .FooterMiddle_Nav_Contact a
{
    background: #A4CAE5;
    color: #1A1303;
    font-weight: bold;
}
.FooterRight
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    right: 113px;
    bottom: 2px;
}
