﻿body {
    background-image: url('../images/NewCentury.png');
    background-repeat: repeat;
    background-position: top center;
}
        
.mainFloater {
    position: relative;
    bottom: 30px;
    border-width: 0px;
    border-style: none;
    empty-cells: show;
    z-index: 2;
}

.dropshadowTop {
    background-image: url('../images/dropshadow02.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 8px;
}
        
.dropshadowLeft {
    background-image: url('../images/dropshadow04.png');
    background-repeat: repeat-y;
    background-position: right center;
    width: 8px;
}
                
.dropshadowRight {
    background-image: url('../images/dropshadow05.png');
    background-repeat: repeat-y;
    background-position: left center;
    width: 7px;
}
        
.dropshadowBottom {
    background-image: url('../images/dropshadow07.png');
    background-repeat: repeat-x;
    background-position: center top;
    height: 7px;
}
        
.dropshadowCornerLT {
    background-image: url('../images/dropshadow01.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 8px;
    width: 8px;
}
        
.dropshadowCornerRT {
    background-image: url('../images/dropshadow03.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 8px;
    width: 7px;
}
        
.dropshadowCornerLB {
    background-image: url('../images/dropshadow06.png');
    background-repeat: no-repeat;
    background-position: right top;
    height: 7px;
    width: 8px;
}
        
.dropshadowCornerRB {
    background-image: url('../images/dropshadow08.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 7px;
    width: 7px;
}
        
.dropshadowMain {
    background-color: white;
}
        
.layoutMain {
    background-image: url('../images/RenNewYear.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 800px;
    border-width: 0px;
    border-style: none;
    empty-cells: show;
    text-align: center;
}
        
.banner {
    background-image: url('../images/Banner.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 150px;
}

.dividerHolder {
	height: 5px;
	vertical-align: middle;
}

.divider {
    width: 90%;
    height: 2px;
}
        
.navigation {
    height: 30px;
    vertical-align: middle;
}

.navigationButton {
    width: 63px;
    cursor: pointer;
}
        
.layoutContent {
	padding: 10px 7% 10px 6%;
	margin: 5px 5px 5px 5px;
	height: 350px;
	text-align: left;
	font-size: 10pt;
	font-family: Calibri, 'Segoe UI', Verdana, Arial, sans-serif;
	vertical-align: text-top;
}

.layoutContent p {
	text-indent: 7%;
}

.skipFloater {
	color: silver;
	top: 0px;
	right: 0px;
	position: absolute;
	font-size: 9pt;
	font-family: Tahoma, Verdana, sans-serif;
	z-index: 4;
}

.buildingFloater {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 0;
}

.copyrightFloater {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.copyrightTooltip {
	display: none;
	position: absolute;
	color: silver;
	font-size: 9pt;
	vertical-align: middle;
	top: 40px;
	right: 8px;
	z-index: 4;
}

.copyrightLogo {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.copyrightLogo:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.copyrightLogo:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


a {
	text-decoration: none;
	border: 0px white none;
}

a {
	color: #6A983D;
}

a:hover {
	color: #B7CA4A;
}

a:active {
	color: #577C32;
}

a:visited {
	color: #81DA81;
}

ul {
	margin: 5px 10px 5px 10px;
}

li {
	color: #237823;
	line-height: 150%;
}