

	/* Page Settings
	----------------------------------------------- 
	*/
	
	body { 
                background-color: #A0522D;
		font-family: verdana, sans-serif;
		font-weight: bold;
		color: #EEEEEE;
	}


        table { 
                margin-left: auto;
                margin-right: auto;
		color: #502a2a;
                font-size: 14;
        }
 
	A:link {
                text-decoration: none;
        }

	A:visited {
                text-decoration: none;
	}

	A.darkBG:link {
		color: lightblue;
                text-decoration: none;
	}

	A.darkBG:visited {
		color: lightblue;
                text-decoration: none;
	}

	A.thisPage:link {
		color: darkblue;
                text-decoration: none;
	}


	/* Title Section
	----------------------------------------------- 
	*/

	.title {
                width: 800px;
		border-style: none;
		color: #EEEEEE;
	}

        .titleImage {
                width: 40px;
                border-style: none;
        }

        .titleBlockLeft {
		text-align: left;
                width: 375px;
                font-size: 20;
                font-weight: 600;
        }

        .titleBlockRight {
                text-align: left;
                width: 180px;
                font-size: 11;
                font-weight: bold;
        }



	/* Main Section
	----------------------------------------------- 
	*/

	.mainFrame {
                width: 800px;
		background-color: #f0cfae;
                border-style: groove;
                border-color: #652a2a;
                padding: 1em;
		color: #502a2a;
                font-size: 14;
	}

	.frameSection {	
                width: 360px;
                font-size: 12;
        }

	.frameSectionHalf {	
                width: 160px;
                font-size: 12;
                text-align: center;
        }

	.frameSectionYouth {	
                width: 520px;
                font-size: 14;
                text-align: left;
        }

        .framePopup {
                width: 600px;
		background-color: #f0cfae;
                border-style: groove;
                border-color: #652a2a;
                padding: 1em;
		color: #502a2a;
                font-size: 14;
	}

	.frameSectionHeading {	
                font-size: 22;
                text-align: left;
        }

	.frameSectionHeadingBold {	
                font-size: 22;
                font-weight: 600; 
                text-align: left;
        }

	.heading {	
                font-size: 16;
		font-weight: bold;
                text-align: left;
        }

	.textLarge {	
                font-size: 16;
        }



	/* Menu Bar
	----------------------------------------------- 
	*/

        .menuBar,
        .menuBar a.menuButton 
        {
                font-size: 8pt;
                font-style: normal;
                font-weight: bold;
                color: #000000;
        }

        .menuBar 
        {
                background-color: #EEEEEE;
                border: 2px groove;
                border-color: #EEEEEE;
                padding: 4px 2px 4px 2px;
                text-align: left;
        }

        .menuBar a.menuButton 
        {
                background-color: transparent;
                border: 1px solid #EEEEEE;
                color: #502a2a;
                cursor: default;
                left: 0px;
                margin: 1px;
                padding: 2px 6px 2px 6px;
                position: relative;
                text-decoration: none;
                top: 0px;
                z-index: 100;
        }

        .menuBar a.menuButton:hover 
        {
                background-color: transparent;
                border-color: #f0f0f0 #909090 #909090 #f0f0f0;
                color: #502a2a;
        }

        .menuBar a.menuButtonActive,
        .menuBar a.menuButtonActive:hover 
        {
                background-color: #a0a0a0;
                border-color: #909090 #f0f0f0 #f0f0f0 #909090;
                color: #ffffff;
                left: 1px;
                top: 1px;
        }


	/* Page Footer
	----------------------------------------------- 
	*/

        .footer {
		font-size: 8pt;
		text-align: center;
        }




	/* OLD
	----------------------------------------------- 
	*/

	.sidebar {
		position: absolute; 
		left: 10px;
		line-height: 150%;
                text-align: center;	
                font-size: small;
		background-color: #f0cfae;
                border-style: groove;
                border-color: #652a2a;
                padding: 1em;
		color: #502a2a;
                font-weight: bold;
	}



