body {
	margin:0px;
	color: #ECE7D3;
	background: url(../../images/bg.gif) top repeat-x #D8D7B2;
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
        line-height: 1.75em;
}

#container
{
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}

#header
{

}

#main_area{
	background-image: url(../../images/bg_main.jpg); 
	background-position: top left;
	background-color:#4E390C;
	background-repeat: no-repeat;
	width: 925px;
}

#nav_left
{
	float: left;
	margin-left: 48px;
	width: 201px;
	background-color: #B9BB89;
	line-height:1.75;
}
	#nav_left ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
		left: 201px;
	}
	
	#nav_left ul li
	{
		position: relative;
	}


	#nav_left ul li a
	{
		display: block;
		text-decoration: none;
		padding: 3px 10px;
		color: #000000;
		font-weight: bold;
	}

	#nav_left ul li a:hover
	{
		padding: 3px 10px;
		background-color: #E4E2CB;
		cursor: pointer;
		text-decoration: none;
	}

	#nav_left ul li.selected a
	{
		display: block;
		text-decoration: none;
		padding: 3px 10px;
		background-color: #E4E2CB;
		color: #000000;
		font-weight: bold;
	}

	#nav_left ul li.selected a:hover
	{
		padding: 3px 10px;
		background-color: #E4E2CB;
		cursor: pointer;
		text-decoration: none;
		color: #000000;
	}

	#nav_left ul li.sub a
	{
		display: block;
		text-decoration: none;
		padding: 3px 10px 3px 20px;
		background-color: #E4E2CB;
		color: #8C6A13;
		font-weight: normal;
	}

	#nav_left ul li.sub a:hover
	{
		display: block;
		text-decoration: none;
		padding: 3px 10px 3px 20px;
		background-color: #E4E2CB;
		color: #000000;
		font-weight: normal;
	}

	#nav_left .contact_info
	{
		padding: 0px 10px 30px 10px;
		margin-top: 25px;
		color: #4D380B;
	}

	#nav_left .contact_info a, .contact_info a:visited
	{
		color: #8C6A13;
	}

	#nav_left .contact_info a:hover
	{
		color: #000000;
	}


#main_content
{
	float: left;
	margin-left: 60px;
	width: 580px;
	padding: 75px 0px 90px 0px;
}

#clear
{
	clear:both;
}

.clear
{
	clear:both;
}
#bottom
{
	width: 885px;
	margin-left: auto;
	margin-right: auto;
	background-color: #8C6A13;
	padding: 5px 20px;
	font-size: 10px;
}

#bottom .info
{
	float: left;
	width: 205px;
}

#bottom .nav
{
	float: right;
	width: 660px;
	text-align: right;
	color: #FFFFFF;
}

#bottom .nav a
{
	color: #FFFFFF;
	text-decoration: none;
}


#bottom .nav a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#powered_by
{
	width: 885px;
	margin-left: auto;
	margin-right: auto;
	color: #8C6A13;
	font-size: 10px;
padding: 5px 10px;
text-align: right;
}

#powered_by a
{
	color: #8C6A13;
}


h1
{
	font-family:"Times New Roman",Georgia,Serif;
	font-weight: normal;
	font-size: 21px;
}

h4
{
	position:relative;
	left:-15px;
	font-size:16px;
	margin:0 0 0 0;
}

a, a:visited, a:active, a:link {
	text-decoration: underline;
	color:#B9BB89;
}

a:hover {
	text-decoration: none;
	color:#E4E2CB;
}


#correction_message
{
    color: #8C6A13;
    background-image:URL('../../images/theme/icon_correction_arrow.gif');
    background-repeat: no-repeat;
    background-position: left;    
    padding-left: 20px;
    text-align: left;
}

#correction_highlight
{
    color: #8C6A13;
font-weight: bold;
}        

#correction_highlight input, #correction_highlight select
{
    color: #8C6A13;
    border: 1px solid #8C6A13;
} 



#form
{
	padding: 10px;
}

    #form .name
    {
        float: left;
        width: 30%;
        margin: 5px 0px;
    }
     
    #form .input
    {
        float: left;
        width: 70%;
        margin: 5px 0px;
    }

    #form .input input, #form .input textarea
    {
        width: 99%;
    }  
    
    #form .input input.radio
    {
        width: auto;
    } 

    #form .input textarea
    {
        height: 90px;
    }  

    
    .button_require
    {
    	    padding: 20px 10px;
    	    border-top: 1px solid #8C6A13;
    }

    .button_require button
    {
		float:right;
    }  