    * { box-sizing:border-box; -moz-box-sizing:border-box; }

	body, table, tr, td
    {
        font-family					: Trebuchet MS;
		font-size					: 11px;
		color						: #595641;
    }

    input, textarea, select
    {
        font-family					: Arial;
        font-size					: 11px;
        color						: 54513F;
        width						: 200px;
    }

	button
    {
        font-family					: Arial;
        font-size					: 11px;
    }

    input.text, select
    {
		padding						: 0px;
        height						: 20px;
    }

	body
    {
        background-color			: #E4D7A2;
        margin						: 0px;
        padding						: 0px;
		padding-left				: 15px;
    	padding-right				: 5px;
		padding-top					: 15px;
		
		background-image            : url('./images/main.gif');
		background-attachment		: fixed;

        scrollbar-face-color        : #acc2f3;
		scrollbar-highlight-color   : #dbe3f6; /* #5C3655; */
		scrollbar-3dlight-color     : #acc2f3;
		scrollbar-darkshadow-color  : #d0defe;
		scrollbar-shadow-color      : #45404C;
		scrollbar-arrow-color       : #ffffff;/* 45404c*/
		scrollbar-track-color       : #d0defe;
    }
	body.mceContentBody {
		background-color			: #E4D7A2;
		background-image            : url('./images/main.gif');
		background-attachment		: fixed;
	}
	ul
    {
		padding						: 0px;
        margin-top					: 0px;
        margin-bottom				: 0px;
    }

    li
    {
        padding						: 0px;
        margin-top					: 0px;
        margin-bottom				: 0px;
    }

    P
    {
        text-align					: justify;
        line-height   		        : 1.7;
        padding-bottom				: 5px;
    }

    .Footer
    {
		background-image			: url('./bottom.jpg');
        background-color			: black;

    }

    .EButton
    {
        font-family: Arial; font-size: 11px; color: black;
        border: 1px solid #373124;
        background-color: #EBE5E5; width: 100px;
    }

    .ETextInput
    {
        font-family: Arial; font-size: 11px; color: black;
        width: 200px; border: 1px solid #373124;
        background-color: #EBE5E5;
    }

	.ETextArea
    {
        font-family: Arial; font-size: 11px; color: black;
        width: 200px; border: 1px solid #373124;
        background-color: #EBE5E5;
    }

    a
    {
        color                   : Black;
        text-decoration         : none;
        font-weight				: bold;
    }

    a:hover
    {
        text-decoration         : underline;
		color					: black;
    }

    .EPageHeader
    {
		font-size					: 12px;
		color						: Black;
		text-transform				: Uppercase;
		font-weight					: normal;
		letter-spacing				: 0.4em;
    }

    .EPageNavigation
    {
		font-size					: 16px;
		color						: Black;
		font-weight					: Bold;
		text-transform				: Uppercase;
		letter-spacing				: 0.4em;
    }

    .EBoxed
    {
		border: 1px solid #373124;
    }

    .EUnderLined
    {
		border-bottom: 1px solid #373124;
    }

	.EFontNormal
    {
       font-family: Arial; font-size: 11px; color: #2A261C;
    }

	.EndParagraph
	{
		text-align				: Center;
		padding-top				: 0px;
		padding-bottom			: 5px;
	}

    p
	{
		text-align				: justify;
        margin					: 0px;
        margin-top				: 5px;
        margin-bottom 			: 8px;
    	color					: #43423C;
	}


	.EFontHighLight
    {
		color: #27231A;
	}

	.EFontHighLight a
    {
		color: #27231A;
	}
	
	.EFontHighLight a:hover
    {
		text-decoration			: Underline;
	}
	

    .EFontBold
    {
		font-weight: bold;
    }

    .ENoUnderline
    {
		text-decoration: none;
    }

    .ESiteLink
    {
		color: #E09717; font-weight: bold; text-decoration: none;
    }

    .ESiteElement
    {
    	 border: 1px solid A48147; border-top: 0px; width: 800px;
    }

	.ESiteHeaderA
    {
    	background-color: #333333; border: 1px solid #A48147;
        height: 112px; color: yellow; font-size: 18px; font-family: Century Gothic; font-weight: bold;
    }

    .EFrameSetCtrl
    {
		text-align: center;
    }

    #ContentAlignment
	{
		width: 517px;
	}
					
					

