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

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

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

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

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

	body
    {
        background-color			: #FFFFDE;
        margin						: 0px;
        padding						: 0px;
		padding-left				: 15px;
    	padding-right				: 5px;
		padding-top					: 15px;
		color						: #8FA049;
		
		background-image            : url('./images/main.gif');
		background-attachment		: fixed;
		background-repeat			: no-repeat;
		
		
        scrollbar-face-color        : #E6E8A8;
		scrollbar-highlight-color   : #FFFAC8;
		scrollbar-3dlight-color     : #FFEDA3;
		scrollbar-darkshadow-color  : #FFEDA3;
		scrollbar-shadow-color      : #756351;
		scrollbar-arrow-color       : #BBA47E;
		scrollbar-track-color       : #FFFAC8;
	}

	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: #8FA049;
        border: 1px solid #8FA049;
        background-color: #FFFAC8; width: 100px;
    }

    .ETextInput
    {
        font-family: Arial; font-size: 11px; color: #8FA049;
        width: 200px; border: 1px solid #8FA049;
        background-color: #FFFAC8;
    }

	.ETextArea
    {
        font-family: Arial; font-size: 11px; color: #8FA049;
        width: 200px; border: 1px solid #8FA049;
        background-color: #FFFAC8;
    }

    a
    {
        color                   : #8FA049;
        text-decoration         : none;
        font-weight				: bold;
    }

    a:hover
    {
        text-decoration         : underline;
    }

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

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

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

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

	.EFontNormal
    {
       font-family: Arial; font-size: 11px; color: #8FA049;
    }

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

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

	#ContentAlignment
	{
		width                       : 511px;
	}
										
	.EFontHighLight
    {
		color: #8FA049;
	}

	.EFontHighLight a
    {
		color: #8FA049;
	}
	
	.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;
    }



