﻿body
{
    position:relative;
    margin:2px 2px 2px 2px;
    padding:0px 0px 0px 0px; 
    overflow:hidden;
    font-family:Comic Sans MS;
    font-size:1em;
}
.hiddenPicture{display:none;}

#Header
{
    position:relative;   
    background-color:#FF8898;
	height:123px;
}

#HeaderText
{
    position:relative;
    top:2px;
    left:1px;    
    width:645px;
    z-index:1000;
}

#HeaderSpacer
{
    width:auto;
    background-color:#FF8898;
    height:125px;
}

#HeaderImage
{
    position:relative;
    top:2px;
    right:0px;
    width:125px;
}

#Body
{
    position:relative;
    overflow:hidden;

}

#LeftNav
{
    position:relative;
    left:0px;
    top:2px;
    height:280px; 
}

#Content
{
    position:relative;
    left:135px;
    top:-280px;
    height:100%;
    padding:5px 280px 5px 5px;
    width:auto;
}

#RightNav
{
    position:absolute;
    top:02px;
    right:0px;
    height:280px;    
}


#Footer
{
    position:fixed;
    bottom:0px;
    background-color:#FF8898;
    text-align:center;
    font-size:10pt;
	font-family:comic sans ms;
    font-weight:bold;
    color:#000000;
    width:100%;
}

.spanstyle {
	position:absolute;
	visibility:visible;
	top:-50px;
	font-size:10pt;
	font-family:comic sans ms;
    font-weight:bold;
	color:black;
	z-index:3;
}

a.ButtonLink
{
}
a.ButtonLink:visited
{
}