﻿html, body
{
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #C4DFEC;
    background-repeat: repeat-x;
    background-image: url(images/Gradient.png);
  
}


H1
{
    font-family: Verdana,Arial,Times New Roman;
    font-size: 11pt;
    color: black;
}



.dContent
{
    padding-left: 200px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 18px;
    position: absolute;
    top: 115px;
    width: 640px;
    background-color: White;
    z-index: 30;
}
.dSide
{
    position: Absolute;
    padding-left: 8px;
    padding-top: 10px;
    padding-bottom: 30px;
    top: 115px;
    z-index: 50;
}


.roundedPanel
{
    background-color: #f9c669;
    color: white;
    font-weight: bold;
    font-size: large;
    text-align: center;
}
.roundedLinkPanel
{
    background-color: #87B0D1;
    padding-top: 10px;
}
.dLinkSide
{
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    background-color: #e5f0fd;
    width: 176px;
}
.dLinkSide a
{
    margin-left: 15px;
    padding: 2px 5px;
    color: #000000;
    text-decoration: none;
}
.dLinkSide a:hover
{
    color: #0000FF;
    margin-left: 20px;
}

.dLinkSide a:visited
{
    font-weight: normal;
}
.dLinkRND a
{
    margin-left: 15px;
    padding: 2px 5px;
    color: #000000;
    text-decoration: none;
}
.dLinkRND a:hover
{
    color: #0000FF;
    margin-left: 20px;
}
.dLinkRND a:visited
{
    font-weight: normal;
}

.dBottomLinks
{
    position: absolute;
    width: 855px;
    left: 0px;
    text-align: center;
    background-color: #dddddd;
}

.dMenu
{
    position: relative;
    width: 20px;
    height: 35px;
    left: 279px;
    top: -20px;
    z-index: 50;
}

.Form1
{
    width: 855px;
    height: 500px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: Transparent;
}

#HomeLink
{  
    background-image: url(images/PelnorBanner855x105.png);    
    height:105px;
    display:block;
    text-indent:-9999px;
}