﻿#HeaderLayer1
{
    margin-left:-10px;
    top: -20px;
    width:1545px;
    height:auto;
    padding: 0px;
    z-index: 1;
    float:none;
}

#HeaderLayer2
{
    margin-left:-10px;
    top: -55px;
    z-index: 2; 
    width:1000px;
    float:none;
}

#maincontent
{
    top:-52px;
    margin-left:-5px;
    width: 1000px;
    min-height:570px;
    float:none;
}

#footerlayer
{
	top:30px;
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    text-align:center;
}

#contentpage-title
{
    width: 685px;
    top: 0px;
    z-index:1;
}

#contentpage-leftcolumn
{
    width:685px;
    top:20px;
}

#contentpage-rightcolumn
{
    float:right;
    width: 290px;
    height: 500px;
    border-left: solid 1px black;
    padding-left: 4px;
    top: 0px;
}
#contentpage-singlecolumn
{
    width: 998px;
    top: 20px;
    z-index:1;
    min-height:570px;
}
#backgroundimagediv
{
    position:absolute;
    width: 1545px;
    height:1000px;
    left: -5px;
    top: 170px;
    z-index:0;
    float:none;
}

#admin-maincontent
{
    top:-12px;
    margin-left:-10px;
    width: 1000px;
    min-height:570px;
    float:none;
}

#adminpage-title
{
    width: 702px;
    top: 45px;
    z-index:1;
}

#adminpage-leftcolumn
{
    width:702px;
    top:20px;
    margin-left:5px;
}

#adminpage-rightcolumn
{
    float:right;
    width: 290px;
    height: 500px;
    border-left: solid 1px black;
    padding-left: 4px;
    top: 0px;
}

#adminpage-singlecolumn
{
    width: 998px;
    top: 50px;
    z-index:1;
    min-height:500px;
}

#adminpage-HeaderLayer2
{
    margin-left:-10px;
    top: -45px;
    z-index: 2; 
    width:1000px;
    float:none;
}


#GridContainerDiv
{
    overflow: auto; 
    width: 695px; 
    height: 500px;
    border-style:none;
}

body
{
    background-color:White;
    color:Black;
    overflow:visible;
    font-family:Georgia;
}

div
{
    position:relative;
    background:transparent;
    /*overflow:hidden;
    border-style:solid; border-width:1px; border-color:Black;*/
    float:left;
}

a:link,
a:visited,
a:active
{
    color:#000066;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a:active {
    color:#000066;
}

#adminpage-HeaderLayer2 a
{
    color:White;
}

iframe
{
    margin-left:auto; 
    margin-right:auto; 
    width:1000px;
    height:500px;
}

