﻿body, html, form
{
    margin:0px;
    padding:0px;
    overflow-x:hidden;
    height:100%;
    width:100%;
    background-color:Black;
    text-align:center;
    font-size:14pt;
    font-family:Century Gothic;
}
.MenuSelected
{
    color:#51b6e6;
    text-shadow: 0px 2px 3px #555;
}
img
{
    border:none;
}
a
{
    text-decoration:none;
    border:none;
    color:#2e83ae;
}
a:hover
{
    color:#55b8e8;
}
.BodyDiv
{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    position:absolute;
    text-align:center;
    text-align:left;
}
.HeaderDiv
{
    height:201px;
    width:100%;
    background-image:url('Images/Header_Tile.png');
}
.HeaderContentContainer
{
    height:100%;
    margin:0px auto 0px auto;
    padding:0px auto 0px auto;
    width:900px;
}
.MenuDivContainer
{
    float:right;
    height:100%;
    width:700px;
    position:relative;
}
.MenuDiv
{
    position:absolute;
    width:700px;
    height:28px;
    vertical-align:bottom;
    padding:0px; 
    margin:0px;
    bottom:0px;
    color:Black; 
    font-size:28px;
    font-weight:900;
}
.MenuDiv a
{
    color:Black;
    text-decoration:none;
    margin-right:5px;
}
.MenuDiv a:hover
{
    color:#386f8a;
    text-decoration:none;
    margin-right:5px;
}
.MarkerDiv
{
    font-size:1px;
    height:1px;
    width:900px;
    margin:auto;
}
.ContentDiv
{
    height:100%;
    width:100%;
    text-align:center;
    vertical-align:top;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    z-index:3;
    top:0;
}
.FooterDiv
{
    height:220px;
    width:100%;
    background-image:url('Images/Footer_Tile.png');
    background-repeat:repeat-x;
    background-position:top;
    background-color:Black;
}
.BackgroundMaskDiv
{
    background-image:url('Images/Circuit_Mask_Tile.png'); 
    height:100%; 
    width:100%;
    position:absolute;
    top:0px;
    z-index:1;
}
.Content
{
    width:900px;
    margin-right:auto;
    margin-left:auto;
    height:520px;
    background-color:Black;
    z-index:2;
    top:0px;
    position:relative;
    text-align:left;
}
.divposition
{
    width:900px;
    height:520px;
    top:201px;
    position:absolute;
    left:-900px;
    color:White;
    z-index:5;
    /*background-image:url('Images/ContentTile.png');
    background-repeat:repeat;*/
    text-align:left;
    font-size:10pt;
}
.PortfolioBreadCrumbs
{
    background-color: #3a81a2;
    float: left;
    margin: 3px;
    float: left;
    width: 20px;
    height: 10px;
    cursor:pointer;
}
.HoverBar
{
    opacity:0;
    position: absolute;
    left: -300px;
    top: 430px;
    z-index: 10;
}
.HoverBarText
{
    background-color: #53b7e5;
    margin: 0px;
    padding: 5px 3px 5px 3px;
    font-size: 16pt;
}
