    body {
        background-color: #eeeeee;
    }
    p {
		font-family: "Century Gothic", sans-serif;
    }
    h1 
    {
		color:#3ba51d;
    }
    a {
		font-family: "Century Gothic", sans-serif;
		text-decoration: none;
		color: #a4a493;
	}
	a:hover {
		color: #3ba51d;
	}
	a.footer 
	{
		color: Black;
	}
	a:hover.footer 
	{
		color: Black;
	}
	a.header 
	{
		color: White;
	}
	a:hover.header 
	{
		color: White;
	}
	table.top {
        table-layout: auto;
        position: relative;
        top: -18px;
        border-spacing: 0px 0px;
    }
    table.middle {
        background-color: #ffffff;
        border-spacing: 0px 0px
    }
    td.top {
        background-color: #bdbdad
    }
    td.bottom {
       background: url('PageFiles/Bottom.jpg');
       background-repeat: no-repeat;
       height: 235px;
    }
    td.left {
        width: 15px; 
        background: url('PageFiles/Left.jpg'); 
        background-repeat: repeat-y;
    } 
    td.bottomleft {
        width: 15px; 
        background: url('PageFiles/BottomLeft.jpg'); 
        background-repeat: no-repeat;
    } 
    td.right {
        width: 15px;
        background: url('PageFiles/Right.jpg'); 
        background-repeat: repeat-y;
    } 
    td.bottomright {
        width: 15px; 
        background: url('PageFiles/BottomRight.jpg'); 
        background-repeat: no-repeat;
    } 
    h1.number {
        color: #ffffff;
        position:relative;
        top:18;
        font-family: "Century Gothic", sans-serif;
        left:-10px
    }
    p.copyright {
        font-size: 60%;
        color:Black;
    }
